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
| .jimu-widget-Plot{
| width: 100%;
| height: 100%;
| background-color:black;
| font-size: 14px;
| border: 1px solid rgb(22, 33, 46);
| color: rgb(238, 235, 235);
| font-size: 16px;
| display: none;
| border-radius: 4px;
| }
|
| #table {
| position: relative;
| }
|
|
|
| .jimu-widget-Plot .plot-box {
| position: fixed;
| top: 29px;
| left:120px;
| z-index: 1000;
| height: 50px;
| /* background: rgba(0, 0, 0, 0.6);*/
| padding: 20px 10px 0 10px;
| }
|
| .jimu-widget-Plot .plot-box ul li {
| display: inline-block;
| }
|
| .jimu-widget-Plot .plot-box ul li button {
| width: 60px;
| height: 30px;
| background-color: rgba(22, 25, 27, 0.2);
| border: 1px solid #fff;
| color: #fff;
| cursor: pointer;
|
| }
|
| .xx {
| float: right;
| left: 40px;
| font-size: 30px;
| line-height: 20px;
| cursor: pointer;
| }
|
|