上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: // 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格调 阅读(2089) 评论(0) 推荐(0) 编辑
摘要: 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格调 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 微信小程序: ::-webkit-scrollbar { width:0; height:0; color:transparent; } 阅读全文
posted @ 2021-01-11 09:06 web格调 阅读(53) 评论(0) 推荐(0) 编辑
摘要: 在大盒子加入属性 white-space: nowrap; 就可以做到不换行了 阅读全文
posted @ 2021-01-07 14:28 web格调 阅读(623) 评论(0) 推荐(0) 编辑
摘要: //wxml部分 <input type="text" value="{{phone}}" bindinput="vmodel" data-value="phone" // 就是这一行了 placeholder="请输入联系电话" placeholder-class="placeholder-inp 阅读全文
posted @ 2020-12-31 09:33 web格调 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 一、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格调 阅读(632) 评论(0) 推荐(0) 编辑
摘要: 在需要修改的页面添加侧属性 设置颜色就修改默认颜色了input::-webkit-input-placeholder { /* WebKit browsers */ color: #ccc; } input:-moz-placeholder { /* Mozilla Firefox 4 to 18 阅读全文
posted @ 2020-12-23 12:02 web格调 阅读(1151) 评论(0) 推荐(0) 编辑
摘要: .file { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; z-index: 100;} 在input 上面直接添加此类名 阅读全文
posted @ 2020-12-14 16:42 web格调 阅读(184) 评论(0) 推荐(0) 编辑
摘要: <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格调 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 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格调 阅读(114) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页