Przeglądaj źródła

fix: 更换图标

lanxin 7 miesięcy temu
rodzic
commit
d7b8e90880

BIN
public/images/wsyd/menu-img.png


+ 6 - 6
src/index/views/home/components/menu/index.wsyd.scss

@@ -25,6 +25,7 @@
   .pinBottom {
     display: flex;
     align-items: center;
+    justify-content: space-between;
     gap: 34px;
 
     &.right {
@@ -82,9 +83,8 @@
 .pinBottom-border {
   position: relative;
   top: -22px;
-  margin: 0 36px;
-  width: 96px;
-  height: 134px;
+  margin: 0 14px;
+  object-fit: contain;
 }
 
 .icon-share {
@@ -141,9 +141,9 @@
           content: '';
           position: absolute;
           top: -50px;
-          left: 4px;
-          width: 45px;
-          height: 67px;
+          left: 0px;
+          width: 63px;
+          height: 76px;
           background: url('/images/wsyd/menu-img.png') no-repeat center / contain;
           z-index: 1;
         }