|
@@ -244,41 +244,41 @@
|
|
|
}
|
|
|
/** tag不同样式 */
|
|
|
.normal-tag{
|
|
|
- // color: #52c41a;
|
|
|
+ color: #52c41a;
|
|
|
|
|
|
// 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;
|
|
|
- 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);
|
|
|
+ // display: inline-block;
|
|
|
+ // height: 24px;
|
|
|
+ // line-height: 24px;
|
|
|
+ // text-align: center;
|
|
|
+ // font-size: 15px;
|
|
|
+ // padding: 0 8px;
|
|
|
+ // border-radius: 16px;
|
|
|
+ // 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);
|
|
|
}
|
|
|
.abnormal-tag{
|
|
|
- // color: #f56c6c;
|
|
|
+ color: #fb6666;
|
|
|
|
|
|
// color: #fa8c16;
|
|
|
// background: #fff7e6;
|
|
|
// border-color: #ffd591;
|
|
|
|
|
|
- display: inline-block;
|
|
|
- border-color: #ff9d34;
|
|
|
- height: 24px;
|
|
|
- line-height: 24px;
|
|
|
- text-align: center;
|
|
|
- font-size: 15px;
|
|
|
- padding: 0 8px;
|
|
|
- border-radius: 16px;
|
|
|
- color: #fa8c16;
|
|
|
- background: linear-gradient(0deg, rgba(240, 220, 182, 0.5), rgba(240, 217, 182, 0.5)), rgb(255, 255, 255);
|
|
|
- border: 1px solid rgb(240, 226, 182);
|
|
|
+ // display: inline-block;
|
|
|
+ // border-color: #ff9d34;
|
|
|
+ // height: 24px;
|
|
|
+ // line-height: 24px;
|
|
|
+ // text-align: center;
|
|
|
+ // font-size: 15px;
|
|
|
+ // padding: 0 8px;
|
|
|
+ // border-radius: 16px;
|
|
|
+ // color: #fa8c16;
|
|
|
+ // background: linear-gradient(0deg, rgba(240, 220, 182, 0.5), rgba(240, 217, 182, 0.5)), rgb(255, 255, 255);
|
|
|
+ // border: 1px solid rgb(240, 226, 182);
|
|
|
}
|
|
|
}
|
|
|
.iotmenu-modal-box{
|