浏览代码

调大小

任一存 2 年之前
父节点
当前提交
c0d72a3389
共有 3 个文件被更改,包括 16 次插入12 次删除
  1. 10 7
      README.md
  2. 5 5
      src/components/UIGather/mobile/control.pano_js.vue
  3. 1 0
      src/pages/showMobile.js

+ 10 - 7
README.md

@@ -1,7 +1,10 @@
-# 开发环境url:
-http://192.168.0.17:8082/showMobile.html?id=WK1655851305115074560&vr=fd720_Gwqluzq8r&lang=zh
+# 各种示例场景
+* 有热点的:?id=WK1655851305115074560&vr=fd720_mTR0RTs0l&lang=zh
+* ?id=WK1655851305115074560&vr=fd720_Gwqluzq8r&lang=zh
+* ?id=WK1666378820984242176&vr=fd720_VlB2fUXPH&lang=zh
 
-http://192.168.0.17:8082/showMobile.html?id=WK1666378820984242176&vr=fd720_VlB2fUXPH&lang=zh
+# 开发环境url示例:
+http://192.168.0.17:8082/showMobile.html?id=WK1655851305115074560&vr=fd720_Gwqluzq8r&lang=zh
 
 # 测试环境打包
 yarn build-prod
@@ -12,11 +15,11 @@ yarn build-prod
 # 测试环境url
 https://culture.4dage.com/demo/jiangsu518/web_prod/showMobile.html?id=WK1666378820984242176&vr=fd720_VlB2fUXPH&lang=zh
 
+# 另一个测试环境?
+https://sit-js518.4dage.com/showMobile.html?id=WK1655851305115074560&vr=fd720_Gwqluzq8r&lang=zh
+
 # 正式环境打包
 yarn build-prod
 
 # 正式环境url
-https://yswl.jswlpt.com/panoPage/showMobile.html?id=WK1656467989114929152&vr=fd720_shAAUWVEr&lang=zh
-
-# 另一个测试环境?
-https://sit-js518.4dage.com/showMobile.html?id=WK1655851305115074560&vr=fd720_Gwqluzq8r&lang=zh
+https://yswl.jswlpt.com/panoPage/showMobile.html?id=WK1656467989114929152&vr=fd720_shAAUWVEr&lang=zh

+ 5 - 5
src/components/UIGather/mobile/control.pano_js.vue

@@ -335,8 +335,8 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
 @media only screen and (min-width: 1234px){
   .control-pano {
     justify-content: space-evenly;
-    padding-left: 59px;
-    padding-right: 59px;
+    padding-left: 70px;
+    padding-right: 70px;
     background-image: url('@/assets/images/js_icon/line-large-screen.png');
     background-position: 0 calc(50% - 21px);
     background-size: 95% auto;
@@ -352,12 +352,12 @@ soundPlayer.on('pause', () => (showCommentaryPlaying.value = false))
         margin-left: initial;
       }
       >img {
-        width: 59px;
-        height: 59px;
+        width: 70px;
+        height: 70px;
       }
       >div {
         font-family: DreamHanSerifCN;
-        font-size: 15px;
+        font-size: 16px;
       }
     }
   }

+ 1 - 0
src/pages/showMobile.js

@@ -63,3 +63,4 @@ loadLocaleMessages(i18n, local).then(() => {
     }
   })
 });
+