|
|
@@ -924,7 +924,7 @@ u-checkbox {
|
|
924
|
924
|
display: flex;
|
|
925
|
925
|
justify-content: center;
|
|
926
|
926
|
gap: 16rpx;
|
|
927
|
|
- margin: 16rpx 0;
|
|
|
927
|
+ margin: 5rpx 0;
|
|
928
|
928
|
width: 100%;
|
|
929
|
929
|
max-width: 800rpx;
|
|
930
|
930
|
}
|
|
|
@@ -933,7 +933,7 @@ u-checkbox {
|
|
933
|
933
|
flex: 1;
|
|
934
|
934
|
border-radius: 12rpx;
|
|
935
|
935
|
font-size: 36rpx;
|
|
936
|
|
- padding: 20rpx 0;
|
|
|
936
|
+ padding: 10rpx 0;
|
|
937
|
937
|
min-width: 0;
|
|
938
|
938
|
text-align: center;
|
|
939
|
939
|
color: #ffffff;
|
|
|
@@ -977,7 +977,7 @@ u-checkbox {
|
|
977
|
977
|
background-color: #f5f7fa;
|
|
978
|
978
|
border: 2rpx solid #e5e7eb;
|
|
979
|
979
|
border-radius: 12rpx;
|
|
980
|
|
- padding: 20rpx 24rpx;
|
|
|
980
|
+ padding: 0rpx 24rpx;
|
|
981
|
981
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
|
|
982
|
982
|
display: flex;
|
|
983
|
983
|
align-items: center;
|
|
|
@@ -1001,7 +1001,7 @@ u-checkbox {
|
|
1001
|
1001
|
// 价格输入框样式
|
|
1002
|
1002
|
.price-input {
|
|
1003
|
1003
|
width: 100%;
|
|
1004
|
|
- height: auto;
|
|
|
1004
|
+ // height: auto;
|
|
1005
|
1005
|
border: none;
|
|
1006
|
1006
|
outline: none;
|
|
1007
|
1007
|
background-color: transparent;
|