|
@@ -54,7 +54,7 @@ export default {
|
|
|
left: 0;
|
|
|
height: 100%;
|
|
|
background: url("../../assets/images/index-bg.png") no-repeat center center;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
.con {
|
|
|
left: 50%;
|
|
|
top: 25%;
|
|
@@ -64,12 +64,12 @@ export default {
|
|
|
position: relative;
|
|
|
.btn {
|
|
|
margin: 0 auto;
|
|
|
- margin-top: 26px;
|
|
|
+ margin-top: 5vw;
|
|
|
width: 100%;
|
|
|
height: 74px;
|
|
|
line-height: 74px;
|
|
|
text-align: center;
|
|
|
- background: url(../../assets/images/btn-bg.png) no-repeat;
|
|
|
+ background: url(../../assets/images/index-btn-bg.png) no-repeat;
|
|
|
background-size: 100% 100%;
|
|
|
cursor: pointer;
|
|
|
.btn-txt {
|