shuishen
2021-06-07 b1d6d9bd7cfbd6b5a78b118ae130a41d8e00633b
widgets/instructions/css/style.css
@@ -1,9 +1,9 @@
.jimu-widget-instructions {
  position: absolute !important;
  font-size: 14px;
  height: 50px !important;
  height: 42px !important;
  line-height: 32px;
  width: 200px !important;
  width: 160px !important;
  right: auto !important;
  bottom: auto !important;
  left: 260px;
@@ -12,7 +12,7 @@
  background: rgba(255, 255, 255, 1);
  color: #fff;
  /* border : 1px solid rgba(0, 0, 0, 0.3); */
  border-radius: 6px 6px 6px 6px;
  border-radius: 14px;
  /* text-align   : center; */
  /* cursor       : pointer; */
  z-index: 15 !important;
@@ -25,12 +25,14 @@
}
.jimu-widget-instructions img {
  width: 35px;
  width: 20px;
  position: relative;
  left: -5px;
}
.jimu-widget-instructions .instructions-title {
  color: #5AA9FB;
  font-size: 1.3rem;
  font-weight: 600;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing:1.5px;
}