任一存 hai 1 ano
pai
achega
0d9cafdd47
Modificáronse 5 ficheiros con 8 adicións e 8 borrados
  1. 3 3
      README.md
  2. 1 1
      package.json
  3. 1 1
      public/index.html
  4. BIN=BIN
      public/logo.png
  5. 3 3
      src/views/StartView.vue

+ 3 - 3
README.md

@@ -1,4 +1,4 @@
-## 部署测试环境
-文件存放位置:
+## 测试环境
+文件存放位置:阿里云,4dkk-culture,LiangZhu
 
-访问url:
+访问url:https://culture.4dage.com/LiangZhu/index.html#/

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "my-app",
-  "version": "0.0.1",
+  "version": "1.0.0",
   "private": true,
   "scripts": {
     "serve": "vue-cli-service serve --mode dev",

+ 1 - 1
public/index.html

@@ -5,7 +5,7 @@
     <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.png">
-    <title>我是标题</title>
+    <title>良渚童画</title>
   </head>
   <body>
     <!-- <script src="https://cdn.bootcss.com/vConsole/3.2.0/vconsole.min.js"></script> -->

BIN=BIN
public/logo.png


+ 3 - 3
src/views/StartView.vue

@@ -59,9 +59,9 @@ watch(copied, (vNew) => {
   background-position: center center;
   >img.logo{
     position: absolute;
-    top: 19px;
-    left: 23px;
-    height: 35px;
+    top: calc(19 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+    left: calc(23 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
+    height: calc(35 / v-bind('windowSizeWhenDesignForRef') * v-bind('windowSizeInCssForRef'));
   }
   >img.start-view-banner{
     position: absolute;