活动预约-选中人数的背景色修正
This commit is contained in:
parent
6e05856775
commit
91d1a1c9f2
|
|
@ -419,7 +419,7 @@ export default {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 170rpx;
|
width: 170rpx;
|
||||||
height: 64rpx;
|
height: 64rpx;
|
||||||
background: #fff1dd;
|
background: #fffbf5;
|
||||||
border-radius: 48rpx 48rpx 48rpx 48rpx;
|
border-radius: 48rpx 48rpx 48rpx 48rpx;
|
||||||
border: 2rpx solid #c7a26d;
|
border: 2rpx solid #c7a26d;
|
||||||
margin-right: 18rpx;
|
margin-right: 18rpx;
|
||||||
|
|
@ -429,6 +429,7 @@ export default {
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
|
|
||||||
&.selected {
|
&.selected {
|
||||||
|
background-color: #fff1dd;
|
||||||
color: #695347;
|
color: #695347;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user