liuyg
2021-06-22 c3bb18b5acb4c8453c6f86a376dd37bd93ae3bc3
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
94
95
96
97
98
99
100
101
102
103
104
105
.jimu-widget-modelDiagram {
  position: absolute !important;
  font-size: 14px;
  height: 120px !important;
  width: 280px !important;
  /* 240px */
  background: rgb(254, 254, 254);
  color: #838383;
  border-radius: 6px;
  text-align: center;
  /* cursor: pointer; */
  z-index: 11 !important;
  top: 72px !important;
  bottom: auto !important;
  right: 383px !important;
  left: auto !important;
  box-shadow: 0 0 8px #fff;
  display: none;
}
 
.jimu-widget-modelDiagram .seemodo {
  border: 1px solid salmon;
  display: none;
}
 
.jimu-widget-modelDiagram .closemodo {
  line-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px -5px #378ef1;
  display: none;
  /* border: 1px solid rgb(128, 124, 124); */
}
 
.jimu-widget-modelDiagram .modelDiagramMain {
  width: 230px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 1.5px;
  left: 10px;
  cursor: pointer;
}
 
.jimu-widget-modelDiagram .inp {
  width: 230px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid rgb(128, 124, 124); */
  justify-content: space-around;
}
 
.jimu-widget-modelDiagram .inp .closemodoinput {
  width: 200px;
}
 
.jimu-widget-modelDiagram .but {
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  /* border: 1px solid rgb(128, 124, 124); */
  justify-content: space-around;
}
 
.jimu-widget-modelDiagram .but .buts {
  line-height: 30px;
  width: 80px;
  height: 30px;
  font-size: 16px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px -5px #378ef1;
  /* border: 1px solid salmon; */
}
 
.jimu-widget-modelDiagram .but .buts:hover {
  box-shadow: 2px 2px 25px -5px #1679eb;
}
 
.jimu-widget-modelDiagram .closemodo:hover {
  box-shadow: 2px 2px 20px -5px #1679eb;
}
 
.jimu-widget-modelDiagram .beginPlay {
  border: 1px solid salmon;
  display: none;
}
 
.jimu-widget-modelDiagram .closesmodelDiagram {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
 
.jimu-widget-modelDiagram .closesmodelDiagram:hover {
  color: red;
}