|
@@ -35,7 +35,7 @@ const goItem = (type) => {
|
|
|
router.push("/map");
|
|
|
break;
|
|
|
case 2:
|
|
|
- router.push("/unity");
|
|
|
+ router.push("/unity");
|
|
|
break;
|
|
|
case 3:
|
|
|
router.push("/season");
|
|
@@ -56,7 +56,8 @@ const goItem = (type) => {
|
|
|
height: 100vh;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- background: rgba(0, 0, 0, 0.5);
|
|
|
+ background: url("@/assets/images/homeBg.png") no-repeat;
|
|
|
+ background-size: 100% 100%;
|
|
|
padding: 0 0.44rem 0;
|
|
|
color: #fff;
|
|
|
// padding-top: 100%;
|
|
@@ -82,7 +83,7 @@ const goItem = (type) => {
|
|
|
// height: 4.3867rem;
|
|
|
height: 20%;
|
|
|
background: url("@/assets/images/home1.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
margin-bottom: 0.4rem;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -108,7 +109,7 @@ const goItem = (type) => {
|
|
|
height: 100%;
|
|
|
background: rgba(0, 0, 0, 0.5);
|
|
|
background: url("@/assets/images/home2.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
border-radius: 0.2667rem;
|
|
|
overflow: hidden;
|
|
|
img {
|
|
@@ -142,11 +143,11 @@ const goItem = (type) => {
|
|
|
}
|
|
|
&.up {
|
|
|
background: url("@/assets/images/home3.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
&.down {
|
|
|
background: url("@/assets/images/home4.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -164,7 +165,7 @@ const goItem = (type) => {
|
|
|
width: calc(50% - 0.2rem);
|
|
|
height: 100%;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
+ align-items: flex-start;
|
|
|
justify-content: center;
|
|
|
border-radius: 0.2667rem;
|
|
|
overflow: hidden;
|
|
@@ -173,14 +174,15 @@ const goItem = (type) => {
|
|
|
height: auto;
|
|
|
max-height: 80%;
|
|
|
object-fit: contain;
|
|
|
+ margin-top:.7067rem;
|
|
|
}
|
|
|
&.l {
|
|
|
background: url("@/assets/images/home5.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
&.r {
|
|
|
background: url("@/assets/images/home6.png") no-repeat;
|
|
|
- background-size: cover;
|
|
|
+ background-size: 100% 100%;
|
|
|
}
|
|
|
}
|
|
|
}
|