priceIndex.less
915 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
59
60
61
62
63
/*
@ priceIndex.less
@ 价格指数
*/
.m-select{
margin-right:15px;
}
.MT0{
margin-top: 0;
}
.title.display-block{
float: none;
text-align: left;
.price-num{
color: #66cc22;
}
}
.m-tab{
text-align: center;
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;
// min-width: 200%;
}
.btn-box{
text-align: center;
span{
float: left;
width: 50%;
}
.m-btn{
display: block;
margin: 0 5px;
}
}