上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 77 下一页
摘要: var that = this; const back = wx.getBackgroundAudioManager(); back.onPlay(() => { console.log("音乐播放开始"); that.setData({ isPlayingMusic: true }) }); ba 阅读全文
posted @ 2019-07-15 20:37 1点 阅读(3805) 评论(0) 推荐(0) 编辑
摘要: WIDTH: expression(this.offsetParent.clientWidth<800?"770px":"99%"); 阅读全文
posted @ 2019-07-13 14:48 1点 阅读(566) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weistin/article/details/79664261 vue type="number 设置maxlength 是无效的 我们可以使用 type="tel" malength="3" 阅读全文
posted @ 2019-07-13 11:07 1点 阅读(6891) 评论(2) 推荐(0) 编辑
摘要: wxml 代码: 阅读全文
posted @ 2019-07-09 17:46 1点 阅读(5141) 评论(0) 推荐(0) 编辑
摘要: 限制在一个块元素显示的文本的行数。 -webkit-line-clamp 是一个 不规范的属性(unsupported WebKit property),它没有出现在 CSS 规范草案中。 为了实现该效果,它需要组合其他外来的WebKit属性。常见结合属性: display: -webkit-box 阅读全文
posted @ 2019-07-07 18:50 1点 阅读(730) 评论(0) 推荐(0) 编辑
摘要: 父级的宽度: 375 用来每个子元素的宽度:40 设置了 flex:1,每个子元素的宽度为125 125*3= 375, 设置flex=1后子元素会平均的分配父级元素剩下的宽度 阅读全文
posted @ 2019-07-05 20:19 1点 阅读(1059) 评论(0) 推荐(0) 编辑
摘要: <!-- 公告 --> <p class="rst-promotion">公告: {{shopInfo.rst.promotion_info}}</p> css width: 80vw; font-size: 0.6rem; color: #999; overflow: hidden; text-o 阅读全文
posted @ 2019-07-05 17:09 1点 阅读(3722) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="Rating-gray"> <i v-for="(item,index) in itemClasses" :key="index" class="fa" :class="item"></i> </div> </template> <script> // 阅读全文
posted @ 2019-07-02 22:18 1点 阅读(1331) 评论(0) 推荐(0) 编辑
摘要: 1.html 2.在循环的代码那里添加 3.添加样式 4.初始化数据 5.调用方法 当我们触发点击事件的时候,传入循环的index ,这样我们就可以将绑定房东样式赋给点击到的x 阅读全文
posted @ 2019-07-01 19:57 1点 阅读(12724) 评论(2) 推荐(1) 编辑
摘要: 这里的 <Button @click="handleReset('formInline')" style="margin-left: 3px">重置</Button> 的一致 阅读全文
posted @ 2019-07-01 10:47 1点 阅读(1277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 28 29 30 31 32 33 34 35 36 ··· 77 下一页