WebTM/layuiadmin/layui/css/ReportPlatform.css
@@ -43,10 +43,16 @@
    border-color: rgba(95,184, 120,.75);
    -webkit-box-shadow: 0 0 18px rgba(95,184,120);
}
.check1 {
    cursor: pointer; /*鼠标变成手指样式*/
    -webkit-transition: border linear .1s,-webkit-box-shadow linear .5s;
    border-color: rgba(0,148, 255,.75);
    -webkit-box-shadow: 0 0 18px rgba(0,148,255);
}
.cns {
    border: 1px solid #5FB878;
    height: 140px;
    height: 160px;
    border-radius: 5px;
}
@@ -69,7 +75,7 @@
.topright > dd {
    padding: 0px 10px;
    width: 50%;
    width: 75%;
}
dt, dd {
@@ -77,13 +83,21 @@
}
.cnt h1, .cns h1 {
    line-height: 30px;
    margin: 0 10px;
    line-height: 25px;
    margin: 0 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
h1 span {
    font-family: "微软雅黑";
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.9;
    font-size:12px;
}
.cnt, .cns dl dd {
@@ -94,22 +108,41 @@
.layui-show {
    padding: 5px 10px;
}
/*黄色*/
.color_border1 {
    border: 0.4em solid #ffd800;
    background-color: #ffd800;
}
/*蓝色*/
.color_border2 {
    border: 0.4em solid #09d1ea;
    background-color: #09d1ea;
}
.color_border3 {
/*灰色*/
.color_border3 {
    border: 0.4em solid #808080;
    background-color: #808080;
}
/*绿色*/
.color_border4 {
    border: 0.4em solid #13ad4c;
    background-color: #13ad4c;
}
/*红色*/
.color_border5 {
    border: 0.4em solid #E74C3C;
    background-color: #E74C3C;
}
/*浅绿色*/
.color_border6 {
    border: 0.4em solid #B0C4DE;
    background-color: #B0C4DE;
}
/*青色*/
.color_border7 {
    border: 0.4em solid #B0C4DE;
    background-color: #00FFFF;
}
.gj_icon {
    border-radius: 0.4em;
    width: 1px;
@@ -128,7 +161,7 @@
.imgtitle {
    text-align: center;
    display: block;
    font-size: 30px;
    font-size: 20px;
}
.layui-icon {