nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
.jimu-foldable-dijit {
    position: relative;
}
 
.jimu-foldable-dijit .jimu-panel-title {
    position: relative;
}
 
.jimu-foldable-dijit > .jimu-panel-content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
 
.foldable-widget-frame {
    overflow: hidden;
}
 
.jimu-foldable-panel {
    position: absolute;
}
 
.jimu-foldable-panel > .jimu-panel-title {
    color: white;
    cursor: pointer;
    background-color: #485566;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    position: relative;
    font-weight: bold;
}
 
.jimu-foldable-panel .title-label {
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 16px;
    right: 110px;
}
 
.jimu-foldable-panel .close-btn, .jimu-foldable-panel .max-btn, .jimu-foldable-panel .foldable-btn {
    width: 35px;
    height: 100%;
    border-radius: 11px;
    opacity: 1;
    background-position: center;
    background-repeat: no-repeat;
}
 
.jimu-foldable-panel .close-btn {
    background-image: url(images/x.png);
}
 
.jimu-foldable-panel .max-btn {
    background-image: url(images/max.png);
}
 
.jimu-foldable-panel .max-btn.maximized {
    background-image: url(images/normal.png);
}
 
.jimu-foldable-panel .foldable-btn {
    background-image: url(images/fold_up.png);
}
 
.jimu-foldable-panel .foldable-btn.folded {
    background-image: url(images/fold_down.png);
}
 
.jimu-ismobile .jimu-foldable-panel .foldable-btn {
    background-image: url(images/fold_down.png);
}
.jimu-ismobile .jimu-foldable-panel .foldable-btn.folded {
    background-image: url(images/fold_up.png);
}
 
.jimu-foldable-panel .jimu-widget-frame .foldable-btn {
    background-image: url(images/minus.png);
}
 
.jimu-foldable-panel .jimu-widget-frame .foldable-btn.folded {
    background-image: url(images/plus.png);
}
 
.jimu-foldable-panel .close-tip {
    position: absolute;
    left: 0;
    top: 0;
}
 
.foldable-widget-frame > .title {
    color: #86909c;
    background-color: #d9dde0;
    cursor: pointer;
}
 
.foldable-widget-frame > .title > .title-label {
    font-size: 14px;
}
 
.jimu-rtl .jimu-foldable-panel .title-label {
    left: 110px;
    right: 16px;
}
 
/* on screen  place holder CSS overridden */
.jimu-on-screen-widget-panel .jimu-panel-title, .jimu-panel-title {
    background-color: #e4e4e4;
    color: #333333;
}
 
.jimu-on-screen-widget-panel .jimu-panel-title .close-btn {
    background-image: url(images/x.png) !important;
}
 
.jimu-on-screen-widget-panel > .jimu-panel-title > .fold-down {
    background: url(images/fold_down.png) no-repeat center center !important;
}
 
.jimu-on-screen-widget-panel > .jimu-panel-title > .fold-up {
    background: url(images/fold_up.png) no-repeat center center !important;
}
 
.esriCTBorderBottom {
    border-bottom: 1px solid;
}
/* on screen  place holder CSS overridden */