摘要: select { /*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/ border: solid 1px #000; /*很关键:将默认的select选择框样式清除*/ appearance:none; -moz-appearance:none; -webkit-appeara 阅读全文
posted @ 2017-03-21 20:25 郭康勋kawhi 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 利用gulp-file-include插件实现 gulpfile.js代码 var gulp = require('gulp');var fileinclude = require('gulp-file-include');gulp.task('fileinclude',function(){ // 阅读全文
posted @ 2017-03-21 11:10 郭康勋kawhi 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 例如公用导航: <ul class="nav navbar-nav" id="navTab"> <li><a href="index.html">设备</a></li> <li><a href="controll.html">控制</a></li> <li><a href="task.html">任 阅读全文
posted @ 2017-03-21 11:08 郭康勋kawhi 阅读(294) 评论(0) 推荐(0) 编辑
摘要: html { overflow-y:scroll; overflow:-moz-scrollbars-vertical;} 阅读全文
posted @ 2017-03-21 11:04 郭康勋kawhi 阅读(90) 评论(0) 推荐(0) 编辑