react-app-shell
Version:
react打包脚本和example, 这里的版本请忽略
69 lines (64 loc) • 2.45 kB
text/less
@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,blockquote,p,pre,dl,dd,ol,ul,li,a,span,caption,th,td,form,fieldset,legend,input,button,textarea,address{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ol,ul{list-style:none}
li{list-style:none;}
fieldset,img{border:0}
em,tt,i{ font-style:normal;}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new,courier,monospace}
input,button,textarea,select{font-size:100%;}
input,button,select,textarea{outline:none;}
textarea{resize:none;}
table{border-collapse:collapse;border-spacing:0;empty-cells:show;font-size:inherit}
abbr[title]{border-bottom:1px dotted;cursor:help}
a,a:hover{text-decoration:none}
a,label, :focus{outline:0 none;}
a, img,input{border:0 none;}
s{font-style:normal; text-decoration:none;}
body{font-size:13px; font-family:arial,"Microsoft YaHei", sans-serif;}
button, input, select, textarea {font-family:sans-serif;}
input::-moz-placeholder, textarea::-moz-placeholder{color:#999999; font-weight:normal }
::-webkit-input-placeholder {color:#999999; font-weight:normal;}
input:-ms-input-placeholder{color:#999999; font-weight:normal;}
::-ms-clear{display:none;}
::-ms-reveal{display:none;}
input::-ms-clear{display:none;}
input::-ms-reveal{display:none;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
a{background-color:transparent;}
}
body{-webkit-text-size-adjust: 100% ;}
input{ background:none; border:0 none;}
input[type="button"],
input[type="submit"],
input[type="reset"],
a{-webkit-appearance:none;appearance:none;}
.tl-c{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.nbg{background:none ;}
.t-l{ text-align:left;}
.t-c{ text-align:center;}
.t-r{ text-align:right;}
.clearfix:before,.clearfix:after { content:""; display:block;}
.clearfix:after { clear:both;}
.clearfix { zoom:1;}
.hidden,
.hide{ display:none;}
.blockimportant{ display:block ;}
/*用于页面JS处理隐藏*/
.hideimportant{ display:none ; }
.underline{ text-decoration:underline;}
input[type=text]::-ms-clear,
input[type=password]::-ms-reveal{ display:none;}
input{ color:#333;}
/*FF required错误红色边框*/
input:required,input:invalid{ -moz-box-shadow:none; box-shadow:none;}
/*FF border虚线框*/
input::-moz-focus-inner{border:0;}
/*chrome自动填充黄色背景*/
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset;
}
*{box-sizing: border-box;}