会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
web格调
真正在努力的,日子是不会舒服的。而只要自己变优秀了,其他的事情自然就会跟着好起来。
博客园
新随笔
联系
管理
上一页
1
···
5
6
7
8
9
10
11
12
下一页
2021年1月15日
微信小程序定时器
摘要: // pages/audit/audit.js Page({ 数据 data: { time: 3, timer: null }, onLoad: function (options) {}, onShow() { let _this = this; this.setData({ timer: se
阅读全文
posted @ 2021-01-15 09:33 web格调
阅读(2246)
评论(0)
推荐(0)
2021年1月12日
微信小程序倒计时
摘要: wxml <view class="count-time_cont"> <view>{{day}}</view>天 <view>{{hour}}</view>时 <view>{{minute}}</view>分 <view>{{secondsec}}</view>秒 </view> wxss .co
阅读全文
posted @ 2021-01-12 10:30 web格调
阅读(144)
评论(0)
推荐(0)
2021年1月11日
滚动条隐藏
摘要: 微信小程序: ::-webkit-scrollbar { width:0; height:0; color:transparent; }
阅读全文
posted @ 2021-01-11 09:06 web格调
阅读(58)
评论(0)
推荐(0)
2021年1月7日
css 设置让里面的内容不换行
摘要: 在大盒子加入属性 white-space: nowrap; 就可以做到不换行了
阅读全文
posted @ 2021-01-07 14:28 web格调
阅读(644)
评论(0)
推荐(0)
2020年12月31日
微信小程序双向数据绑定
摘要: //wxml部分 <input type="text" value="{{phone}}" bindinput="vmodel" data-value="phone" // 就是这一行了 placeholder="请输入联系电话" placeholder-class="placeholder-inp
阅读全文
posted @ 2020-12-31 09:33 web格调
阅读(684)
评论(0)
推荐(0)
2020年12月30日
微信小程序页面三种跳转方式
摘要: 一、wx.navigateTo(OBJECT) wx.redirectTo({ url: 'test?id=1' }) 二、wx.redirectTo(OBJECT) wx.redirectTo({ url: 'test?id=1' }) 三、wx.switchTab(OBJECT) wx.swit
阅读全文
posted @ 2020-12-30 10:11 web格调
阅读(695)
评论(0)
推荐(0)
2020年12月23日
input 默认提示样式的颜色修改
摘要: 在需要修改的页面添加侧属性 设置颜色就修改默认颜色了input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18
阅读全文
posted @ 2020-12-23 12:02 web格调
阅读(1179)
评论(0)
推荐(0)
2020年12月14日
input 获取文件 按钮直接覆盖整个效果
摘要: .file { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 100;} 在input 上面直接添加此类名
阅读全文
posted @ 2020-12-14 16:42 web格调
阅读(197)
评论(0)
推荐(0)
2020年12月1日
vue 回到顶部效果实现
摘要: <div class="goPageTop"> <img v-if="btnFlag" class="go-top" src="@/assets/images/Back_top.png" @click="backTop" /> </div> export default { name: "", co
阅读全文
posted @ 2020-12-01 09:53 web格调
阅读(307)
评论(0)
推荐(0)
2020年11月30日
vue滚动插件BetterScroll
摘要: https://better-scroll.github.io/docs/zh-CN/guide/#%E7%A4%BA%E4%BE%8B 网址 https://gitee.com/vue_xiao/better-scroll?_from=gitee_search 码云网址
阅读全文
posted @ 2020-11-30 18:08 web格调
阅读(123)
评论(0)
推荐(0)
上一页
1
···
5
6
7
8
9
10
11
12
下一页
公告