上一页 1 ··· 5 6 7 8 9 10 11 下一页
摘要: <repeat for="{{array}}" key="index" index="index" item="item"> <form report-submit="true" @submit="submit" @reset="reset"> <button form-type="submit" 阅读全文
posted @ 2019-01-15 12:21 小小小小小前端 阅读(1385) 评论(0) 推荐(0) 编辑
摘要: <!-- 资金明细 --> <style lang="less"> .container { height: 100%; .dis_flex { display: flex; flex-direction: row; justify-content: space-between; align-ite 阅读全文
posted @ 2019-01-14 18:20 小小小小小前端 阅读(687) 评论(0) 推荐(0) 编辑
摘要: vue——解决“You may use special comments to disable some warnings. Use // eslint-disable-next-line to ignore the next line. Use /* eslint-disable */ to ig 阅读全文
posted @ 2018-11-15 15:52 小小小小小前端 阅读(103) 评论(0) 推荐(0) 编辑
摘要: <!--pages/index2/index2.wxml--> <scroll-view scroll-y="true" style="height:100vh;" bindscroll="scroll" scroll-top="{{scrollTop}}"> <view class="user_m 阅读全文
posted @ 2018-11-10 11:03 小小小小小前端 阅读(536) 评论(0) 推荐(0) 编辑
摘要: 我怀念的:我下载完组件以后 没有 需要编译 我忘了你上次教给我的 我怀念的:怎么编译? 我怀念的:min install @minui/wxc-button build 这样吗? 暗夜教父:错了 暗夜教父:没buid 暗夜教父:安装后用min build 阅读全文
posted @ 2018-10-30 17:34 小小小小小前端 阅读(163) 评论(0) 推荐(0) 编辑
摘要: <!-- 分享 --> <style lang='less'> .share { position: fixed; top: 0; left: 0; width: 750rpx; height: 1334rpx; background: rgba(0, 0, 0, 0.6); z-index: 19 阅读全文
posted @ 2018-10-30 17:32 小小小小小前端 阅读(427) 评论(0) 推荐(0) 编辑
摘要: ctx.save() ctx.beginPath() ctx.arc(375 * pixelRatio, 168 * pixelRatio, 65 * pixelRatio, 0 * pixelRatio, 2 * Math.PI) ctx.setStrokeStyle('#f82a5e') ctx 阅读全文
posted @ 2018-10-11 10:56 小小小小小前端 阅读(1235) 评论(0) 推荐(0) 编辑
摘要: 说明:转载别人的 常见的块级元素有 DIV, FORM, TABLE, P, PRE, H1~H6, DL, OL, UL 等。 常见的内联元素有 SPAN, A, STRONG, EM, LABEL, INPUT, SELECT, TEXTAREA, IMG, BR 等。 display:bloc 阅读全文
posted @ 2018-10-09 16:00 小小小小小前端 阅读(2708) 评论(0) 推荐(0) 编辑
摘要: 首先写模板,然后调用模板 moban.wxml <template name="wode"> <view wx:for="{{wd}}"> <image src='{{item.src}}' mode='aspectFill'></image> <text>{{item.text}}</text> 阅读全文
posted @ 2018-09-26 17:46 小小小小小前端 阅读(342) 评论(0) 推荐(0) 编辑
摘要: overflow:hidden; //超出的文本隐藏text-overflow:ellipsis; //溢出用省略号显示white-space:nowrap; //溢出不换行 阅读全文
posted @ 2018-09-21 16:01 小小小小小前端 阅读(157) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 下一页