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
.jimu-launchpad-panel{
  position: relative;
  z-index: 60;
  overflow: visible;
}
 
.jimu-launchpad-panel .color-header{
  display: none;
  height: 3px;
  width: 100%;
  background-color: #FF0000;
}
 
.jimu-launchpad-panel.minimized .color-header{
  display: none;
}
 
.jimu-launchpad-panel .title{
  position: relative;
  height: 30px;
  width: 100%;
  cursor: move;
}
 
.jimu-launchpad-panel .title .widget-icon{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 24px;
  height: 24px;
  cursor: default;
}
 
.jimu-launchpad-panel.minimized .title .widget-icon{
  cursor: move;
}
 
.jimu-launchpad-panel .title .widget-icon .icon{
  width: 16px;
  height: 16px;
}
 
.jimu-rtl .jimu-launchpad-panel .title .widget-icon{
  right: 4px;
}
 
.jimu-launchpad-panel .title-label{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  position: absolute;
  left: 36px;
  right: 72px;
}
 
.jimu-launchpad-panel.minimized .title-label{
  display: none;
}
 
.jimu-rtl .jimu-launchpad-panel .title-label{
  right: 48px;
  left: 96px;
}
 
.jimu-launchpad-panel .title .min-icon{
  font-size: 26px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 28px;
}
 
.jimu-launchpad-panel.minimized .title .min-icon{
  display: none;
}
 
.jimu-launchpad-panel .title .max-icon{
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: transparent url(images/max.png) center no-repeat;
}
 
.jimu-launchpad-panel.minimized .title .max-icon{
  display: none;
}
 
.jimu-launchpad-panel .title .close-icon{
  width: 28px;
  height: 28px;
  cursor: pointer;
  background: transparent url(images/x.png) center no-repeat;
}
 
.jimu-launchpad-panel.minimized .title .close-icon{
  display: none;
}
 
.jimu-launchpad-panel .jimu-panel-content{
  position: absolute;
  top: 40px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}