liuyg
2021-07-02 25ce610f6ecca7325e7a743dc032c4a76559c63d
widgets/Sign/css/style.css
@@ -3,12 +3,13 @@
  height: 320px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  border: 1px solid rgb(69, 154, 251);
  /* border: 1px solid rgb(69, 154, 251); */
  /* opacity      : .8; */
  color: rgb(0, 0, 0);
  font-size: 16px;
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 8px #fff;
}
#sign_table {
@@ -48,8 +49,14 @@
}
.sign-head-th-xx {
  font-size: 30px;
  /* font-size: 25px; */
  width: 25px;
  cursor: pointer;
  /* font-weight: 100; */
  /* border: 1px solid springgreen; */
}
.sign-head-th-xx:hover{
  color: red;
}
.sign-head-td {
@@ -82,10 +89,10 @@
  margin-top: 6px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  box-shadow: 3px 3px 15px -5px #3E9FFC;
  /* box-shadow: 3px 3px 15px -5px #3E9FFC; */
}
.sign-head-td-ul-border:hover{
  box-shadow: 1px 3px 0px -5px #000000;
  box-shadow: 1px 3px 15px -2px #3E9FFC;
}
.sign-head-td-ul-border img{
  width: 30px !important;