shuishen
2021-06-04 db9ea2a557e28fb1096dfebdb2ac23c3fe86cb57
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
.jimu-widget-visualAngle {
  position     : fixed;
  font-size    : 14px;
  height       : 60px !important;
  /* line-height  : 32px; */
  width        : 179px !important;
  right: auto !important;
  top: auto !important;
  bottom: 100px !important;
  left: calc(50% - 90px) !important;
  /* 240px */
  background   : rgba(255, 255, 255, 1);
  color        : #fff;
  /* border : 1px solid #000; */
  border-radius: 6px;
  text-align   : center;
  /* cursor       : pointer; */
  z-index      : 10 !important;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
 
.jimu-widget-visualAngle .visualAngleOnce{
  width: 60px;
  box-sizing: border-box;
  /* border: 1px solid springgreen; */
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
 
}
.jimu-widget-visualAngle .visualAngleOnce:nth-child(1){
  border-radius: 6px 0 0 6px;
  border-right: 1px solid rgba(155, 155, 155, 0.2);
  background-color: #3F9DFD;
}
.jimu-widget-visualAngle .visualAngleOnce:nth-child(2){
  color: #000;
}
.jimu-widget-visualAngle .visualAngleOnce:nth-child(3){
  border-radius: 0 6px 6px 0;
  border-left: 1px solid rgba(155, 155, 155, 0.2);
  color: #000;
}
.jimu-widget-visualAngle .v-a-o-img{
  width: 30px;
 
}