Explorar el Código

1

Signed-off-by: lcw <1324309909@qq.com>
lcw hace 3 años
padre
commit
913988ab39
Se han modificado 1 ficheros con 23 adiciones y 7 borrados
  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;
     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 {
 .U_MD_D_BZMOI {
@@ -586,7 +598,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 
 .U_MD_D_KO {
 .U_MD_D_KO {
     cursor: pointer;
     cursor: pointer;
-    width: 63px;
+    width: 71px;
     height: 83px;
     height: 83px;
     position: absolute;
     position: absolute;
     top: 0;
     top: 0;
@@ -602,13 +614,17 @@ body div ::-webkit-scrollbar-resizer:vertical {
 
 
 .U_MD_D_KOA {
 .U_MD_D_KOA {
     margin: 5px auto 0 auto;
     margin: 5px auto 0 auto;
-    width: 51px;
+    width: 71px;
     border-radius: 5px;
     border-radius: 5px;
+    display: flex;
+    flex-direction: column;
+    flex-wrap: nowrap;
+    align-items: center;
 }
 }
 
 
 .U_MD_D_KOS {
 .U_MD_D_KOS {
-    width: 51px;
-    height: 51px;
+    width: 71px;
+    height: 71px;
 }
 }
 
 
 .U_Img {
 .U_Img {
@@ -653,7 +669,7 @@ body div ::-webkit-scrollbar-resizer:vertical {
     border: 0;
     border: 0;
     cursor: pointer;
     cursor: pointer;
     opacity: 0;
     opacity: 0;
-    filter: alpha(opacity: 0);
+    filter: alpha(opacity 0);
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     overflow: hidden;
     overflow: hidden;