tjfapiao2.css
3.13 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
.toptip{
padding:10px ;
color: #fff;
background: #f67f78;
font-size: 11px;
}
.toptip .tjclose{
float: right;
border: 1px solid #fff;
border-radius: 50%;
/* padding: 1px; */
box-sizing: border-box;
font-size: 12px;
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
}
.slelectli {
margin-top: 10px;
}
.slelectli .checkgroup1{
width: 100%;
padding-bottom: 8px;
/*border-top: 1px dashed #979797;*/
}
.slelectli table{
width: 100%;
background: #fff;
box-sizing: border-box;
border-collapse: collapse;
}
.slelectli>table>tr{
width: 100% !important;
border-bottom: 1px solid #e4e4e4;
}
.slelectli>p{
padding: 3px 10px;
font-size: 13px;
}
.slelectli table td{
padding: 3px 10px;
vertical-align: middle;
}
.slelectli table td .moren{
font-size: 13px;
padding: 3px 8px;
/*border-radius: 6px;*/
color: #f5a623;
border: 1px solid #f5a623;
}
.slelectli table .addrf{
font-size: 12px;
color: #9b9b9b;
}
.slelectli .checkResults{
/*border-top: 1px solid #E4E4E4;*/
border-bottom: 1px solid #E4E4E4;
}
.ftable{
width: 100%;
background: #fff;
}
.ftable td{
height: 44px;
padding: 0 10px;
vertical-align: middle;
}
.ftable td #fpjine{
color: #F5A623;
}
.bdb{
border-bottom: 1px solid #e4e4e4;
}
.tjfbtn{
width: 69.3%;
display: block;
margin: 30px auto;
border-radius: 50px;
background: #75CBBE !important;
}
.cbtn{
background: #75CBBE !important;
}
.ftable3{
}
.ftable3 td:last-child{
padding-left: 0;
}
/*.dcheck{
}
.dcheck i{
width: 25px;
height: 25px;
border-radius: 50%;
border: 1px solid #C0C0C0;
color: #fff;
}
.dcheck.actived i{
border: 1px solid #007DDB;
color: #007DDB;
}*/
.ftable2{
margin-top: 10px;
border-collapse: collapse;
}
.ftable2 tr{
border-bottom: 1px solid #E4E4E4;
}
.ftable2 td{
padding-bottom: 4px;
padding-top: 4px;
}
.ftable2 td img{
width: 20px;
}
.ftable2 td:nth-child(2){
font-size: 13px;
}
.layui-m-layer1 .layui-m-layerchild{
width: 88%;
border-radius: 6px !important;
}
.zztj{
width: 100%;
font-size: 14px;
}
.zztj tr td{
padding: 5px 10px;
/*font-size: 12px;*/
}
.zztj tr td:first-child{
color: #999999;
width: 85px;
padding-right: 0;
}
.zzbtn{
padding: 10px;
text-align: center;
}
.zzbtn button{
width: 40%;
min-width: 75px;
height: 40px;
line-height: 40px;
}
.zzbtn button:first-child{
border-radius: 6px;
margin-right: 10%;
border: 1px solid #979797;
color: #979797;
background: none;
}
.zzbtn button:last-child{
}
.geren{
background: #fff;
padding: 10px;
width: 100%;
box-sizing: border-box;
}
.layui-layer{
width: 80% !important;
left: 10% !important;
border-radius: 6px !important;
}
.layui-layer-title{
display: none;
}
.layui-layer-setwin{
display: none;
}
#ticketContent{
padding: 6px 10px;
box-sizing: border-box;
border-radius: 0 !important;
width: 100%;
}