liuyg
2021-06-19 0de0c63175ba63fd7f7fcec97d65124fb3b455dd
widgets/modelDiagram/css/style.css
@@ -1,7 +1,7 @@
.jimu-widget-modelDiagram {
  position: absolute !important;
  font-size: 14px;
  height: 40px !important;
  height: 120px !important;
  width: 280px !important;
  /* 240px */
  background: rgb(254, 254, 254);
@@ -12,7 +12,7 @@
  z-index: 11 !important;
  top: 72px !important;
  bottom: auto !important;
  right: 60px !important;
  right: 383px !important;
  left: auto !important;
  box-shadow: 0 0 8px #fff;
  display: none;
@@ -30,22 +30,58 @@
  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: 40px;
  width: 230px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 1.5px;
  left: 10px;
  cursor: pointer;
}
.jimu-widget-modelDiagram .closemodoinput{
  width: 50px;
.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 {
@@ -53,11 +89,6 @@
}
.jimu-widget-modelDiagram .beginPlay {
  border: 1px solid salmon;
  display: none;
}
.jimu-widget-modelDiagram .stopPlay {
  border: 1px solid salmon;
  display: none;
}