|
@@ -87,14 +87,14 @@ export default {
|
|
|
@media screen and (max-width: 1024px) {
|
|
|
.wrapper {
|
|
|
.bgimg {
|
|
|
- background: url("../../assets/images/mobile-index-bg.png") no-repeat
|
|
|
- center center;
|
|
|
+ background: url("../../assets/images/mobile-index-bg.png") no-repeat center center;
|
|
|
+ background-size: 100% 100%;
|
|
|
.con {
|
|
|
width: 80%;
|
|
|
left: 50%;
|
|
|
top:0;
|
|
|
margin-left: -40%;
|
|
|
- margin-top:50%;
|
|
|
+ margin-top:63%;
|
|
|
.btn {
|
|
|
background: url(../../assets/images/mobile-btn-bg.png) no-repeat center center;
|
|
|
background-size: 100% 100%;
|