优化VIP卡片布局及工具箱详情页面

This commit is contained in:
wangqiao
2025-09-24 22:03:23 +08:00
parent 92ca0a4418
commit 70a75333e8
4 changed files with 539 additions and 35 deletions

View File

@ -155,8 +155,10 @@
.vip-cards {
display: flex;
gap: 32px;
justify-content: center;
/* justify-content: center; */
margin: 24px 0;
overflow-x: auto;
padding: 10px;
}
.vip-card {
background: #fff;
@ -169,6 +171,7 @@
align-items: center;
padding-bottom: 70px;
position: relative;
flex-shrink: 0;
}
.vip-card-header {
width: 100%;