列表间距

This commit is contained in:
itgaojian163 2025-07-18 14:24:12 +08:00
parent c5e4f174c2
commit 1a4f46faff
2 changed files with 7 additions and 0 deletions

View File

@ -30,6 +30,9 @@
width: 95%;
padding: 16rpx;
}
.package-content:nth-of-type(n+2){
margin-top: 20rpx;
}
/* 标题和标签 */
.package-header {

View File

@ -101,6 +101,10 @@
padding: 16rpx;
}
.package-content:nth-of-type(n+2) {
margin-top: 20rpx;
}
/* 标题和标签 */
.package-header {
display: flex;