
小程序
袁祺
秃以言志
展开
-
小程序开发:flex--swiper--movable area--icon
flex .container{ display: flex; /* flex-direction: row; */ /* sort on left; */ /* flex-direction: row-reverse; */ /* sort on right */ /* flex-direction: column; */ /* top to down */ /*...原创 2019-08-03 20:29:37 · 355 阅读 · 0 评论 -
小程序:button--checkbox--image--input
button <!-- type样式 --> <!-- plain镂空 --> <!-- disabled禁止使用 --> <!-- loading加载 --> <view> <button size="mini">button</button> <button size="mini" type="defu...原创 2019-08-03 20:33:39 · 304 阅读 · 0 评论 -
小程序:form--navigate--picker
form <!-- bindsubmit,bindreset为form绑定提交和重置事件 --> <form bindsubmit="formsubmit" bindreset="formreset"> <!-- bindchange当组内有元素被点击时,触发事件 --> <!-- <checkbox>name 为 提交数据时的名字 -->...原创 2019-08-03 20:42:47 · 108 阅读 · 0 评论 -
小程序:radio--slider--switch--textarea
radio <!-- 单选 --> <view>{{myvalue}}</view> <radio-group bindchange="changeradio"> <block wx:for="{{array}}"> <radio checked="ture" value="{{item.name}}">{{item.na...原创 2019-08-03 20:45:56 · 200 阅读 · 0 评论