shaogen1995 пре 2 година
родитељ
комит
054f509eb4

+ 3 - 3
pc/public/knowInfo.html

@@ -70,7 +70,7 @@
       .title {
         position: relative;
         background-color: transparent;
-        color: #F0D99C;
+        /* color: #F0D99C; */
         box-shadow: none;
         line-height: 30px;
       }
@@ -78,9 +78,9 @@
         padding: 0;
       }
 
-      p {
+      /* p {
         color: #fff;
-      }
+      } */
 
     }
   </style>

BIN
pc/src/assets/img/goods/toBack2.png


+ 1 - 1
pc/src/pages/App/MainM/Tab1/Scene/index.module.scss

@@ -1,5 +1,5 @@
 .Scene{
-  position: absolute;
+  position: fixed;
   top: 0;
   left: 0;
   width: 100%;

+ 4 - 2
pc/src/pages/App/MainM/Tab5/Info/index.module.scss

@@ -5,7 +5,7 @@
   height: 100%;
   top: 0;
   left: 0;
-  background-color: #554a3e;
+  background-color: #f7f7f7;
   padding: 20px 0px 20px 30px;
 
   :global {
@@ -14,12 +14,14 @@
       z-index: 10;
       top: 18px;
       left: 8px;
+      width: 18px;
+      height: 30px;
     }
 
     .tab5Ititle {
       padding: 0 35px 0 15px;
       text-align: center;
-      color: #F0D99C;
+      color: #55493d;
       letter-spacing: 3px;
       font-size: 18px;
       font-weight: 700;

+ 1 - 1
pc/src/pages/App/MainM/Tab5/Info/index.tsx

@@ -7,7 +7,7 @@ import React, {
   useState,
 } from "react";
 import styles from "./index.module.scss";
-import backImg from "@/assets/img/goods/toBack.png";
+import backImg from "@/assets/img/goods/toBack2.png";
 import { PcTab5ListType } from "@/pages/A2Main/Tab5Info";
 import { A2_APItab5Info } from "@/store/action/A2Main";
 import { envUrl, isEnvFlag } from "@/utils/env";