|
@@ -4520,7 +4520,7 @@ function checkBgImg() {
|
|
|
</button>
|
|
|
</v-card-title>
|
|
|
|
|
|
- <v-card-text class="pb-10 px-0">
|
|
|
+ <v-card-text class="pb-5 pt-0 px-0">
|
|
|
<!-- 選擇濾鏡 -->
|
|
|
<div v-if="store.assignFilter === ''" class="px-5 options-btn">
|
|
|
<!-- <p class="text-h5 my-10">請選擇濾鏡</p> -->
|
|
@@ -4659,7 +4659,7 @@ function checkBgImg() {
|
|
|
"
|
|
|
>
|
|
|
<div v-if="!showBg" class="menu-content">
|
|
|
- <p class="text-h5 my-5">{{ t("select_character") }}</p>
|
|
|
+ <p class="my-5">{{ t("select_character") }}</p>
|
|
|
|
|
|
<div class="slider-btn">
|
|
|
<button class="prev" @click="prevRace">
|
|
@@ -4728,7 +4728,7 @@ function checkBgImg() {
|
|
|
</div>
|
|
|
|
|
|
<div v-else class="menu-content bg-list">
|
|
|
- <p class="my-10">{{ t("select_background") }}</p>
|
|
|
+ <p class="my-3">{{ t("select_background") }}</p>
|
|
|
|
|
|
<div class="slider-btn">
|
|
|
<button class="prev" @click="prevBg">
|
|
@@ -4747,7 +4747,6 @@ function checkBgImg() {
|
|
|
<v-img
|
|
|
cover
|
|
|
class="cover"
|
|
|
- width="55vw"
|
|
|
:lazy-src="item.imgUrl"
|
|
|
:src="item.imgUrl"
|
|
|
>
|
|
@@ -4899,6 +4898,11 @@ function checkBgImg() {
|
|
|
&:hover {
|
|
|
background-color: #c19c75;
|
|
|
}
|
|
|
+
|
|
|
+ @media (max-width: 575px) {
|
|
|
+ padding: 14px 60px;
|
|
|
+ font-size: 16px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
.lang-content {
|
|
@@ -4931,14 +4935,6 @@ function checkBgImg() {
|
|
|
.main-containar {
|
|
|
width: 100%;
|
|
|
background-color: var(--sub-color);
|
|
|
- // height: 150vh;
|
|
|
- // min-height: -webkit-fill-available;
|
|
|
- // display: flex;
|
|
|
- // flex-direction: column;
|
|
|
- // padding-bottom: 70vh;
|
|
|
- // min-height: 100%;
|
|
|
- // overflow-x: hidden;
|
|
|
- // overflow-y: scroll;
|
|
|
|
|
|
.video-content {
|
|
|
width: 25vw;
|
|
@@ -4952,11 +4948,6 @@ function checkBgImg() {
|
|
|
}
|
|
|
|
|
|
video {
|
|
|
- // position: fixed;
|
|
|
- // top: 50px;
|
|
|
- // left: 0;
|
|
|
- // right: 0;
|
|
|
- // z-index: 10;
|
|
|
width: 100%;
|
|
|
height: auto;
|
|
|
}
|
|
@@ -5955,7 +5946,7 @@ function checkBgImg() {
|
|
|
|
|
|
button {
|
|
|
display: flex;
|
|
|
- width: 18rem;
|
|
|
+ width: 15rem;
|
|
|
padding: 0.8rem;
|
|
|
margin-bottom: 2rem;
|
|
|
border-radius: 100px;
|
|
@@ -6012,11 +6003,16 @@ function checkBgImg() {
|
|
|
border-radius: 0 0 5px 5px;
|
|
|
text-align: center;
|
|
|
padding-bottom: 10px;
|
|
|
+
|
|
|
+ .cover {
|
|
|
+ width: 50vw;
|
|
|
+ height: 120px;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|
|
|
.bg-img {
|
|
|
- margin-top: 2rem;
|
|
|
+ margin-top: 1.5rem;
|
|
|
cursor: pointer;
|
|
|
position: relative;
|
|
|
|
|
@@ -6027,7 +6023,7 @@ function checkBgImg() {
|
|
|
|
|
|
.cover {
|
|
|
max-width: 100%;
|
|
|
- width: 12rem;
|
|
|
+ width: 10rem;
|
|
|
object-fit: cover;
|
|
|
}
|
|
|
}
|
|
@@ -6090,7 +6086,7 @@ function checkBgImg() {
|
|
|
}
|
|
|
|
|
|
.page-num {
|
|
|
- margin: 2rem auto;
|
|
|
+ margin: 1rem auto;
|
|
|
letter-spacing: 0.2rem;
|
|
|
}
|
|
|
|