Pārlūkot izejas kodu

字体类型修改

luyanan 8 gadi atpakaļ
vecāks
revīzija
dedff1a454
1 mainītis faili ar 30 papildinājumiem un 21 dzēšanām
  1. 30 21
      src/main/webapp/css/reset.css

+ 30 - 21
src/main/webapp/css/reset.css

@ -1,28 +1,37 @@
1 1
@charset "UTF-8";
2 2
/*base*/
3
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif}
4
body,button,input,select,textarea{font-size:14px; font-family:"Microsoft YaHei",Arial, Helvetica, sans-serif}
5
h1,h2,h3,h4,h5,h6{font-size:100%}
6
html,body{height:100%}
7
b,strong{font-weight:bold}
3
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
4
body,button,input,select,textarea{font-size:14px; font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
5
h1,h2,h3,h4,h5,h6{font-size:100%;}
6
html,body{height:100%;}
7
b,strong{font-weight:bold;}
8 8
input{vertical-align:middle; outline:none;}
9
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;border:0}
10
address,cite,dfn,em,var{font-style:normal}
11
code,kbd,pre,samp{font-family:courier new,courier,monospace}
12
small{font-size:12px}
13
ul,ol{list-style:none}
14
sup{vertical-align:text-top}
15
sub{vertical-align:text-bottom}
16
fieldset,img{border:0}
17
button,input,select,textarea{font-size:100%}
18
table{border-collapse:collapse;border-spacing:0}
9
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;border:0;}
10
address,cite,dfn,em,var{font-style:normal;}
11
code,kbd,pre,samp{font-family:courier new,courier,monospace;}
12
small{font-size:12px;}
13
ul,ol{list-style:none;}
14
sup{vertical-align:text-top;}
15
sub{vertical-align:text-bottom;}
16
fieldset,img{border:0;}
17
button,input,select,textarea{font-size:100%;}
18
table{border-collapse:collapse;border-spacing:0;}
19 19
a{text-decoration:none; color:#fff;}
20 20
a:focus{outline:thin dotted; color:#fff;}
21 21
a:active,a:hover{outline:0;text-decoration:none;}
22
.clear{clear:both}
22
.clear{clear:both;}
23 23

24
.fl{float:left}
25
.fr{float:right}
26
.none{display:none}
27
* html,* html body{background-image:url(http://img1.lotour.net/blank.png) repeat;background-attachment:fixed} /* ����IE6��bug */
28
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,search{display:block;margin:0;padding:0}
24
.fl{float:left;}
25
.fr{float:right;}
26
.none{display:none;}
27

28
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,search{display:block;margin:0;padding:0;font-family: PingFang SC,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
29

30
/*goole去除select的上下箭头*/
31
input::-webkit-outer-spin-button,
32
input::-webkit-inner-spin-button{
33
    -webkit-appearance: none !important;
34
    margin: 0; 
35
}
36
/*ff去除select的上下箭头*/
37
input[type="number"]{-moz-appearance:textfield;}