Commit b0d7a335f4747040220d7668a150e928cb3d81dd
1 parent
e524f0b8
图片更换
Showing
7 changed files
with
17 additions
and
17 deletions
src/main.js
| ... | ... | @@ -83,7 +83,7 @@ import 'url-search-params-polyfill'; |
| 83 | 83 | Vue.config.productionTip = false; |
| 84 | 84 | |
| 85 | 85 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 86 | -Vue.prototype.mode = "test"; | |
| 86 | +Vue.prototype.mode = "prod"; | |
| 87 | 87 | |
| 88 | 88 | // 微信JS-SDK对象 |
| 89 | 89 | Vue.prototype.jweixin = { | ... | ... |
src/pages/index/index.less
| ... | ... | @@ -5,7 +5,7 @@ |
| 5 | 5 | background-size: 100%; |
| 6 | 6 | overflow: hidden; |
| 7 | 7 | .btn_box { |
| 8 | - width: 670px; | |
| 8 | + width: 750px; | |
| 9 | 9 | height: 570px; |
| 10 | 10 | //position: fixed; |
| 11 | 11 | //bottom: 14s3px; |
| ... | ... | @@ -13,14 +13,14 @@ |
| 13 | 13 | margin: 524px auto; |
| 14 | 14 | div:first-child { |
| 15 | 15 | width: 100%; |
| 16 | - height: 260px; | |
| 16 | + height: 322px; | |
| 17 | 17 | background: url("../../../static/img/online.png") no-repeat center top; |
| 18 | 18 | background-size: 100%; |
| 19 | 19 | display: block; |
| 20 | 20 | } |
| 21 | 21 | div:nth-child(2) { |
| 22 | 22 | width: 100%; |
| 23 | - height: 260px; | |
| 23 | + height: 322px; | |
| 24 | 24 | background: url("../../../static/img/off.png") no-repeat center top; |
| 25 | 25 | background-size: 100%; |
| 26 | 26 | margin-top: 50px; |
| ... | ... | @@ -33,19 +33,19 @@ |
| 33 | 33 | left: 0px; |
| 34 | 34 | bottom: 0px; |
| 35 | 35 | } |
| 36 | - .text { | |
| 37 | - width: 466px; | |
| 38 | - height: 33px; | |
| 39 | - position: fixed; | |
| 40 | - bottom: 50px; | |
| 41 | - left: 142px; | |
| 42 | - background: url("../../../static/img/text.png") no-repeat center bottom; | |
| 43 | - background-size: 100%; | |
| 44 | - margin: 0 auto | |
| 45 | - } | |
| 36 | + //.text { | |
| 37 | + // width: 466px; | |
| 38 | + // height: 33px; | |
| 39 | + // position: fixed; | |
| 40 | + // bottom: 50px; | |
| 41 | + // left: 142px; | |
| 42 | + // background: url("../../../static/img/text.png") no-repeat center bottom; | |
| 43 | + // background-size: 100%; | |
| 44 | + // margin: 0 auto | |
| 45 | + //} | |
| 46 | 46 | .bottom_backg { |
| 47 | 47 | width: 100%; |
| 48 | - height: 89px; | |
| 48 | + height: 270px; | |
| 49 | 49 | background: url("../../../static/img/bottom.png") no-repeat; |
| 50 | 50 | background-size: 100% 100%; |
| 51 | 51 | } | ... | ... |
src/pages/index/index.vue
static/img/background.jpg
static/img/bottom.png
static/img/off.png
static/img/online.png