上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页
摘要: 前面我们知道了什么是css,我们可以利用css来干嘛,以及知道了css常见的选择器的等。今天,我们学习css的字体样式(字体属性) 字体样式: 字体类型:哪种字体显示,谷歌默认是 "微软雅黑" font-family:'微软雅黑' , '宋体' 字体大小:谷歌浏览器默认是 16px font-siz 阅读全文
posted @ 2021-04-15 11:14 Kobe_bk 阅读(105) 评论(0) 推荐(0) 编辑
摘要: vue计算属性官网地址:https://cn.vuejs.org/v2/guide/computed.html 使用场景:处理复杂的数据,需要逻辑运算时,比如:反转字符串 message.split('').reverse().join('') 如何体现computed 缓存功能,通过Math.ra 阅读全文
posted @ 2021-04-14 15:17 Kobe_bk 阅读(88) 评论(0) 推荐(0) 编辑
摘要: ant-innput 官网:https://www.antdv.com/components/input-cn/ 阅读全文
posted @ 2021-04-14 10:28 Kobe_bk 阅读(550) 评论(0) 推荐(0) 编辑
摘要: split() 方法用于把一个字符串 分割成 字符串数组 <template> <div id="ddsqoutModify"> 离港手续办理 </div> </template> <script> export default { name: 'ddsqoutModify', data() { r 阅读全文
posted @ 2021-04-13 18:33 Kobe_bk 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 大学专业:环境艺术设计 阅读全文
posted @ 2021-04-12 14:38 Kobe_bk 阅读(24) 评论(0) 推荐(0) 编辑
摘要: 恢复内容开始 null 恢复内容结束 阅读全文
posted @ 2021-03-12 17:55 Kobe_bk 阅读(49) 评论(0) 推荐(0) 编辑
摘要: UI设计: 国内的花瓣,UI中国,站酷 国外的dribbble / behance / pinterest 阅读全文
posted @ 2021-03-12 16:30 Kobe_bk 阅读(50) 评论(0) 推荐(0) 编辑
摘要: js原型链 阅读全文
posted @ 2021-03-08 09:39 Kobe_bk 阅读(36) 评论(0) 推荐(0) 编辑
摘要: Vue插值表达式 写法: 也叫做 胡子表达式 {{ }} 作用: 1. 将数据 填充到html标签中 {{ msg }} 2.插值表达式式,支持简单的数据计算 {{ msg1+msg2}} 阅读全文
posted @ 2021-02-28 21:45 Kobe_bk 阅读(223) 评论(0) 推荐(0) 编辑
摘要: vue安装: https://cn.vuejs.org/v2/guide/installation.html 开发版和生产版 阅读全文
posted @ 2021-02-28 21:26 Kobe_bk 阅读(52) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 19 下一页