aamin 1 年之前
父節點
當前提交
e370be7a24
共有 6 個文件被更改,包括 21 次插入6 次删除
  1. 二進制
      public/game/Build/Build.data.unityweb
  2. 1 1
      public/game/ServiceWorker.js
  3. 1 1
      public/game/index.html
  4. 2 2
      src/App.vue
  5. 16 1
      src/views/MoreContent.vue
  6. 1 1
      src/views/PaintingDetail.vue

二進制
public/game/Build/Build.data.unityweb


+ 1 - 1
public/game/ServiceWorker.js

@@ -1,4 +1,4 @@
-const cacheName = "4Dage-H5Game-NanjingMuseum-1.1.3";
+const cacheName = "4Dage-H5Game-NanjingMuseum-1.1.4";
 const contentToCache = [
     "Build/Build.loader.js",
     "Build/Build.framework.js.unityweb",

+ 1 - 1
public/game/index.html

@@ -70,7 +70,7 @@
         streamingAssetsUrl: "StreamingAssets",
         companyName: "4Dage",
         productName: "H5Game-NanjingMuseum",
-        productVersion: "1.1.3",
+        productVersion: "1.1.4",
         showBanner: unityShowBanner,
       };
 

+ 2 - 2
src/App.vue

@@ -287,8 +287,8 @@ textarea {
     height: 30px;
     margin-left: 10px;
     @media screen and (min-width: 768px) {
-      width: 35px;
-      height: 35px;
+      width: 45px;
+      height: 45px;
     }
   }
 }

+ 16 - 1
src/views/MoreContent.vue

@@ -117,6 +117,7 @@
             {{ item1.name }}
             <img
               class="deco"
+              :class="{'deco2': item1.name == '画作创作'}"
               src="@/assets/images/more-content-deco.png"
               alt=""
               draggable="false"
@@ -528,6 +529,12 @@ body {
             right: -0.05em;
             width: 40%;
           }
+          img.deco2{
+            @media screen and (min-width: 768px) {
+              right: auto;
+              left: -0.05em;
+            }
+          }
         }
       }
 
@@ -790,6 +797,7 @@ body {
         font-size: 18px;
         @media screen and (min-width: 768px) {
           font-size: 24px;
+          margin-left: 45%;
         }
       }
       .about-box{
@@ -806,9 +814,16 @@ body {
           width: 20px;
           height: 20px;
           margin-bottom: 5px;
-        }
+          @media screen and (min-width: 768px) {
+            width: 35px;
+            height: 35px;
+            }
+          }
         >img{
           width: 75vw;
+          @media screen and (min-width: 768px) {
+            width: 65vw;
+          }
         }
 
         >div{

+ 1 - 1
src/views/PaintingDetail.vue

@@ -756,7 +756,7 @@ function showBigPainting() {
     // }
     @media screen and (min-width: 768px) {
       height: calc(
-        300 / v-bind("windowSizeWhenDesignForRef") *
+        255 / v-bind("windowSizeWhenDesignForRef") *
           v-bind("windowSizeInCssForRef")
       );
       width: calc(