liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
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
  @import url("../common.css");
 
.jimu-widget-bookmark{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.jimu-widget-bookmark .add-section{
  position: relative; 
  height: 30px; 
  margin-top: 7px;
  overflow: visible;
}
.jimu-widget-bookmark .input-bookmark-name{
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.jimu-widget-bookmark .btn-add{
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 30px;
  z-index: 2;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #d9dde0;
  cursor: pointer;
}
.jimu-widget-bookmark .btn-add .jimu-center-img{
  border-top: 1px solid rgba(255, 255, 255, 0.2); 
  background-image: url(images/add.png);
}
.jimu-widget-bookmark .jimu-state-error{
  margin-top: 4px;
  visibility: hidden;
}
.jimu-widget-bookmark .play-section{
  overflow: hidden;
  margin-top: 20px;
}
.jimu-widget-bookmark .jimu-btn{
  float: none;
  margin: auto;
  width: 150px;
}
 
.FoldableTheme.green .jimu-widget-bookmark .btn-add{
  background-color: #80dbc5;
}
 
.FoldableTheme.cyan .jimu-widget-bookmark .btn-add{
  background-color: #d5d5d4;
}
 
.jimu-rtl .jimu-widget-bookmark .btn-add{
  left: 1px;
  right: auto;
}