随笔分类 - 微信小程序
微信小程序学习过程
摘要:前言 Hello!小伙伴! 非常感谢您阅读海轰的文章,倘若文中有错误的地方,欢迎您指出~ 自我介绍 ଘ(੭ˊᵕˋ)੭ 昵称:海轰 标签:程序猿|C选手|学生 简介:因C语言结识编程,随后转入计算机专业,有幸拿过国奖、省奖等,已保研。目前正在学习C/Linux(真的真的太难了~) 学习经验:扎实基础
阅读全文
摘要:效果展示 Demo代码 wxml <view class="contain"> <view class="container"> <view class="loader"> <view style="--i:1;--color:#FD79A8"></view> <view style="--i:2;
阅读全文
摘要:效果展示 Demo代码 wxml <view class="container"> <view class="big"> <view class="middle"></view> <view class="small"></view> </view> </view> wxss page { marg
阅读全文
摘要:效果展示(CSS实现) Demo代码 wxml <view class="start-box"> <button id="start" class="bg-grey">签到</button> </view> wxss .start-box { display: flex; align-items:
阅读全文
摘要:效果展示 Demo代码 wxml <view class="box"> <view class="boxitem" wx:key='index' wx:for="{{functions}}" bindtap="tofunction" data-url="{{item.url}}"> <view cl
阅读全文
摘要:效果展示 Demo代码 wxml <!-- loading.wxml --> <view class="loading"> <view class="dot" animation="{{alpha[0]}}"></view> <view class="dot" animation="{{alpha[
阅读全文
摘要:效果展示 Demo代码 wxml <view class="loading-screen"> <view class="loading"> <view class="a flour" ></view> <view class="a flour" ></view> <view class="a flo
阅读全文
摘要:效果展示 Demo代码 wxml <view class="loading-screen"> <view class="loading"> <view class="flour" ></view> <view class="flour" ></view> <view class="flour" ><
阅读全文
摘要:效果展示 Demo代码 wxml <!-- 切换栏 --> <view class='list-top'> <ul> <li class="{{flag==0?'active':''}}" catchtap="changeflag" data-index="0">打卡记录</li> <li clas
阅读全文
摘要:效果展示 Demo代码 wxml <view class='page-cont' wx:if="{{isTiptrue}}"> <view class='top'> <image src='../images/jiantou.png'></image> <view class='p_one'>添加「
阅读全文
摘要:效果图 Demo源码 wxml <view class="loading"> <view class="circle"> <view class="wave"></view> </view> </view> wxss 在这里插入代码片
阅读全文
摘要:效果图 Demo源码 wxml <view class="loading"> <view class="circle"> <view class="wave"></view> </view> </view> wxss .loading { width: 100vw; height: 100vh; b
阅读全文
摘要:效果展示 Demo代码 wxml <view class="selection_cards" bindtouchstart="touchstart" bindtouchmove="touchmove" bindtouchend="touchend"> <view class="selection_c
阅读全文

浙公网安备 33010602011771号