摘要: .bulletClass 是swiper分页器内所有指示点样式的类名。.bulletActiveClass 是定义pagination 分页器内当前选中的指示小点样式的类名。修改分页器前.swiper-pagination要给高度 一个页面有多个轮播图时,最大的swiper容器定义不同类名,实例化s 阅读全文
posted @ 2020-05-14 22:23 hm159 阅读(4175) 评论(0) 推荐(0)
摘要: <a target="_blank" href="tencent://message/?uin=qq号&Site=在线QQ&amp;Menu=yes"></a> 阅读全文
posted @ 2020-05-14 22:21 hm159 阅读(422) 评论(0) 推荐(0)
摘要: 这行加在head标签中: <meta name="format-detection" content="telephone=yes"/> <a href="tel:13366668888">打电话</a> 阅读全文
posted @ 2020-05-14 22:20 hm159 阅读(635) 评论(0) 推荐(0)
摘要: 加在图片的css中: -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 1))); 阅读全文
posted @ 2020-05-14 22:18 hm159 阅读(216) 评论(0) 推荐(0)
摘要: text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orie 阅读全文
posted @ 2020-05-14 22:16 hm159 阅读(778) 评论(0) 推荐(0)
摘要: wxml: <view bindtap="dongtai" wx:if="{{send}}"> <text>发送动态码</text> </view> <view wx:else> <text>{{seconds}}s后发送</text> </view> js: /** * 页面的初始数据 */ da 阅读全文
posted @ 2020-05-14 22:14 hm159 阅读(497) 评论(0) 推荐(0)