修复注册选择订阅布局问题

This commit is contained in:
X1627315083@163.com
2026-06-08 09:34:30 +08:00
parent 3df8b19c7e
commit 222203cb03

View File

@@ -74,8 +74,8 @@
</div>
<div class="highlight" v-if="item?.highlight">{{ item?.highlight }}</div>
</div>
<span class="statement">{{ productList.Statement }}</span>
</div>
<span class="statement">{{ productList.Statement }}</span>
</div>
<registerModel ref="registerModel"></registerModel>
</div>
@@ -611,6 +611,13 @@ export default defineComponent({
justify-content: center;
}
}
.statement{
width: 100%;
margin-top: 5rem;
font-size: 1.4rem;
text-align: center;
color: #8A8A8A;
}
.gallery_list {
display: flex;
// justify-content: center;
@@ -620,13 +627,7 @@ export default defineComponent({
@media (max-width: 767px) {
margin-top: 2.4rem;
}
.statement{
width: 100%;
margin-top: 5rem;
font-size: 1.4rem;
text-align: center;
color: #8A8A8A;
}
.gallery_item {
width: 36.2rem;
height: 46.8rem;