shaogen1995 2 лет назад
Родитель
Сommit
e2f9f23e68

+ 4 - 4
src/pages/A3Goods/GoodsInfo/index.module.scss

@@ -98,8 +98,8 @@
       }
 
       .A3IRight {
-        width: 42%;
-        padding: 40px 20px 0;
+        width: 45%;
+        padding: 40px 0px 0;
 
         .A3IRtit {
           display: flex;
@@ -133,7 +133,7 @@
         }
 
         .A3IRtitRow {
-          padding: 0 0 0 200px;
+          padding: 0 0 0 240px;
           position: relative;
           margin-top: 30px;
           font-size: 18px;
@@ -146,7 +146,7 @@
 
           .A3IRtitRowYuan {
             position: absolute;
-            left: 165px;
+            left: 210px;
             top: 5px;
             width: 14px;
             height: 14px;

+ 1 - 0
src/pages/A3Goods/index.module.scss

@@ -1,5 +1,6 @@
 .A3Goods {
   background-size: 100% 100%;
+  position: relative;
 
   :global {
     .A3top {