priceIndex.css
966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
/*
@ priceIndex.less
@ 价格指数
*/
.m-select {
margin-right: 15px;
}
.MT0 {
margin-top: 0;
}
.title.display-block {
float: none;
text-align: left;
}
.title.display-block .price-num {
color: #66cc22;
}
.m-tab {
text-align: center;
}
.m-tab li {
float: none;
display: inline-block;
}
#graphic {
display: -webkit-box;
-webkit-box-orient: horizontal;
-webkit-box-pack: center;
-webkit-box-align: center;
display: -moz-box;
-moz-box-orient: horizontal;
-moz-box-pack: center;
-moz-box-align: center;
display: -o-box;
-o-box-orient: horizontal;
-o-box-pack: center;
-o-box-align: center;
display: -ms-box;
-ms-box-orient: horizontal;
-ms-box-pack: center;
-ms-box-align: center;
display: box;
box-orient: horizontal;
box-pack: center;
box-align: center;
height: 200px;
}
.btn-box {
text-align: center;
}
.btn-box span {
float: left;
width: 50%;
}
.btn-box .m-btn {
display: block;
margin: 0 5px;
}