01 2021 档案
摘要:<!-- hover-class点击触发样式 --> <!-- <view class="box" hover-class="boxone"> --> <!-- 阻止冒泡,就是点击外面的view组件也会跟着触发hover-class --> <!-- <view class="box2" hover
阅读全文
摘要:{ "pages": [{ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "path": "pages/new/new", "style": { "navigationBarTitleText": "最新", "
阅读全文
摘要:目的:每天中午12:00开始,动态显示倒计时 export defalut { name: ' ', data () { timeObj: { h: null, m: null, s: null }, leftCount: 0 //倒计时变量 }, methods:{ time(){ end = n
阅读全文
摘要:单行 .text{ overflow: hidden; text-overflow: ellipsis; white-space:nowrap } 多行 .text_algin{ overflow:hidden; text-overflow:ellipsis; display:-webkit-box
阅读全文
摘要:const Home = () => import(/* webpackChunkName: "home" */ '../pages/home/Home.vue') const routes = [ { path: '/', component: Home } ]路由懒加载 import Home
阅读全文
摘要:1. 如果没有path模块需要先安装path npm install path --save 安装完成后才能配置 2.配置代码(项目根目录新建vue.config.js文件) const path = require('path') function resolve (dir) { return p
阅读全文
摘要:<input type="text" placeholder="新一代V3.0智能手环发售"> input{ outline: none;//文本框去除效果 background-image: url();//背景图标 background-size: ;大小 background-repeat:
阅读全文

浙公网安备 33010602011771号