上一页 1 ··· 7 8 9 10 11
摘要: 效果展示(CSS实现) Demo代码 wxml <view class="start-box"> <button id="start" class="bg-grey">签到</button> </view> wxss .start-box { display: flex; align-items: 阅读全文
posted @ 2021-02-04 21:19 海轰Pro 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <view class="box"> <view class="boxitem" wx:key='index' wx:for="{{functions}}" bindtap="tofunction" data-url="{{item.url}}"> <view cl 阅读全文
posted @ 2021-01-30 15:10 海轰Pro 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <!-- loading.wxml --> <view class="loading"> <view class="dot" animation="{{alpha[0]}}"></view> <view class="dot" animation="{{alpha[ 阅读全文
posted @ 2021-01-30 15:09 海轰Pro 阅读(572) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <view class="loading-screen"> <view class="loading"> <view class="a flour" ></view> <view class="a flour" ></view> <view class="a flo 阅读全文
posted @ 2021-01-29 12:39 海轰Pro 阅读(204) 评论(0) 推荐(1) 编辑
摘要: 效果展示 Demo代码 wxml <view class="loading-screen"> <view class="loading"> <view class="flour" ></view> <view class="flour" ></view> <view class="flour" >< 阅读全文
posted @ 2021-01-29 12:38 海轰Pro 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <!-- 切换栏 --> <view class='list-top'> <ul> <li class="{{flag==0?'active':''}}" catchtap="changeflag" data-index="0">打卡记录</li> <li clas 阅读全文
posted @ 2021-01-28 15:35 海轰Pro 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <view class='page-cont' wx:if="{{isTiptrue}}"> <view class='top'> <image src='../images/jiantou.png'></image> <view class='p_one'>添加「 阅读全文
posted @ 2021-01-28 15:33 海轰Pro 阅读(668) 评论(0) 推荐(0) 编辑
摘要: 效果图 Demo源码 wxml <view class="loading"> <view class="circle"> <view class="wave"></view> </view> </view> wxss 在这里插入代码片 阅读全文
posted @ 2021-01-27 15:06 海轰Pro 阅读(359) 评论(0) 推荐(0) 编辑
摘要: 效果图 Demo源码 wxml <view class="loading"> <view class="circle"> <view class="wave"></view> </view> </view> wxss .loading { width: 100vw; height: 100vh; b 阅读全文
posted @ 2021-01-27 15:03 海轰Pro 阅读(583) 评论(0) 推荐(0) 编辑
摘要: 效果展示 Demo代码 wxml <view class="selection_cards" bindtouchstart="touchstart" bindtouchmove="touchmove" bindtouchend="touchend"> <view class="selection_c 阅读全文
posted @ 2020-12-27 16:57 海轰Pro 阅读(956) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11