随笔分类 -  小程序

摘要:<style> .touch-item { font-size: 14px; display: flex; justify-content: space-between; border-bottom:1px solid #ccc; width: 100%; overflow: hidden}.con 阅读全文
posted @ 2018-03-24 01:58 安心牧羊人 阅读(280) 评论(0) 推荐(0)
摘要:<!--垂直滚动,这里必须设置高度--> <scroll-view scroll-y="true" style="height: 200px"> <view style="background: red; width: 100px; height: 100px" ></view> <view sty 阅读全文
posted @ 2018-01-04 15:47 安心牧羊人 阅读(1248) 评论(0) 推荐(0)
摘要:<style>.transactiondetails-box { width: 100%; height: 100%; overflow: hidden;}.transactiondetails-centent{ width: 100%; display: flex; justify-content 阅读全文
posted @ 2017-12-25 11:23 安心牧羊人 阅读(984) 评论(0) 推荐(0)
摘要:<swiper class="swiper_container" vertical="true" autoplay="true" circular="true" interval="2000"> <block wx:for="{{msgList}}"> <navigator url="/pages/ 阅读全文
posted @ 2017-12-24 14:44 安心牧羊人 阅读(2713) 评论(0) 推荐(0)