forked from SuperMap/iClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNavTabsPage.css
More file actions
45 lines (41 loc) · 971 Bytes
/
NavTabsPage.css
File metadata and controls
45 lines (41 loc) · 971 Bytes
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
/** NavTabsPage 标签组件样式**/
.component-navtabspage {
position: absolute;
overflow: hidden;
min-width: 520px;
background: #FFFFFF;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.26);
border-radius: 4px;
font-family: MicrosoftYaHei-Bold;
font-size: 12px;
color: #595959;
top: 44px;
right: 0;
z-index: 1000;
}
.component-navtabspage .supermapol-icons-close {
position: absolute;
cursor: pointer;
top: 11px;
right: 15px;
color: #BFBFBF;
}
.component-navtabspage__title {
height: 35px;
line-height: 36px;
background-color: #F5F5F5;
box-shadow: 0 1px 0 0 #E9E9E9;
}
.component-navtabspage__title > span {
float: left;
color: #919191;
cursor: pointer;
height: 100%;
width: 90px;
text-align: center;
}
.component-navtabspage__title > span.component-navtabspage__tabs--select {
color: #595959;
background: white;
border-bottom: 2px solid transparent;
}