修复注册选择订阅布局问题
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user