前端颜色表:https://blog.csdn.net/zhengguoliangyls/article/details/80502166 选择器: id选择器:#id 类选择器:.class 标签选择器:p、div、h1、、、、 后代选择器:空格隔开,后面的元素是前面的子元素:#box li .a Read More
posted @ 2019-05-02 21:09 古墩古墩 Views(168) Comments(0) Diggs(0) Edit
在webpack中配置.vue组件页面的解析(vue-loader) 结合webpack使用vue-router 在webpack中配置.vue组件页面的解析 1、运行npm i vue -S将vue安装为运行依赖;2、运cnpm i vue-loader vue-template-compiler Read More
posted @ 2019-05-02 18:18 古墩古墩 Views(1231) Comments(0) Diggs(0) Edit
好文链接 1、jQuery是js的一个库,封装了js中常用的逻辑; 2、调用jQuery: (1)、本地调用,在script标签的src属性里写上jQuery文件的地址。 (2)、使用CDN调用jQuery: 如:https://code.jquery.com/jquery-3.0.0.min.js Read More
posted @ 2019-05-02 13:51 古墩古墩 Views(148) Comments(0) Diggs(0) Edit
风景时钟 Read More
posted @ 2019-05-02 13:28 古墩古墩 Views(374) Comments(0) Diggs(0) Edit
canvas Read More
posted @ 2019-05-02 13:27 古墩古墩 Views(264) Comments(0) Diggs(0) Edit