This commit is contained in:
@fawn-nine
2024-07-23 11:21:15 +08:00
parent c8ffd37e4a
commit 87d32db367
3 changed files with 524 additions and 268 deletions

View File

@@ -379,11 +379,14 @@
.subCate {
padding-top:10px;
padding-bottom: 10px;
.item {
display: flex;
.item {
border: 1px solid #bfcad9;
display: inline-block;
text-align: center;
font-size: 26rpx;
background-color: #fff;
border-radius: 10px;
border-radius: 4px; width: 100%;
color: #333;
margin-right: 16rpx;
padding: 14rpx 30rpx;
@@ -394,6 +397,7 @@
}
.item.active {
border-color: $themeColor;
background-color: $themeColor;
color: #fff;
}