修复注册选择订阅布局问题
This commit is contained in:
@@ -74,8 +74,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
|
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
|
||||||
</div>
|
</div>
|
||||||
<span class="statement">{{ productList.Statement }}</span>
|
|
||||||
</div>
|
</div>
|
||||||
|
<span class="statement">{{ productList.Statement }}</span>
|
||||||
</div>
|
</div>
|
||||||
<registerModel ref="registerModel"></registerModel>
|
<registerModel ref="registerModel"></registerModel>
|
||||||
</div>
|
</div>
|
||||||
@@ -611,6 +611,13 @@ export default defineComponent({
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.statement{
|
||||||
|
width: 100%;
|
||||||
|
margin-top: 5rem;
|
||||||
|
font-size: 1.4rem;
|
||||||
|
text-align: center;
|
||||||
|
color: #8A8A8A;
|
||||||
|
}
|
||||||
.gallery_list {
|
.gallery_list {
|
||||||
display: flex;
|
display: flex;
|
||||||
// justify-content: center;
|
// justify-content: center;
|
||||||
@@ -620,13 +627,7 @@ export default defineComponent({
|
|||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
margin-top: 2.4rem;
|
margin-top: 2.4rem;
|
||||||
}
|
}
|
||||||
.statement{
|
|
||||||
width: 100%;
|
|
||||||
margin-top: 5rem;
|
|
||||||
font-size: 1.4rem;
|
|
||||||
text-align: center;
|
|
||||||
color: #8A8A8A;
|
|
||||||
}
|
|
||||||
.gallery_item {
|
.gallery_item {
|
||||||
width: 36.2rem;
|
width: 36.2rem;
|
||||||
height: 46.8rem;
|
height: 46.8rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user