xgwangman vor 4 Jahren
Ursprung
Commit
4104dbc35a

+ 6 - 1
src/web/staticres/common-module/data-pack/css/index.css

@@ -79,6 +79,7 @@
 .data-box .up-line .d-conts .d-card .words .nums .p1 i {
     font-size: .22rem;
     line-height: 18px;
+    font-weight: 500!important;
     color: #9B9CA3;
     margin-left: .08rem;
 }
@@ -242,7 +243,7 @@
 }
 
 .emptycom{
-    margin: 1.2rem 0 1.4rem 0;
+    margin: .2rem 0 1.4rem 0;
     display: -webkit-box;
     display: -webkit-flex;
     display: flex;
@@ -280,6 +281,10 @@
     padding-top: .24rem;
 }
 
+.export-box .emptycom {
+    margin-top: 1.2rem;
+}
+
 .ex-port {
     display: block;
 }

+ 1 - 2
src/web/staticres/frontRouter/pc/my_data_packet/css/index-pc.css

@@ -131,7 +131,6 @@
     height: 122px;
     border-radius: 8px 8px 0 0;
     padding: 28px 32px;
-    /* background: linear-gradient(276deg,#14a7d6 100%, #1ec2db 100%); */
     background: -webkit-linear-gradient(180deg,#14a7d6 0%, #1ec2db 100%);
 }
 
@@ -139,7 +138,7 @@
     color: #fff;
 }
 
-.data-box .down-line .d-chong .d-head .s-zhu .el-button {
+.data-box .down-line .d-chong .d-head .el-button {
     border: none;
 }