Commit 83375d5ffbf1fa59f1ea32088c0e595f5026bcb9

Authored by zhiyangdu
1 parent 29626683

样式优化

src/main.js
... ... @@ -88,7 +88,7 @@ import 'url-search-params-polyfill';
88 88 Vue.config.productionTip = false;
89 89  
90 90 // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod")
91   -Vue.prototype.mode = "test";
  91 +Vue.prototype.mode = "prod";
92 92  
93 93 // 微信JS-SDK对象
94 94 Vue.prototype.jweixin = {
... ...
src/pages/index/index.less
1 1 .box {
2 2 width: 100%;
3   - height: 11803px;
  3 + //height: 11474px;
4 4 div{
5 5 margin-top: -1px;
6 6 overflow: hidden;
... ... @@ -126,7 +126,7 @@
126 126 }
127 127 .div18{
128 128 width: 100%;
129   - height: 520px;
  129 + height: 418px;
130 130 background: #bd3325 url("https://wjj.ys2.cnliveimg.com/769/shop/img/2019/12/30/5e09568f87930.jpg") no-repeat center top;
131 131 background-size: 100%;
132 132 }
... ...