evaluate.css
1.88 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
.evaluate {
width: 1200px;
margin: 0 auto;
}
.evaluate_nav {
font-size: 0;
margin-top: 20px;
background: url('../staticImages/bg.png');
color: #ffffff;
background-size: cover;
}
.evaluate_nav li {
height: 100px;
display: inline-block;
width: 25%;
font-size: 14px;
text-align: center;
box-sizing: border-box;
padding-top: 35px;
}
.evaluate_nav li:not(:last-child) {
border-right: 1px solid #dedede;
}
.evaluate_nav li p:nth-child(2){
font-size: 24px;
margin-top: 10px;
}
.evaluate_nav li p:nth-child(2) span {
font-size: 14px;
}
.satisfaction {
margin-top: 20px;
}
.satisfaction .evaluate {
width: 49%;
display: inline-block;
padding: 20px;
box-sizing: border-box;
}
.satisfaction .region {
width: 49%;
float: right;
padding: 20px;
box-sizing: border-box;
}
.satisfaction ul .evaluate_item {
border-bottom: 1px dotted #dedede;
}
.satisfaction ul li p {
display: inline-block;
height: 35px;
line-height: 35px;
}
.satisfaction ul li p:nth-child(1) {
width: 80px;
text-align: left;
}
.satisfaction ul li .score {
position: relative;
top: -12px;
margin-left: 26px;
}
.satisfaction .evaluate_item span{
float: right;
display: inline-block;
height: 35px;
line-height: 35px;
}
.satisfaction h3 {
font-weight: 600;
margin-bottom: 10px;
}
.region .region_title, .region_list {
border-bottom: 1px dotted #dedede;
height: 36px;
line-height: 36px;
}
.region .region_title span {
color: rgb(110, 110, 110);
}
.region_title span {
display: inline-block;
width: 23%;
}
.region_list span {
display: inline-block;
height: 36px;
line-height: 36px;
}
.region_list p {
position: relative;
top: -10px;
margin-left: 10%;
}
.region_list span:nth-child(2) {
margin-left: 18%;
}
.region_list span:nth-child(3) {
margin-left: 20%;
}