|
@ -1,46 +1,17 @@
|
1
|
1
|
@charset "utf-8";
|
2
|
2
|
/* CSS Document */
|
3
|
3
|
/*reset--base*/
|
4
|
|
hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,a,em,div,span,th,td{margin:0;padding:0; word-break:break-all; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
5
|
|
form,fieldset,legend,label,button,input,select,textarea{font-size:14px; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
4
|
p,dl,dt,dd,ul,ol,li,a,em,div,span,th,td{margin:0;padding:0; word-break:break-all; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
|
5
|
form,label,button,input,select,textarea{font-size:14px; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
6
|
6
|
h1,h2,h3,h4,h5,h6{font-size:100%;margin:0;padding:0; font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
7
|
|
html,body{height:100%; width:100%; margin:0;padding:0;}
|
|
7
|
html,body{height:100%; width:100%; margin:0;padding:0;font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
8
|
8
|
input{vertical-align:middle; outline:none;}
|
9
|
9
|
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic;border:0;padding:0; margin:0;}
|
10
|
|
address,cite,dfn,em,var{font-style:normal;}
|
11
|
10
|
small{font-size:12px;}
|
12
|
11
|
ul,ol{list-style:none;}
|
13
|
|
sup{vertical-align:text-top;}
|
14
|
|
sub{vertical-align:text-bottom;}
|
15
|
|
fieldset,img{border:0;}
|
16
|
12
|
button,input,select,textarea{font-size:100%;}
|
17
|
13
|
table{border-collapse:collapse;border-spacing:0;}
|
18
|
|
|
19
|
|
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,search{
|
20
|
|
display:block;margin:0;padding:0;
|
21
|
|
font-family: PingFang SC,Arial,Helvetica Neue,Hiragino Sans GB,Microsoft Yahei,WenQuanYi Micro Hei,sans-serif;}
|
22
|
|
|
23
|
|
/*goole去除select的上下箭头*/
|
24
|
|
input::-webkit-outer-spin-button,
|
25
|
|
input::-webkit-inner-spin-button{
|
26
|
|
-webkit-appearance: none !important;
|
27
|
|
margin: 0; }
|
28
|
|
/*ff去除select的上下箭头*/
|
29
|
|
input[type="number"]{-moz-appearance:textfield;}
|
30
|
|
/*select*/
|
31
|
|
select{/*Chrome和Firefox里面的边框是不一样的,所以复写了一下*/
|
32
|
|
border: solid 1px #000;
|
33
|
|
/*很关键:将默认的select选择框样式清除*/
|
34
|
|
appearance:none;
|
35
|
|
-moz-appearance:none;
|
36
|
|
-webkit-appearance:none;
|
37
|
|
/*在选择框的最右侧中间显示小箭头图片*/
|
38
|
|
background: url("arrow.png") no-repeat scroll right center transparent;
|
39
|
|
/*为下拉小箭头留出一点位置,避免被文字覆盖*/
|
40
|
|
padding-right: 14px;}
|
41
|
|
/*清除ie的默认选择框样式清除,隐藏下拉箭头*/
|
42
|
|
select::-ms-expand { display: none; }
|
43
|
|
|
|
14
|
a,a:active,a:hover{outline:0;text-decoration:none;}
|
44
|
15
|
/*reset--base///*/
|
45
|
16
|
[class^="icon-"],
|
46
|
17
|
[class*=" icon-"] {
|
|
@ -72,7 +43,7 @@ select::-ms-expand { display: none; }
|
72
|
43
|
background-image: url("../images/glyphicons-halflings-white.png");
|
73
|
44
|
}
|
74
|
45
|
.icon-glass {
|
75
|
|
background-position: 0 0;
|
|
46
|
background-position: 0 0;
|
76
|
47
|
}
|
77
|
48
|
.icon-music {
|
78
|
49
|
background-position: -24px 0;
|