摘要: body, p, img, dl, dt, dd, ul, ol, h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } body { position: relative; font: 12px/1 "Microsoft YaHei", Arial;} ul, ol { list-style: none; } img { border: 0 non... 阅读全文
posted @ 2017-08-22 17:33 透明的月儿 阅读(156) 评论(0) 推荐(0)
摘要: textarea{ resize: none; //去掉右下角线 outline: none; //去掉蓝光 } //给DIV限定宽度或高度,指定overflow样式为auto,会自动出现滚动条 阅读全文
posted @ 2017-08-22 17:31 透明的月儿 阅读(91) 评论(0) 推荐(0)
摘要: 首先安装node.js 和npm node -v npm -vnpm install -g less 安装完成后 多了node_modules文件 在控制台 lessc index.less > index.css 用webstrom自动监听less File>settings>Tools>File 阅读全文
posted @ 2017-08-22 10:58 透明的月儿 阅读(150) 评论(0) 推荐(0)