上一页 1 2 3 4 5 6 7 ··· 10 下一页
摘要: <div class="main" @scroll.passive="getScroll($event)" style="height:100px;overflow:auto;"> <ul> <li>内容</li> </ul> </div> .main{ width: calc(1125vw / 1 阅读全文
posted @ 2022-03-21 15:34 阳菜 阅读(913) 评论(0) 推荐(0)
摘要: <select class="labars" v-model="formData.field"> <option :value="item.label" v-for="item in fieldList" :key="item.label" > {{ item.label }} </option> 阅读全文
posted @ 2022-03-17 14:33 阳菜 阅读(307) 评论(0) 推荐(0)
摘要: <div class="pull"> <img class="pull1" :src="ossPath + 'img/index/pull.png?v2'" alt="" /> <img class="pull2" :src="ossPath + 'img/index/pull.png?v2'" a 阅读全文
posted @ 2022-03-15 15:15 阳菜 阅读(51) 评论(0) 推荐(0)
摘要: html <div class="privacy"> <input v-model="box" @change="getBox" class="checkbox" type="checkbox" /> <span>用户协议及隐私保护指引</span> </div> css .privacy { fo 阅读全文
posted @ 2022-03-11 11:46 阳菜 阅读(800) 评论(0) 推荐(0)
摘要: <template> <div class="home"> <div class="main"> <div class="item" v-for="(item, index) in list" :key="item.id"> <div class="item_left"> <img :src="it 阅读全文
posted @ 2022-02-22 11:25 阳菜 阅读(34) 评论(0) 推荐(0)
摘要: <template> <div class="about"> <div class="main"> <div class="item" v-for="item in list" :key="item.id"> <div class="item_left"> <img :src="item.img" 阅读全文
posted @ 2022-02-18 16:15 阳菜 阅读(121) 评论(0) 推荐(0)
摘要: `${new Date(item.giftDate).getFullYear()}.${ new Date(item.giftDate).getMonth() + 1 }.${new Date(item.giftDate).getDate()}` 阅读全文
posted @ 2022-02-17 12:07 阳菜 阅读(75) 评论(0) 推荐(0)
摘要: wxml <!-- form表单 --> <view class="form"> <input class="name " bindinput="getInputName" maxlength="10" placeholder="收件人" placeholder-class="" /> <input 阅读全文
posted @ 2022-02-10 11:24 阳菜 阅读(410) 评论(0) 推荐(0)
摘要: created() { this.$nextTick(() => { // 禁止右键 document.oncontextmenu = new Function("event.returnValue=false"); // 禁止F12 document.onkeydown = new Functio 阅读全文
posted @ 2022-01-07 19:41 阳菜 阅读(1054) 评论(0) 推荐(0)
摘要: wxml <scroll-view bindscroll="scroll"> 123 </scroll-view> <view wx:if="{{(list+systemInfo.screenHeight)/systemInfo.screenWidth - 6500/1125 < -0.2}}">< 阅读全文
posted @ 2021-12-31 11:11 阳菜 阅读(814) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 10 下一页