parksingledetail.css
2.56 KB
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
#searchText span{
font-size: 14px;
color: #26be96;
}
.parksingledetail-ul{
height: 108px;
padding: 17px 0;
font-size: 0;
}
.parksingledetail-ul li{
display: inline-block;
}
.parksingledetail-ul li:first-of-type{
margin-right: 32px;
vertical-align: top;
}
.parksingledetail-ul li:last-of-type{
padding: 7px 0;
}
.parksingledetail-ul li:last-of-type div:nth-of-type(1){
text-align: left;
color: #626c72;
font-size: 18px;
height: 18px;
line-height: 18px;
}
.parksingledetail-ul li:last-of-type div:nth-of-type(1) span{
font-size: 14px;
}
.parksingledetail-ul li:last-of-type div:nth-of-type(2){
color: #626c72;
font-size: 36px;
height: 36px;
line-height: 36px;
margin-top: 12px;
text-align: left;
}
.parksingledetail-ul li:last-of-type div:nth-of-type(2) span{
font-size: 14px;
}
/*收费趋势*/
.vehicleChart{
height: 220px;
}
.height240{
height: 240px;
}
/*车位详情*/
.park-detail-ul{
padding:0 24px 20px 24px;
}
.park-detail-ul li:nth-of-type(1){
width: 60%;
}
.park-detail-ul li div:nth-of-type(1){
font-size: 14px;
height: 12px;
color: #626c72;
}
.park-detail-ul li div:nth-of-type(2){
margin-top: 12px;
height: 36px;
line-height: 36px;
font-size: 36px;
color: #626c72;
}
.park-detail-per{
padding: 24px;
}
.park-detail-per-first span:nth-of-type(1) {
font-size: 14px;
}
.park-detail-per-first span:nth-of-type(2) {
font-size: 16px;
}
.per-pross-wrap{
height: 4px;
background-color: rgba(194,202,216,.4);
}
.per-pross-first{
width: 30%;
height: 4px;
background: #26be96 ;
}
.per-pross-icon{
position: absolute;
left: 30%;
width: 12px;
height: 12px;
background:url("../../img/per-pross-cion.png") no-repeat;
top:-4px;
}
.per-pross-wrap{
margin: 3px 0 11px 0;
overflow: hidden;
}
.breakNews-header{
background: #f0f4f5 !important;
font-size: 14px;
color: #4f5052;
padding-left: 24px;
height: 37px;
line-height: 37px;
}
.breakNews-header div{
width: 25%;
float: left;
}
.scrolltext{height:189px;overflow:hidden;}
.scrolltext ol{
padding-left: 0;
}
.scrolltext ol li{
padding-left: 24px;
border-bottom:2px solid #fff;
}
.scrolltext ol li {
height: 46px;
line-height: 46px;
}
.scrolltext ol li div{
float: left;
width: 25%;
font-size: 12px;
white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow: hidden;
}
.scrolltext ol li:hover{background-color:#f0faf8 !important;}
#breakNews .list6{height:230px;overflow:hidden;width:100%;}