Browse Source

1

Signed-off-by: lcw <1324309909@qq.com>
lcw 3 năm trước cách đây
mục cha
commit
913988ab39
1 tập tin đã thay đổi với 23 bổ sung7 xóa
  1. 23 7
      css/Desktop/Desktop.css

+ 23 - 7
css/Desktop/Desktop.css

@@ -491,8 +491,20 @@ body div ::-webkit-scrollbar-resizer:vertical {
     float: left;
 }
 
-.U_MD_D_BZMOA      { width:51px; height:54px; padding:6px; /*border-radius: 3px;*/ color:#FFF; cursor:pointer;}
-.U_MD_D_BZMOA:hover { padding:5px; background-color:#505457; border:1px solid #777; }
+.U_MD_D_BZMOA {
+    width: 51px;
+    height: 54px;
+    padding: 6px;
+    /*border-radius: 3px;*/
+    color: #FFF;
+    cursor: pointer;
+}
+
+.U_MD_D_BZMOA:hover {
+    padding: 5px;
+    background-color: #505457;
+    border: 1px solid #777;
+}
 
 
 .U_MD_D_BZMOI {
@@ -586,7 +598,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 .U_MD_D_KO {
     cursor: pointer;
-    width: 63px;
+    width: 71px;
     height: 83px;
     position: absolute;
     top: 0;
@@ -602,13 +614,17 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 .U_MD_D_KOA {
     margin: 5px auto 0 auto;
-    width: 51px;
+    width: 71px;
     border-radius: 5px;
+    display: flex;
+    flex-direction: column;
+    flex-wrap: nowrap;
+    align-items: center;
 }
 
 .U_MD_D_KOS {
-    width: 51px;
-    height: 51px;
+    width: 71px;
+    height: 71px;
 }
 
 .U_Img {
@@ -653,7 +669,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
     border: 0;
     cursor: pointer;
     opacity: 0;
-    filter: alpha(opacity: 0);
+    filter: alpha(opacity 0);
     width: 100%;
     height: 100%;
     overflow: hidden;