pickcity_ui.css
1.14 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
.pickcity {
position: relative;
text-align: left;
}
.whichcity {
height: 30px;
line-height: 30px;
border: 1px solid #ddd;
min-width: 200px;
}
.whichcity input {
width: 96%;
padding: 0 1% 0 3%;
height: 28px;
}
.pickbox {
position: absolute;
top: 100%;
left: 0;
width: 360px;
border: 1px solid #34b56a;
z-index: 1;
display: none;
}
.pickbox li {
float: left;
height: 30px;
line-height: 30px;
cursor: pointer;
}
.picktitle {
background-color: #f9f9f9;
position: relative;
}
.picktitle li {
border-bottom: 2px solid #36b085;
margin: 0 10px;
}
.pickname {
padding: 5px;
background-color: #fff;
}
.pickname li {
margin: 0 5px;
overflow: hidden;
min-width: 30px;
text-align: center;
}
.pickname li:hover {
background-color: #4abb64;
color: #fff;
}
.pickname li label {
display: block;
width: 95px;
text-align: left;
padding-left: 10px;
height: 30px;
overflow: hidden;
}
.picksure {
display: none;
background-color: #fff;
}
.picksure .bt {
display: block;
text-align: center;
border-radius: 0;
}
.ckall {
display: none;
cursor: pointer;
position: absolute;
right: 10px;
top: 6px;
}