jiazx0107@163.com
2023-05-31 7a7ccfd74dbdff086d2aabe5117ec1dc6f804d91
igds-web/src/main/resources/static/admin/inout/style.css
@@ -758,7 +758,7 @@
.kccz-r-btnbox {
   width: 86px;
   width: 110px;
   position: absolute;
   right: 0;
   top: 0;
@@ -767,10 +767,32 @@
.kccz-r-btn {
   display: block;
   width: 84px;
   width: 110px;
   height: 78px;
   border: 1px solid #e7eaed;
   text-align: center;
}
.kccz-r-div{
   display: block;
   height: 78px;
   border: 1px solid #e7eaed;
   background: #53adce;
   text-align: center;
}
.kccz-r-div span{
   display: inline-block;
   width: 100px;
   margin: 10px 0 0px;
   height: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
}
.kccz-r-div p {
   color: #fff;
}
.kccz-r-btn span {
@@ -811,6 +833,7 @@
.kccz-r-btn1.active {
   background: #53adce;
}
.kccz-r-btn1:hover .kccz-r-pz,
.kccz-r-btn1.active .kccz-r-pz {
@@ -913,10 +936,17 @@
   font-weight: bold;
}
.line-container {
   display: flex;
   align-items: center;
   justify-content: center;
}
.line {
   flex: 1;
   height: 1px;
   background-color: #2ab5ad;
}
.line-text {
   padding: 0 10px;
   color: #2ab5ad;
}