Baozhangchao před 3 roky
rodič
revize
14fa0f3f67
7 změnil soubory, kde provedl 12 přidání a 9 odebrání
  1. 4
    1
      index.html
  2. 2
    2
      package.json
  3. binární
      public/keting-image/1.jpg
  4. binární
      public/yangtai-image/1.jpg
  5. binární
      public/yimao-image/1.jpg
  6. 4
    4
      src/pages/AllPages.vue
  7. 2
    2
      src/pages/Test.vue

+ 4
- 1
index.html Zobrazit soubor

@@ -14,8 +14,11 @@
14 14
     body {
15 15
       margin: 0;
16 16
       padding: 0;
17
-      background-color: black;
17
+      background: linear-gradient(to left, rgb(14, 14, 14), rgb(6, 6, 6));
18 18
     }
19
+
20
+    /* background-color: #0E0E0E; */
21
+    /* background: linear-gradient(to right, #E0E0E, #060606;) */
19 22
   </style>
20 23
   <div id="app"></div>
21 24
   <!-- built files will be auto injected -->

+ 2
- 2
package.json Zobrazit soubor

@@ -5,10 +5,10 @@
5 5
   "author": "Baozhangchao <3257874327@qq.com>",
6 6
   "private": true,
7 7
   "scripts": {
8
-    "dev": "webpack-dev-server --inline --progress --config public/webpack.dev.conf.js --host 0.0.0.0",
8
+    "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 0.0.0.0",
9 9
     "start": "npm run dev",
10 10
     "lint": "eslint --ext .js,.vue src",
11
-    "build": "node public/build.js"
11
+    "build": "node build/build.js"
12 12
   },
13 13
   "dependencies": {
14 14
     "vue": "^2.5.2",

binární
public/keting-image/1.jpg Zobrazit soubor


binární
public/yangtai-image/1.jpg Zobrazit soubor


binární
public/yimao-image/1.jpg Zobrazit soubor


+ 4
- 4
src/pages/AllPages.vue Zobrazit soubor

@@ -4,25 +4,25 @@
4 4
     <div class="index-FourBoxes">
5 5
       <div class="index-FourBoxes-yushi test" @click="goPagess('yushi')">
6 6
         <img src="../../public/fourBoxes-image/浴室.png" :style="styleImage" class="Four-image" />
7
-        <div style=" width: 108px; position: absolute; left: 10.8vw; top: 35vh;">
7
+        <div style=" width: 80px; position: absolute; left: 13vw; top: 36vh;">
8 8
           <img style=" width:100%;" src="../assets/fourBoxes-2/浴室-2.png" />
9 9
         </div>
10 10
       </div>
11 11
       <div class="index-FourBoxes-yimao test" @click="goPagess('yimao')">
12 12
         <img src="../../public/fourBoxes-image/衣帽间.png" :style="styleImage" class="Four-image" />
13
-        <div style=" width: 108px; position: absolute; left: 59.8vw; top: 35vh;">
13
+        <div style=" width: 80px;; position: absolute; left: 62vw; top: 36vh;">
14 14
           <img style=" width:100%;" src="../assets/fourBoxes-2/衣帽间-2.png" />
15 15
         </div>
16 16
       </div>
17 17
       <div class="index-FourBoxes-keting test" @click="goPagess('keting')">
18 18
         <img src="../../public/fourBoxes-image/客厅.png" :style="styleImage" class="Four-image" />
19
-        <div style=" width: 108px; position: absolute; left: 10.8vw; top: 77vh;">
19
+        <div style=" width: 80px;; position: absolute; left: 13vw; top: 77vh;">
20 20
           <img style=" width:100%;" src="../assets/fourBoxes-2/客厅-2.png" />
21 21
         </div>
22 22
       </div>
23 23
       <div class="index-FourBoxes-yangtai test" @click="goPagess('yangtai')">
24 24
         <img src="../../public/fourBoxes-image/阳台.png" :style="styleImage" class="Four-image" />
25
-        <div style=" width: 108px; position: absolute; left: 59.8vw; top: 77vh;">
25
+        <div style=" width: 80px;; position: absolute; left: 62vw; top: 77vh;">
26 26
           <img style=" width:100%;" src="../assets/fourBoxes-2/阳台-2.png" />
27 27
         </div>
28 28
       </div>

+ 2
- 2
src/pages/Test.vue Zobrazit soubor

@@ -31,8 +31,8 @@
31 31
 export default {
32 32
   data() {
33 33
     return {
34
-      songList: null,
35
-      swiperList: null
34
+      songList: {},
35
+      swiperList: {}
36 36
     }
37 37
   },
38 38
   props: {