1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
| .jimu-widget-slope {
| position: fixed !important;
| top: 72px !important;
| right: 60px !important;
| width: 200px !important;
| height: 40px !important;
| background-color: rgb(255, 255, 255);
| font-size: 14px;
| color: rgb(0, 0, 0);
| font-size: 16px;
| z-index: 11 !important;
| border-radius: 10px;
| display: none;
| box-shadow: 0 0 8px #fff;
| padding: 0px 5px !important;
| }
|
| .jimu-widget-slope #float {
| position: relative !important;
| top: 50px !important;
| left: -60px !important;
| }
|
|