liuyg
2021-06-30 1b22efb7fa9d35c531e5f4ff2e6d600c23a6546d
widgets/crossTailoring/css/style.css
@@ -2,14 +2,14 @@
  position: fixed !important;
  top: 72px !important;
  right: 388px !important;
  width: 200px !important;
  height: 40px !important;
  width: 280px !important;
  height: 330px !important;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(0, 0, 0);
  z-index: 12 !important;
  border-radius: 10px;
  /* display: none; */
  display: none;
  box-shadow: 0 0 8px #fff;
  padding: 0px 5px !important;
}
@@ -26,17 +26,71 @@
  color: red;
}
/* .jimu-widget-crossTailoring .but {
.jimu-widget-crossTailoring .button {
  line-height: 30px;
  width: 80px;
  /* width: 80px; */
  height: 30px;
  font-size: 14px;
  border-radius: 5px;
  box-shadow: 2px 2px 15px -5px #378ef1;
   border: 1px solid transparent;
  border: 1px solid transparent;
  background-color: #fff;
  padding: 0 8px;
  position: relative;
  left: 50px;
  top: 10px;
}
.jimu-widget-crossTailoring .but:hover {
.jimu-widget-crossTailoring #heardbarcrossTailoring {
  width: calc(100% + 12px);
  position: relative;
  left: -6px;
  /* border: 1px solid salmon; */
  height: 40px;
  background-color: #39A5FD;
  border-radius: 5px 5px 0 0;
  line-height: 40px;
  padding-left: 16px;
  color: #fff;
  font-weight: 500;
  /* font-size: 20px; */
}
.jimu-widget-crossTailoring #heardbarcrossTailoring span:first-child {
  display: inline-block;
  position: relative;
  top: -15px;
}
.jimu-widget-crossTailoring #heardbarcrossTailoring #namebarcrossTailoring {
  width: 170px;
  /* border: 1px solid salmon; */
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}
.jimu-widget-crossTailoring .button:hover {
  box-shadow: 2px 2px 25px -5px #1679eb;
} */
}
.jimu-widget-crossTailoring .sliders {
  width: 150px;
}
.jimu-widget-crossTailoring .slidersNum {
  width: 28px;
}
.jimu-widget-crossTailoring #toolbarcrossTailoring {
  position: absolute;
  top: 50px;
}
.jimu-widget-crossTailoring #toolbarcrossTailoring tr {
  width: 100%;
  height: 35px;
  /* padding: 20px 0; */
}