68 lines
1.8 KiB
CSS
68 lines
1.8 KiB
CSS
|
|
@charset "GBK";
|
|||
|
|
/* CSS Document */
|
|||
|
|
/*
|
|||
|
|
** HTML5<EFBFBD>ƶ<EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ʽ<EFBFBD><EFBFBD>
|
|||
|
|
*/
|
|||
|
|
/* ============================ <20><><EFBFBD><EFBFBD>css<73><73>ʽ ============================ */
|
|||
|
|
/* <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>߾<EFBFBD> */
|
|||
|
|
body,html,header,footer,section,span,p,h1,h2,h3,h4,ul,ol,li,select,input,button,textarea,aside,article,dd,dl,dt{
|
|||
|
|
margin: 0;
|
|||
|
|
padding: 0;
|
|||
|
|
}
|
|||
|
|
/* <20><><EFBFBD><EFBFBD>Ĭ<EFBFBD><C4AC><EFBFBD><EFBFBD><EFBFBD><EFBFBD> */
|
|||
|
|
body,button,input,select,textarea{ font:62.5%/1 "<><CEA2><EFBFBD>ź<EFBFBD>", Helvetica, Arial, sans-serif; }
|
|||
|
|
/* <20><><EFBFBD><EFBFBD><EFBFBD>б<EFBFBD>Ԫ<EFBFBD><D4AA> */
|
|||
|
|
ul, ol { list-style: none; }
|
|||
|
|
/* <20><><EFBFBD><EFBFBD><EFBFBD>ı<EFBFBD><C4B1><EFBFBD>ʽԪ<CABD><D4AA> */
|
|||
|
|
a { text-decoration: none; }
|
|||
|
|
a:focus { outline:none; }
|
|||
|
|
img{
|
|||
|
|
width:100%;
|
|||
|
|
border:none;
|
|||
|
|
vertical-align:middle;
|
|||
|
|
}
|
|||
|
|
/* <20><><EFBFBD>ñ<EFBFBD><C3B1><EFBFBD>Ԫ<EFBFBD><D4AA> */
|
|||
|
|
table {
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
border-spacing: 0;
|
|||
|
|
}
|
|||
|
|
/* ========================= ҳ<>泣<EFBFBD><E6B3A3><EFBFBD><EFBFBD>ʽ CSS<53><53>ʽ =========================== */
|
|||
|
|
html,body{
|
|||
|
|
width:100%;
|
|||
|
|
height:100%;
|
|||
|
|
overflow-x:hidden;
|
|||
|
|
}
|
|||
|
|
body{
|
|||
|
|
-text-size-adjust:none;
|
|||
|
|
-webkit-user-select:none;
|
|||
|
|
user-select:none;
|
|||
|
|
-webkit-tap-highlight-color:rgba(0,0,0,0);
|
|||
|
|
}
|
|||
|
|
/*<2A><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>*/
|
|||
|
|
.clearfix:after{
|
|||
|
|
display:block;
|
|||
|
|
clear:both;
|
|||
|
|
height:0;
|
|||
|
|
visibility:hidden;
|
|||
|
|
content:" ";
|
|||
|
|
}
|
|||
|
|
h1,h2,h3,h4,h5,h6{font-weight:normal;}
|
|||
|
|
.fl{float:left;}
|
|||
|
|
.fr{float:right;}
|
|||
|
|
input{ border: none; border-radius: 0px; background:none;outline:none;}
|
|||
|
|
input[type="button"],input[type="submit"],input[type="reset"]{
|
|||
|
|
-webkit-appearance:none;
|
|||
|
|
appearance:none;
|
|||
|
|
}
|
|||
|
|
input[type=text]{
|
|||
|
|
-webkit-appearance: none;
|
|||
|
|
}
|
|||
|
|
select,button{ -webkit-appearance: none; appearance:none;border:none;background:transparent;outline: none;}
|
|||
|
|
i,em{ font-style:normal;}
|
|||
|
|
/*placeholder<65><72><EFBFBD><EFBFBD>Ĭ<EFBFBD><C4AC><EFBFBD><EFBFBD>ɫ-webkit-input-placeholder*/
|
|||
|
|
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666; }
|
|||
|
|
::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666;}
|
|||
|
|
input:-ms-input-placeholder,
|
|||
|
|
textarea:-ms-input-placeholder { color: #666;}
|
|||
|
|
input::-webkit-input-placeholder,
|
|||
|
|
textarea::-webkit-input-placeholder { color: #666;}
|