diff --git a/supply.html b/supply.html index 56b439c..88022cf 100644 --- a/supply.html +++ b/supply.html @@ -1006,6 +1006,24 @@ .image-slider { height: 150px; } + + /* 调整手机端规格-件数-价格对的布局 */ + .spec-quantity-pair { + flex-direction: column; + align-items: stretch; + } + + .spec-value, + .quantity-input, + .costprice-input { + width: 100%; + margin-bottom: 10px; + } + + .remove-quantity-btn { + align-self: flex-end; + margin-bottom: 0; + } } /* 件数输入样式 */ @@ -1341,7 +1359,7 @@
- +
@@ -1757,7 +1775,7 @@
- +