|
@@ -1,10 +1,7 @@
|
|
|
<template>
|
|
|
<div class="page-1">
|
|
|
- <!-- 邀请函 -->
|
|
|
- <div class="i1 p1yqh">活动行程</div>
|
|
|
- <!-- ACTIVITY TRIP -->
|
|
|
- <div class="t1 animate__animated animate__backInUp">ACTIVITY TRIP</div>
|
|
|
- <div class="t2 animate__animated animate__backInUp">盛世中华 何以中国</div>
|
|
|
+ <img src="./img/p1head.png" class="t1 animate__animated animate__backInUp">
|
|
|
+ <div class="t2 animate__animated animate__backInUp">活动行程</div>
|
|
|
|
|
|
<div class="t3">
|
|
|
<van-row>
|
|
@@ -67,7 +64,6 @@ import 'animate.css';
|
|
|
width: 100%;
|
|
|
height: 50vh;
|
|
|
position: absolute;
|
|
|
- overflow: hidden;
|
|
|
bottom: 0;
|
|
|
|
|
|
&::after,
|
|
@@ -75,7 +71,7 @@ import 'animate.css';
|
|
|
display: block;
|
|
|
content: ' ';
|
|
|
background-color: #fff;
|
|
|
- height: 55vh;
|
|
|
+ height: 60vh;
|
|
|
width: 200%;
|
|
|
position: absolute;
|
|
|
bottom: -60%;
|
|
@@ -115,16 +111,15 @@ import 'animate.css';
|
|
|
|
|
|
.t1 {
|
|
|
position: absolute;
|
|
|
- left: 24.5%;
|
|
|
+ left: 14.5%;
|
|
|
transform: translateX(-50%);
|
|
|
- width: 51vw;
|
|
|
+ width: 71vw;
|
|
|
max-width: 380px;
|
|
|
- top: 30.4vh;
|
|
|
+ top: 25.4vh;
|
|
|
|
|
|
display: block;
|
|
|
-ms-word-wrap: break-word;
|
|
|
word-wrap: break-word;
|
|
|
- background-color: #fff;
|
|
|
font-size: 15px;
|
|
|
text-align: center;
|
|
|
}
|
|
@@ -160,6 +155,8 @@ import 'animate.css';
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
bottom: 9vh;
|
|
|
+ line-height: 1.5em;
|
|
|
+ font-size: 13px;
|
|
|
z-index: 2;
|
|
|
}
|
|
|
}
|