shaogen1995 hace 8 meses
padre
commit
5bb2408664
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Code/src/components/BaseImg/index.module.scss

+ 3 - 3
Code/src/components/BaseImg/index.module.scss

@@ -124,7 +124,7 @@
     }
     .birdBox {
       position: absolute;
-      bottom: -140px;
+      bottom: -122px;
       left: 70%;
       transform: translateX(-50%);
       z-index: 100;
@@ -142,7 +142,7 @@
       }
       .bird2 {
         position: absolute;
-        bottom: 95px;
+        bottom: 80px;
         left: 50%;
         transform: translateX(-50%);
         background-image: url('../../assets/img/bird/quan.png');
@@ -154,7 +154,7 @@
         color: #fffddc;
         text-align: center;
         font-size: 16px;
-        padding-top: 16px;
+        padding-top: 18px;
         transition: all 0.3s;
         &:hover {
           color: #a55b41;