Procházet zdrojové kódy

修改 场馆 介绍 图片

shaogen1995 před 1 rokem
rodič
revize
ef3df93b02

+ 2 - 2
src/pages/A4Intro/index.module.scss

@@ -14,8 +14,8 @@
     .introTxt1 {
       position: absolute;
       z-index: 3;
-      top: 54px;
-      left: 200px;
+      top: 50px;
+      left: 248px;
     }
 
     .txtBox {

+ 5 - 3
src/pages/A4IntroM/index.module.scss

@@ -9,16 +9,18 @@
       width: 100%;
       height: calc(100% - 220px);
       background-size: 100% 100%;
-      padding: 30% 12% 15% 15%;
+      padding: 36% 12% 15% 15%;
       position: relative;
       .txtBoxTit{
         position: absolute;
         width: 100%;
-        top: 30px;
+        top: 20px;
         left: 0;
         text-align: center;
         &>img{
-          width: 160px;
+          width: 80%;
+          // height: auto;
+          object-fit: contain;
         }
       }
       .txtBoxMain{