chenlei недель назад: 2
Родитель
Сommit
1d46330221

+ 7 - 12
code/src/pages/A2show/index.module.scss

@@ -9,7 +9,7 @@
       text-align: center;
       letter-spacing: 3px;
       font-size: 12px;
-      color: #FFFDDC;
+      color: #fffddc;
       & > p {
         margin-bottom: 5px;
       }
@@ -22,8 +22,8 @@
       transform: translateX(-50%);
       font-size: 12px;
       font-weight: bold;
-      color: #FFFDDC;
-      text-shadow: 0px 0px 3px #FCE9AC;
+      color: #fffddc;
+      text-shadow: 0px 0px 3px #fce9ac;
 
       &::before {
         content: '';
@@ -111,7 +111,7 @@
       .A2rotate2 {
         opacity: 0.3;
         transform: translate(-50%, -50%) rotateY(195deg) translateZ(300px);
-      
+
         img:last-child {
           position: absolute;
           top: -35px;
@@ -141,8 +141,8 @@
     .A2cut {
       width: 60%;
       left: 20%;
-      top: -15%;
-      position: relative;
+      bottom: 15%;
+      position: absolute;
       z-index: 10;
       height: 13%;
       .A2cut2 {
@@ -194,12 +194,7 @@
     }
     // 下面按钮
     .A2btm {
-      position: absolute;
-      bottom: 93px;
-      left: 0;
-      right: 0;
       height: 120px;
-      padding-top: 0px;
       position: relative;
       .A2btmRow {
         position: absolute;
@@ -239,7 +234,7 @@
           text-align: center;
           font-size: 12px;
           transition: all 0.3s;
-          color: #FFFDDC;
+          color: #fffddc;
         }
         &:nth-of-type(2) {
           top: 26%;

+ 6 - 2
code/src/pages/A3wear/index.tsx

@@ -25,13 +25,17 @@ function A3wear() {
       className={styles.A3wear}
       style={{ backgroundImage: `url(${serverUrl}show/bac.jpg)` }}
     >
-      <Z1titie
+      {tab ? <Z1titie
         title={move || tab ? '璏式佩剑法' : '佩带方式'}
         backFu={() => {
           setMove(false)
           setTab('')
         }}
-      />
+      /> : <Z1titie
+          title={move || tab ? '璏式佩剑法' : '佩带方式'}
+          toHome={() => history.push('/?mask=1')}
+        />
+      }
       {/* 底部按钮 */}
       <div className='A3btnBox' hidden={move}>
         {myInfo2.map(item => (

BIN
静态资源/staticData/scene/5.mp4