Sfoglia il codice sorgente

Merge branch 'master' of http://192.168.0.115:3000/renyicun/NanjingMuseumWuJinZang

任一存 1 anno fa
parent
commit
c48565d30e

File diff suppressed because it is too large
+ 3 - 2
public/configExcel.js


+ 9 - 1
public/index.html

@@ -6,7 +6,15 @@
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
   <link rel="icon" href="<%= BASE_URL %>logo.ico">
-  <title>无尽藏</title>
+  <!--适用于 Retina 屏的 iPad-->
+  <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./static/apple-touch-icon-precomposed-144x144.png">
+  <!--适用于 Retina 屏的 iPhone-->
+  <link rel="apple-touch-icon-precomposed" sizes="120x120" href="./static/apple-touch-icon-precomposed-120x120.png">
+  <!--适用于非 Retina 屏的 iPad-->
+  <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./static/apple-touch-icon-precomposed-72x72.png">
+  <!--适用于非 Retina 屏的 iPhone-->
+  <link rel="apple-touch-icon-precomposed" href="./static/apple-touch-icon-precomposed-57x57.png">
+  <title>无尽展—修篁竹石图</title>
   <style>
     .scroller {
       touch-action: manipulation;

BIN
public/static/apple-touch-icon-precomposed-120x120.png


BIN
public/static/apple-touch-icon-precomposed-144x144.png


BIN
public/static/apple-touch-icon-precomposed-57x57.png


BIN
public/static/apple-touch-icon-precomposed-72x72.png


BIN
src/assets/images/home-painting2.jpg


BIN
src/assets/images/hots-detail-content-state1.png


+ 1 - 1
src/views/HomeView.vue

@@ -240,7 +240,7 @@ const backFu = () => {
       >
       <img
         class="painting-stem"
-        src="@/assets/images/home-painting1.jpg"
+        src="@/assets/images/home-painting2.jpg"
         alt=""
         draggable="false"
       >

+ 2 - 2
src/views/HotspotDetail3.vue

@@ -189,7 +189,7 @@ const handleScroll = () => {
   .shadow-box {
     position: absolute;
     bottom: calc(
-      80 / v-bind("windowSizeWhenDesignForRef") *
+      40 / v-bind("windowSizeWhenDesignForRef") *
         v-bind("windowSizeInCssForRef")
     );
     left: 50%;
@@ -204,7 +204,7 @@ const handleScroll = () => {
     transform: translateX(-50%);
     transition: opacity 1s ease;
     bottom: calc(
-      130 / v-bind("windowSizeWhenDesignForRef") *
+      70 / v-bind("windowSizeWhenDesignForRef") *
         v-bind("windowSizeInCssForRef")
     );
   }