|
|
@ -1006,6 +1006,24 @@ |
|
|
.image-slider { |
|
|
.image-slider { |
|
|
height: 150px; |
|
|
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 @@ |
|
|
|
|
|
|
|
|
<!-- 规格和件数 --> |
|
|
<!-- 规格和件数 --> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="form-label">规格和件数</label> |
|
|
<label class="form-label">规格件数和采购价格</label> |
|
|
<div id="specQuantityContainer"> |
|
|
<div id="specQuantityContainer"> |
|
|
<!-- 规格-件数对列表 --> |
|
|
<!-- 规格-件数对列表 --> |
|
|
<div id="specQuantityPairs"></div> |
|
|
<div id="specQuantityPairs"></div> |
|
|
@ -1757,7 +1775,7 @@ |
|
|
|
|
|
|
|
|
<!-- 规格和件数 --> |
|
|
<!-- 规格和件数 --> |
|
|
<div class="form-group"> |
|
|
<div class="form-group"> |
|
|
<label class="form-label">规格和件数</label> |
|
|
<label class="form-label">规格件数和采购价格</label> |
|
|
<div id="editSpecQuantityContainer"> |
|
|
<div id="editSpecQuantityContainer"> |
|
|
<!-- 规格-件数对列表 --> |
|
|
<!-- 规格-件数对列表 --> |
|
|
<div id="editSpecQuantityPairs"></div> |
|
|
<div id="editSpecQuantityPairs"></div> |
|
|
|