完善商品数据提交

This commit is contained in:
2025-05-10 18:09:35 +08:00
parent 9cd1e5eaca
commit 00ab75efbc
177 changed files with 3124 additions and 2928 deletions

View File

@ -15,7 +15,6 @@
/* 行为相关颜色 */
.spec {
width: 600rpx;
height: 800rpx;
}
.spec .shop-title {
height: 90rpx;
@ -41,4 +40,15 @@
.spec .w-40 {
width: 40%;
}
.spec .current:first-child {
margin-left: 0;
}
.spec .current {
color: #212425;
background-color: #F9F9F9;
margin: 0 10rpx 10rpx 0;
border-radius: 16rpx;
border: 2rpx solid #F6F6F7;
padding: 20rpx;
}