Commit 2c8579dd6c93c0fe4d93d015abd46e242e2dc428

Authored by zhiyangdu
1 parent b8909ea9

样式优化

Showing 1 changed file with 2 additions and 2 deletions
src/pages/index/index.less
... ... @@ -21,14 +21,14 @@
21 21 div:nth-child(1){
22 22 width: 670px;
23 23 height: 270px;
24   - background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09569005f14.jpg") no-repeat center top;
  24 + background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09569023de1.jpg") no-repeat center top;
25 25 background-size: 100%;
26 26 margin:123px 35px 0 35px;
27 27 }
28 28 div:nth-child(2){
29 29 width: 670px;
30 30 height: 270px;
31   - background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09569023de1.jpg") no-repeat center top;
  31 + background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09569005f14.jpg") no-repeat center top;
32 32 background-size: 100%;
33 33 margin:22px 35px 0 35px;
34 34 }
... ...