|
|
@@ -384,12 +384,12 @@ export default {
|
|
|
background: linear-gradient(135deg, #f9f9f9 0%, #f0f0f0 100%);
|
|
|
border: 2upx solid #e8e8e8;
|
|
|
border-radius: 4.25upx;
|
|
|
- padding: 6.38upx 6upx;
|
|
|
+ padding: 6upx 2upx;
|
|
|
width: 100%;
|
|
|
|
|
|
.qty-btn {
|
|
|
margin: 0 3upx;
|
|
|
- width: 28upx;
|
|
|
+ width: 40upx;
|
|
|
height: 26upx;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
@@ -399,13 +399,7 @@ export default {
|
|
|
border-radius: 3.19upx;
|
|
|
transition: all 0.2s;
|
|
|
font-weight: bold;
|
|
|
- cursor: pointer;
|
|
|
-
|
|
|
- &:active {
|
|
|
- background-color: #f0f0f0;
|
|
|
- border-color: #3385ff;
|
|
|
- }
|
|
|
-
|
|
|
+
|
|
|
text {
|
|
|
font-size: 10upx;
|
|
|
color: #666666;
|
|
|
@@ -424,7 +418,7 @@ export default {
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
text-align: center;
|
|
|
- font-size: 14upx;
|
|
|
+ font-size: 13upx;
|
|
|
font-weight: bold;
|
|
|
color: #333333;
|
|
|
border: none;
|