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,7 +83,7 @@ import 'url-search-params-polyfill'; | ||
| 83 | Vue.config.productionTip = false; | 83 | Vue.config.productionTip = false; |
| 84 | 84 | ||
| 85 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") | 85 | // 部署模式设置(开发模式:"dev",测试模式:"test",生产模式:"prod") |
| 86 | -Vue.prototype.mode = "test"; | 86 | +Vue.prototype.mode = "prod"; |
| 87 | 87 | ||
| 88 | // 微信JS-SDK对象 | 88 | // 微信JS-SDK对象 |
| 89 | Vue.prototype.jweixin = { | 89 | Vue.prototype.jweixin = { |
src/pages/index/index.less
| @@ -5,7 +5,7 @@ | @@ -5,7 +5,7 @@ | ||
| 5 | background-size: 100%; | 5 | background-size: 100%; |
| 6 | overflow: hidden; | 6 | overflow: hidden; |
| 7 | .btn_box { | 7 | .btn_box { |
| 8 | - width: 670px; | 8 | + width: 750px; |
| 9 | height: 570px; | 9 | height: 570px; |
| 10 | //position: fixed; | 10 | //position: fixed; |
| 11 | //bottom: 14s3px; | 11 | //bottom: 14s3px; |
| @@ -13,14 +13,14 @@ | @@ -13,14 +13,14 @@ | ||
| 13 | margin: 524px auto; | 13 | margin: 524px auto; |
| 14 | div:first-child { | 14 | div:first-child { |
| 15 | width: 100%; | 15 | width: 100%; |
| 16 | - height: 260px; | 16 | + height: 322px; |
| 17 | background: url("../../../static/img/online.png") no-repeat center top; | 17 | background: url("../../../static/img/online.png") no-repeat center top; |
| 18 | background-size: 100%; | 18 | background-size: 100%; |
| 19 | display: block; | 19 | display: block; |
| 20 | } | 20 | } |
| 21 | div:nth-child(2) { | 21 | div:nth-child(2) { |
| 22 | width: 100%; | 22 | width: 100%; |
| 23 | - height: 260px; | 23 | + height: 322px; |
| 24 | background: url("../../../static/img/off.png") no-repeat center top; | 24 | background: url("../../../static/img/off.png") no-repeat center top; |
| 25 | background-size: 100%; | 25 | background-size: 100%; |
| 26 | margin-top: 50px; | 26 | margin-top: 50px; |
| @@ -33,19 +33,19 @@ | @@ -33,19 +33,19 @@ | ||
| 33 | left: 0px; | 33 | left: 0px; |
| 34 | bottom: 0px; | 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 | .bottom_backg { | 46 | .bottom_backg { |
| 47 | width: 100%; | 47 | width: 100%; |
| 48 | - height: 89px; | 48 | + height: 270px; |
| 49 | background: url("../../../static/img/bottom.png") no-repeat; | 49 | background: url("../../../static/img/bottom.png") no-repeat; |
| 50 | background-size: 100% 100%; | 50 | background-size: 100% 100%; |
| 51 | } | 51 | } |
src/pages/index/index.vue
| @@ -8,9 +8,9 @@ | @@ -8,9 +8,9 @@ | ||
| 8 | <div @click="link(2)" class="btn"> | 8 | <div @click="link(2)" class="btn"> |
| 9 | 9 | ||
| 10 | </div> | 10 | </div> |
| 11 | - <div class="text"> | 11 | + <!--<div class="text">--> |
| 12 | 12 | ||
| 13 | - </div> | 13 | + <!--</div>--> |
| 14 | </div> | 14 | </div> |
| 15 | <div class="bottom_box"> | 15 | <div class="bottom_box"> |
| 16 | <div class="bottom_backg"> | 16 | <div class="bottom_backg"> |
static/img/background.jpg
static/img/bottom.png
static/img/off.png
static/img/online.png