上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: html <div class="servicea1_list"> <ul class="servicea1_ul servicea1_on"> <li> <img class="img1" src="img/index/servicea1.jpg" alt=""> <div class="serv 阅读全文
posted @ 2022-11-16 11:42 阳菜 阅读(14) 评论(0) 推荐(0) 编辑
摘要: html <div class="regardc"> <div class="gw_b_box2"> <div class="gw_box_tit2 on"> <span class="sh3mabouth7">Staff</span> </div> <div class="gw_box_tit2" 阅读全文
posted @ 2022-09-22 15:29 阳菜 阅读(17) 评论(0) 推荐(0) 编辑
摘要: <div class="scroll-down" id="scroll-down"> <span></span> <div class="shubiaowz">向下滑动</div> </div> /* 向下 */ .scroll-down span { position: absolute; bot 阅读全文
posted @ 2022-07-22 14:13 阳菜 阅读(382) 评论(0) 推荐(0) 编辑
摘要: <block wx:for="{{info.materials}}" wx:key="index"> <image class="img" mode="aspectFill" src="{{item}}" bindtap="previewImage" data-current="{{item}}"> 阅读全文
posted @ 2022-06-15 17:31 阳菜 阅读(364) 评论(0) 推荐(0) 编辑
摘要: goSubmit() { window._hmt.push([ "_trackEvent", "点击提交", "点击", "提交外部嘉宾的个人信息", ]); const telReg = /^1\d{10}$/; if (!this.formData.company) { weui.toast(" 阅读全文
posted @ 2022-06-10 15:54 阳菜 阅读(386) 评论(0) 推荐(0) 编辑
摘要: <!-- <div class="party1_form_item"> <span>行业类别</span> <br /> <br /> <select class="labars" v-model="formData.field"> <option :value="item.label" v-for 阅读全文
posted @ 2022-06-10 15:49 阳菜 阅读(47) 评论(0) 推荐(0) 编辑
摘要: // 倒计时60s getCodeWait() { let TIME_COUNT = 60; if (!this.timer) { this.count = TIME_COUNT; this.show = false; this.timer = setInterval(() => { if (thi 阅读全文
posted @ 2022-06-10 11:49 阳菜 阅读(433) 评论(0) 推荐(0) 编辑
摘要: <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 阳菜 阅读(880) 评论(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 阳菜 阅读(282) 评论(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 阳菜 阅读(38) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 9 下一页