|
@@ -309,44 +309,47 @@
|
|
|
}
|
|
|
/** tag不同样式 */
|
|
|
.normal-tag{
|
|
|
- // color: #52c41a;
|
|
|
+ color: #52c41a;
|
|
|
+ font-weight: 600;
|
|
|
|
|
|
// color: #52c41a;
|
|
|
// background: #f6ffed;
|
|
|
// border-color: #b7eb8f;
|
|
|
|
|
|
- display: inline-block;
|
|
|
- height: 24px;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- padding: 0 8px;
|
|
|
- border-radius: 16px;
|
|
|
+ // display: inline-block;
|
|
|
+ // height: 24px;
|
|
|
+ // line-height: 24px;
|
|
|
+ // text-align: center;
|
|
|
+ // font-size: 15px;
|
|
|
+ // padding: 0 8px;
|
|
|
+ // border-radius: 16px;
|
|
|
|
|
|
- background: linear-gradient(0deg, rgba(182, 240, 211, 0.5), rgba(182, 240, 211, 0.5)), rgb(255, 255, 255);
|
|
|
- border: 1px solid rgb(182, 240, 211);
|
|
|
- color: rgb(0, 204, 102);
|
|
|
+ // background: linear-gradient(0deg, rgba(182, 240, 211, 0.5), rgba(182, 240, 211, 0.5)), rgb(255, 255, 255);
|
|
|
+ // border: 1px solid rgb(182, 240, 211);
|
|
|
+ // color: rgb(0, 204, 102);
|
|
|
}
|
|
|
.abnormal-tag{
|
|
|
// color: #fb6666;
|
|
|
+ color: red;
|
|
|
+ font-weight: 600;
|
|
|
|
|
|
// color: #fa8c16;
|
|
|
// background: #fff7e6;
|
|
|
// border-color: #ffd591;
|
|
|
|
|
|
- display: inline-block;
|
|
|
- height: 24px;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- padding: 0 8px;
|
|
|
- border-radius: 16px;
|
|
|
+ // display: inline-block;
|
|
|
+ // height: 24px;
|
|
|
+ // line-height: 24px;
|
|
|
+ // text-align: center;
|
|
|
+ // font-size: 15px;
|
|
|
+ // padding: 0 8px;
|
|
|
+ // border-radius: 16px;
|
|
|
|
|
|
- // background: linear-gradient(0deg, rgba(203, 54, 4, 0.5), rgba(205, 80, 36, 0.5)), #ffffff;
|
|
|
- background: linear-gradient(0deg, rgba(195, 65, 21, 0.5), rgba(197, 56, 7, 0.5)), #ffffff;
|
|
|
- border: 1px solid #D65F37;
|
|
|
- // border: 1px solid #D45930;
|
|
|
- color: #fff;
|
|
|
+ // // background: linear-gradient(0deg, rgba(203, 54, 4, 0.5), rgba(205, 80, 36, 0.5)), #ffffff;
|
|
|
+ // background: linear-gradient(0deg, rgba(195, 65, 21, 0.5), rgba(197, 56, 7, 0.5)), #ffffff;
|
|
|
+ // border: 1px solid #D65F37;
|
|
|
+ // // border: 1px solid #D45930;
|
|
|
+ // color: #fff;
|
|
|
}
|
|
|
}
|
|
|
.iotmenu-modal-box{
|