完善商品数据提交
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user