优化VIP卡片布局及工具箱详情页面
This commit is contained in:
@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user