106 lines
1.9 KiB
CSS
106 lines
1.9 KiB
CSS
@charset "utf-8";
|
|
|
|
/*禁用字号自动调整*/
|
|
html{
|
|
-webkit-text-size-adjust:100%;
|
|
-ms-text-size-adjust:100%;
|
|
}
|
|
input[type=button]{
|
|
-webkit-appearance:none;
|
|
outline:none
|
|
}
|
|
a{
|
|
-webkit-tap-highlight-color:transparent
|
|
}
|
|
/*appearance 属性允许您使元素看上去像标准的用户界面元素*/
|
|
/*input[type="button"],input[type="submit"],input[type="reset"],input{
|
|
-webkit-appearance:none;
|
|
resize:none;
|
|
}*/
|
|
|
|
/*取消高亮链接*/
|
|
body, div, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, input, textarea, button, select, p, a, img, form, table,
|
|
tr, td, th, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
|
|
-webkit-tap-highlight-color:rgb(0,0,0,0);
|
|
}
|
|
|
|
/*设置html5元素为块状*/
|
|
header,footer,aside,nav,section,article,details,menu,hgroup,figure,figcaption{
|
|
display: block;
|
|
}
|
|
|
|
img {
|
|
width:100%;
|
|
height:auto;
|
|
width:auto\9;
|
|
-ms-interpolation-mode:bicubic;
|
|
}
|
|
|
|
body, div, ul, ol, dl, li, dd, dt, h1, h2, h3, h4, h5, h6, input, textarea, button, select, p, a, img, form, table, tr, td,
|
|
th, tbody, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section {
|
|
margin:0;
|
|
padding:0;
|
|
border:none;
|
|
}
|
|
|
|
body {
|
|
font:12px Microsoft YaHei, '宋体' Tahoma, Arial, sans-serif;
|
|
color:#555;
|
|
background-color:#fff;
|
|
}
|
|
|
|
em, i {
|
|
font-style:normal;
|
|
}
|
|
|
|
strong {
|
|
font-weight:normal;
|
|
}
|
|
|
|
.clearfix:after{
|
|
content:"";
|
|
display:block;
|
|
visibility:hidden;
|
|
height:0;
|
|
clear:both;
|
|
}
|
|
.clearfix{
|
|
zoom:1;
|
|
}
|
|
a {
|
|
text-decoration:none;
|
|
/*font-family:"华文细黑" ,Microsoft YaHei, Tahoma, Arial, sans-serif;*/
|
|
}
|
|
|
|
a:hover {
|
|
text-decoration:none;
|
|
/*color:#333333;*/
|
|
}
|
|
|
|
ul, ol, dl, li, dd {
|
|
list-style:none;
|
|
}
|
|
|
|
h1, h2, h3, h4, h5, h6{
|
|
font-size:100%;
|
|
font-family:Microsoft YaHei;
|
|
}
|
|
|
|
img {
|
|
border:none;
|
|
}
|
|
.text-center {
|
|
text-align: center;
|
|
}
|
|
.text-left {
|
|
text-align: left;
|
|
}
|
|
.text-right {
|
|
text-align: right;
|
|
}
|
|
.inputWrapper {
|
|
padding: 4.2rem 1.55rem 0.5rem 1.55rem;
|
|
}
|
|
|
|
|