aamin 1 ano atrás
pai
commit
588724510d
2 arquivos alterados com 3 adições e 2 exclusões
  1. 2 2
      src/views/HomeView.vue
  2. 1 0
      src/views/PaintingStyleDesc.vue

+ 2 - 2
src/views/HomeView.vue

@@ -1703,12 +1703,12 @@ function onClickGoNextPage() {
       align-items: center;
 
       >img {
-        width: 65%;
+        width: 45%;
         margin-bottom: 10px;
       }
 
       >div {
-        font-size: calc(25 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+        font-size: calc(20 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
         font-family: KaiTi, KaiTi;
       }
     }

+ 1 - 0
src/views/PaintingStyleDesc.vue

@@ -47,6 +47,7 @@ const specialDesc = configExcel['其他'][4]['修篁树石图'][1]['作品简介
   width: 100%;
   height: 100%;
   background-color: #fff;
+  z-index:3;
   >.bg-left{
     background: linear-gradient(90deg, #7b916b 0%, #94a586 100%);
     position: absolute;