|
@@ -148,17 +148,17 @@
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</g>
|
|
</svg>
|
|
</svg>
|
|
- <h4 class="text" style="font-size: 22px;" v-text="lang[langType].title"></h4>
|
|
|
|
- <div style="font-size: 14px;margin-bottom: 40px" class="text" v-html="lang[langType].marstContent"></div>
|
|
|
|
|
|
+ <h4 class="text" style="font-size: 1.5rem;" v-text="lang[langType].title"></h4>
|
|
|
|
+ <div style="font-size: 1rem;margin-bottom: 40px;color: rgba(255,255,255,0.9);" class="text" v-html="lang[langType].marstContent"></div>
|
|
|
|
|
|
- <h4 class="text" style="font-size: 16px;" v-text="lang[langType].wrestleMania"></h4>
|
|
|
|
- <p class="text" v-html="lang[langType].wrestleManiaContent"></p>
|
|
|
|
|
|
+ <h4 class="text" style="font-size: 1rem;" v-text="lang[langType].wrestleMania"></h4>
|
|
|
|
+ <p class="text" style="color: rgba(255,255,255,0.9);" v-html="lang[langType].wrestleManiaContent"></p>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
- <h4 class="text" style="font-size: 16px;" v-text="lang[langType].venue"></h4>
|
|
|
|
- <p class="text" v-html="lang[langType].venueContent"></p>
|
|
|
|
|
|
+ <h4 class="text" style="font-size: 1rem;" v-text="lang[langType].venue"></h4>
|
|
|
|
+ <p class="text" style="color: rgba(255,255,255,0.9);" v-html="lang[langType].venueContent"></p>
|
|
<div class="line"></div>
|
|
<div class="line"></div>
|
|
- <h4 class="text" style="font-size: 16px;" v-text="lang[langType].organization"></h4>
|
|
|
|
- <van-row>
|
|
|
|
|
|
+ <h4 class="text" style="font-size: 1rem;color: rgba(255,255,255,0.9);" v-text="lang[langType].organization"></h4>
|
|
|
|
+ <van-row style="color: rgba(255,255,255,0.9);">
|
|
<van-col span="7">
|
|
<van-col span="7">
|
|
<div class="text" v-text="lang[langType].organizationSub1"></div>
|
|
<div class="text" v-text="lang[langType].organizationSub1"></div>
|
|
</van-col>
|
|
</van-col>
|
|
@@ -294,7 +294,7 @@ const saveLogin = () => {
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 8px 8px 0 30px;
|
|
padding: 8px 8px 0 30px;
|
|
line-height: 1.75em;
|
|
line-height: 1.75em;
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 0.875rem;
|
|
}
|
|
}
|
|
|
|
|
|
.line {
|
|
.line {
|
|
@@ -310,11 +310,11 @@ const saveLogin = () => {
|
|
color: #001770;
|
|
color: #001770;
|
|
width: calc(100% - 40px);
|
|
width: calc(100% - 40px);
|
|
margin: 24px auto 21px auto;
|
|
margin: 24px auto 21px auto;
|
|
- font-size: 16px;
|
|
|
|
|
|
+ font-size: 1rem;
|
|
}
|
|
}
|
|
|
|
|
|
.tologo {
|
|
.tologo {
|
|
- font-size: 14px;
|
|
|
|
|
|
+ font-size: 0.875rem;
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
}
|
|
}
|