Commit 29626683d6a90a106f8572288b3fbe3637689250

Authored by zhiyangdu
1 parent 16b11c71

图片替换

src/pages/index/index.less
... ... @@ -59,16 +59,16 @@
59 59 }
60 60 .div7{
61 61 width: 100%;
62   - height: 700px;
63   - background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09568d84a69.jpg") no-repeat center top;
64   - background-size: 100%;
65   - }
66   - .div8{
67   - width: 100%;
68   - height: 800px;
69   - background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09568d94ae0.jpg") no-repeat center top;
  62 + height: 1171px;
  63 + background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769shop/img/2020/01/03/5e0ea07f87c41.jpg") no-repeat center top;
70 64 background-size: 100%;
71 65 }
  66 + //.div8{
  67 + // width: 100%;
  68 + // height: 800px;
  69 + // background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09568d94ae0.jpg") no-repeat center top;
  70 + // background-size: 100%;
  71 + //}
72 72 .div9{
73 73 width: 100%;
74 74 height: 674px;
... ...
src/pages/index/index.vue
... ... @@ -35,7 +35,7 @@
35 35  
36 36 <div class="div7"></div>
37 37  
38   - <div class="div8"></div>
  38 + <!--<div class="div8"></div>-->
39 39  
40 40 <div class="div9"></div>
41 41  
... ...