摘要: <scroll-view class="help" scroll-x="{{true}}"> <view class="help_main"> <block wx:for="{{list}}" wx:key="id"> <view class="default"> <image class="def 阅读全文
posted @ 2021-12-20 15:05 阳菜 阅读(169) 评论(0) 推荐(0) 编辑
摘要: import Vue from 'vue'; // 时间戳转换为 YYYY-MM-DD HH:mm:ss Vue.filter('formatDate', function(timeStamp, format) { if (timeStamp) { format = format || 'YYYY- 阅读全文
posted @ 2021-12-16 16:29 阳菜 阅读(147) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class="left"> <img class="leftImg" src="jpg" alt="" /> <!-- 鼠标层罩 --> <div v-show="topShow" class="top" :style="topStyle"></div> 阅读全文
posted @ 2021-11-23 11:39 阳菜 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 1.安装 :npm install animate.css --save 2. 引入:在main.js中: // animate 动画 import animate from "animate.css"; Vue.use(animate); 3. 绑定ref操作dom 给图片绑定animate__a 阅读全文
posted @ 2021-11-19 16:21 阳菜 阅读(412) 评论(0) 推荐(0) 编辑
摘要: <!-- 产品列表 --> <div class="product_main"> <div class="product_tabs"> <div class="product_tabs_div" v-for="(item, index) in productFieldList" :key="item 阅读全文
posted @ 2021-11-18 15:22 阳菜 阅读(188) 评论(0) 推荐(0) 编辑
摘要: wxml wxss @-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); visibility: visible 阅读全文
posted @ 2021-11-03 19:38 阳菜 阅读(417) 评论(0) 推荐(0) 编辑
摘要: // 时间戳转换为 YYYY-MM-DD HH:mm:ss Vue.filter('formatDate', function(timeStamp, format) { if (timeStamp) { format = format || 'YYYY-MM-DD'; let week = [ '星 阅读全文
posted @ 2021-09-23 18:13 阳菜 阅读(41) 评论(0) 推荐(0) 编辑
摘要: html data 数据源: computed: 阅读全文
posted @ 2021-09-23 15:59 阳菜 阅读(559) 评论(0) 推荐(0) 编辑
摘要: data created methods 阅读全文
posted @ 2021-08-30 16:02 阳菜 阅读(103) 评论(0) 推荐(0) 编辑
摘要: html <li> <a :href="publicPath + 'matsui.html'" >关于松井 <div class="nav_matsui"> <p><a :href="***">经营理念</a></p> <p><a :href="***'">公司概要</a></p> <p>& 阅读全文
posted @ 2021-08-24 18:03 阳菜 阅读(81) 评论(0) 推荐(0) 编辑