品相按钮缩小:一行显示(22rpx/padding 8rpx 14rpx)
This commit is contained in:
parent
06f0c11bda
commit
bf179d9043
@ -2415,15 +2415,19 @@ export default {
|
|||||||
/* ========== 品相选择 ========== */
|
/* ========== 品相选择 ========== */
|
||||||
.condition-list {
|
.condition-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-wrap: wrap;
|
flex-wrap: nowrap;
|
||||||
gap: 10rpx;
|
gap: 8rpx;
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: nowrap;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
.condition-item {
|
.condition-item {
|
||||||
background-color: #f4f4f5;
|
background-color: #f4f4f5;
|
||||||
border: 2rpx solid #e9e9eb;
|
border: 2rpx solid #e9e9eb;
|
||||||
border-radius: 8rpx;
|
border-radius: 8rpx;
|
||||||
padding: 12rpx 20rpx;
|
padding: 8rpx 14rpx;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.condition-item.active {
|
.condition-item.active {
|
||||||
@ -2432,7 +2436,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.condition-text {
|
.condition-text {
|
||||||
font-size: 26rpx;
|
font-size: 22rpx;
|
||||||
color: #606266;
|
color: #606266;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user