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
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
.jimu-widget-Rolling{
  width: 100%;
  height: 320px;
  /* background-color: #323a36; */
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  /* border: 1px solid rgb(69, 154, 251); */
  color: rgb(0, 0, 0);
  font-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 8px #fff;
}
 
.jimu-widget-Rolling .rollinng-table-hezi {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
 
.jimu-widget-Rolling .hezi-left-select {
  /* line-height: 50px; */
  height: 32px;
  /* border: 1px solid salmon */
}
 
.jimu-widget-Rolling .hezi-right-select {
  height: 32px;
  /* border: 1px solid salmon */
}
 
.jimu-widget-Rolling .hezi-leftspan, .hezi-rightspan {
  font-size: 14px;
  color: #3c464b;
  margin-right: 7px;
}
 
.jimu-widget-Rolling .hezi-select {
  background-color: #fff;
  color: rgb(0, 0, 0);
  padding: 5px;
  border: none;
  outline: none;
  border-radius: 5px;
  position: relative;
  top: 1px;
  box-shadow: 3px 3px 10px -4px #3E9FFC;
}
 
.jimu-widget-Rolling .hezi-select:hover {
  background-color: rgba(255, 255, 255,.75);
  color: #3c464b;
}
 
.jimu-widget-Rolling .rollinng-table-hezi-xx {
  font-size: 20px;
  margin-bottom: 5px;
  margin-left: 5px;
  /* border: 1px solid salmon */
}
 
.jimu-widget-Rolling .rollinng-table-hezi-xx:hover {
  cursor: pointer;
  color: red;
}
 
.jimu-widget-Rolling #slider {
  position: absolute;
  left: 150%;
  top: 0;
  background-color: #D3D3D3;
  width: 3px;
  height: 100%;
  z-index: 1;
}
 
.jimu-widget-Rolling #slider:hover {
  cursor: ew-resize;
}
 
.jimu-widget-Rolling .hiddenHeZi {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0%;
  z-index: 22;
}