liuyg
2021-06-11 124254f51ea930f4f8bcfb32132cd73bc2413233
widgets/instructions/css/style.css
@@ -2,8 +2,8 @@
  position: absolute !important;
  font-size: 14px;
  height: 42px !important;
  line-height: 32px;
  width: 160px !important;
  line-height: 42px;
  /* min-width: 160px !important; */
  right: auto !important;
  bottom: auto !important;
  left: 260px;
@@ -17,17 +17,21 @@
  /* cursor       : pointer; */
  z-index: 15 !important;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  /* padding: 0 20px 0 20px!important; */
  display: flex;
  align-items: center;
  justify-content: center;
   /* display: flex; */
  /*align-items: center;
  justify-content: center; */
  transition: all 0.5s;
  cursor: pointer;
}
.jimu-widget-instructions img {
  width: 20px;
  position: relative;
  top:-2px;
  left: -5px;
  margin-left: 11px;
}
.jimu-widget-instructions .instructions-title {
@@ -35,4 +39,6 @@
  font-size: 1rem;
  font-weight: 400;
  letter-spacing:1.5px;
  display: inline-block;
  margin-right: 11px;
}