forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCityTabsPage.css
More file actions
75 lines (65 loc) · 1.23 KB
/
CityTabsPage.css
File metadata and controls
75 lines (65 loc) · 1.23 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
.widgets-tabpage {
width: 488px;
margin: 3px auto 0 auto;
box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.noneBoxShadow {
box-shadow: none;
}
/*header*/
.widgets-tabpage ul {
margin: 0;
padding: 0;
height: 39px;
line-height: 31px;
overflow: hidden;
}
.widgets-tabpage ul li {
float: left;
list-style: none;
padding: 7px 7px 0 7px;
border-bottom: 1px solid transparent;
cursor: pointer;
display: inline;
color: #0083CB;
}
.widgets-tabpage ul li.on {
border-bottom-color: #0083cb;
position: relative;
}
/*content*/
.widgets-tabpage-content {
border-top: 1px solid #DDD;
margin-top: -1px;
clear: left;
overflow: hidden;
padding-bottom: 10px;
padding-top: 10px;
}
.widgets-tabpage-content div {
float: left;
}
.py-key {
display: inline-block;
padding-left: 7px;
font-weight: bold;
font-size: 12px;
color: #0083CB;
vertical-align: top;
}
.city-content {
margin-left: 14px;
max-width: 450px;
}
.city-content > span {
display: inline-block;
float: left;
height: 18px;
line-height: 18px;
margin: 8px 24px 8px 0;
text-align: left;
cursor: pointer;
}
.city-content > span:hover {
color: #0083CB;
}