|
|
@@ -420,8 +420,8 @@
|
|
|
<div class="name pull-left">价格梯度:</div>
|
|
|
<div class="list pull-left" style="width: 280px;border: 1px solid #dcdcdc;margin-top: 0px">
|
|
|
<div style="background: #f1f3f6;font-size: 14px;color: #333;text-align: center;line-height: 34px;">
|
|
|
- <span class="fl w50" style="width: 50%">分段数量</span>
|
|
|
- <span class="fl w50" style="width: 50%">分段价格</span>
|
|
|
+ <span class="fl w50" style="width: 50%">分段数量(PCS)</span>
|
|
|
+ <span class="fl w50" style="width: 50%">分段价格({{storeInfo.enType !== 'HK' ? '¥' : '$'}})</span>
|
|
|
<div style="clear:both"></div>
|
|
|
</div>
|
|
|
<div class="plusBtn" style="font-size: 14px;color: #333;background: #fff;border-top: 1px solid #dcdcdc;position:relative" ng-repeat="price in Regul.prices">
|
|
|
@@ -450,6 +450,10 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<style>
|
|
|
+ div.plusBtn a.add[disabled] i, div.plusBtn a.reduce[disabled] i {
|
|
|
+ color: #c7c7c7 !important;
|
|
|
+ cursor: not-allowed;
|
|
|
+ }
|
|
|
.wuliao_list {
|
|
|
line-height: 28px;
|
|
|
margin-bottom: 10px;
|