Fork me on GitHub
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页
摘要: export default { ['--body-bgcolor']: '#fff', ['--light-bgcolor']: '#f5f5f5', ['--font-color']: '#4a4a4a', ['--font-color-shallow']: '#404040', ['--fon 阅读全文
posted @ 2019-11-01 18:16 欢欢11 阅读(604) 评论(0) 推荐(0) 编辑
摘要: rules: { expiryOnDate: [ { validator: (rule, value, callback) => { if (!this.item.expiryControlType) { if (this.item.expiryOnDate == null) { callback( 阅读全文
posted @ 2019-10-23 12:17 欢欢11 阅读(205) 评论(0) 推荐(0) 编辑
摘要: // 多行a56爆大奖在线娱乐 .wrap { width: 100%; overflow: hidden; display: -webkit-box; //将对象作为弹性伸缩盒子模型显示 *必须结合的属性* -webkit-box-orient: vertical; //设置伸缩 盒对象的子元素的排列方式 *必须 阅读全文
posted @ 2019-10-16 09:39 欢欢11 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.下载字体并转换成base64格式 转换链接:https://www.giftofspeed.com/base64-encoder/ 2.创建存放base64文件的css 3.在App.vue中引入 @import './common/font/family.css'; 阅读全文
posted @ 2019-10-15 16:50 欢欢11 阅读(13785) 评论(0) 推荐(0) 编辑
摘要: 转载处:https://juejin.im/post/5d9d386fe51d45784d3f8637 阅读全文
posted @ 2019-10-11 09:41 欢欢11 阅读(1603) 评论(0) 推荐(0) 编辑
摘要: CSS通过设置input输入框的style来实现。 text-transform: uppercase /转为大写/ text-transform: lowercase /转为小写/ text-transform: capitalize /单词首字母转为大写/ js: toUpperCase() 阅读全文
posted @ 2019-10-07 11:29 欢欢11 阅读(331) 评论(0) 推荐(0) 编辑
摘要: getTomorrow(date) { var day3 = new Date(date); day3.setTime(day3.getTime() + 24 * 60 * 60 * 1000); var strMonth = day3.getMonth() + 1; var strDay = day3.getDate(); if (strMonth < 10) { strMonth = "0" 阅读全文
posted @ 2019-10-07 09:44 欢欢11 阅读(965) 评论(0) 推荐(0) 编辑
摘要: 1.npm install animate.css --save2.在main.js中 import animate from 'animate.css';3.使用: animated 不能漏 <view class="content animated fadeInRight">4. fade: { 阅读全文
posted @ 2019-10-04 17:52 欢欢11 阅读(760) 评论(0) 推荐(0) 编辑
摘要: https://juejin.im/post/5d905a1b518825093b5fd48e 阅读全文
posted @ 2019-10-04 15:29 欢欢11 阅读(302) 评论(0) 推荐(0) 编辑
摘要: (...x)Rest 参数接受函数的多余参数,组成一个数组 阅读全文
posted @ 2019-09-26 21:56 欢欢11 阅读(123) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 25 下一页