|
@@ -272,7 +272,6 @@ export default {
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
- cursor: pointer;
|
|
|
|
|
border-radius: 50%;
|
|
border-radius: 50%;
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
@@ -398,29 +397,13 @@ export default {
|
|
|
background-color: #ffffff;
|
|
background-color: #ffffff;
|
|
|
border: 2upx solid #d0d0d0;
|
|
border: 2upx solid #d0d0d0;
|
|
|
border-radius: 3.19upx;
|
|
border-radius: 3.19upx;
|
|
|
- cursor: pointer;
|
|
|
|
|
transition: all 0.2s;
|
|
transition: all 0.2s;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
-
|
|
|
|
|
text {
|
|
text {
|
|
|
font-size: 8.5upx;
|
|
font-size: 8.5upx;
|
|
|
color: #666666;
|
|
color: #666666;
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
|
-
|
|
|
|
|
- &:active {
|
|
|
|
|
- background-color: #f0f0f0;
|
|
|
|
|
- transform: scale(0.95);
|
|
|
|
|
- box-shadow: inset 0 2upx 4upx rgba(0, 0, 0, 0.1);
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- &.minus-btn:active {
|
|
|
|
|
- color: #ff6b6b;
|
|
|
|
|
- }
|
|
|
|
|
-
|
|
|
|
|
- &.plus-btn:active {
|
|
|
|
|
- color: #51cf66;
|
|
|
|
|
- }
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.qty-display {
|
|
.qty-display {
|
|
@@ -449,7 +432,7 @@ export default {
|
|
|
|
|
|
|
|
// 底部按钮栏 - 再缩小 1/2 (总计 33.33%)
|
|
// 底部按钮栏 - 再缩小 1/2 (总计 33.33%)
|
|
|
.popup-footer {
|
|
.popup-footer {
|
|
|
- height: 38upx;
|
|
|
|
|
|
|
+ height: 45upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -460,18 +443,17 @@ export default {
|
|
|
.footer-btn {
|
|
.footer-btn {
|
|
|
margin: 0 20upx;
|
|
margin: 0 20upx;
|
|
|
flex: 1;
|
|
flex: 1;
|
|
|
- height: 32upx;
|
|
|
|
|
|
|
+ height: 34upx;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
border-radius: 2.22upx;
|
|
border-radius: 2.22upx;
|
|
|
- cursor: pointer;
|
|
|
|
|
transition: all 0.3s;
|
|
transition: all 0.3s;
|
|
|
min-width: 42upx;
|
|
min-width: 42upx;
|
|
|
max-width: 69upx;
|
|
max-width: 69upx;
|
|
|
|
|
|
|
|
text {
|
|
text {
|
|
|
- font-size: 15upx;
|
|
|
|
|
|
|
+ font-size: 16upx;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
&.cancel-btn {
|
|
&.cancel-btn {
|