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
.jimu-widget-onscreen-icon,
.jimu-widget-placeholder {
  background-color: rgba(0, 0, 0, 0.5);
  width: 36px !important;
  height: 36px !important;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  opacity: 1;
}
 
.jimu-widget-onscreen-icon img {
  width: 16px;
  height: 16px;
  margin: 10px;
}
 
.jimu-widget-placeholder .inner {
  width: 12px;
  height: 12px;
  margin: 0 auto;
  line-height: 36px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background-color: transparent;
  color: #FFF;
}
 
.jimu-widget-frame.jimu-container{
  padding-bottom: 0;
}