|
|
@@ -458,66 +458,6 @@
|
|
|
.public-tab.table tr td.middle .img,.vendor-tab.table td .wid135{
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
-
|
|
|
- /* 预览框 end */
|
|
|
- #image-box .x-floating-wrap {
|
|
|
- position: fixed;
|
|
|
- z-index: 99998;
|
|
|
- background: #000;
|
|
|
- top: 0;
|
|
|
- left: 0;
|
|
|
- width: 100%;
|
|
|
- height: 100%;
|
|
|
- opacity: 0.5;
|
|
|
- }
|
|
|
- #image-box .x-floating {
|
|
|
- position: fixed;
|
|
|
- z-index: 99999;
|
|
|
- width: 970px;
|
|
|
- height: 600px;
|
|
|
- top: 50%;
|
|
|
- left: 50%;
|
|
|
- margin-left: -485px;
|
|
|
- margin-top: -300px;
|
|
|
- line-height: 560px;
|
|
|
- text-align: center;
|
|
|
- vertical-align: middle;
|
|
|
- }
|
|
|
- #image-box .x-floating img {
|
|
|
- margin: auto auto;
|
|
|
- max-width: 970px !important;
|
|
|
- max-height: 600px !important;
|
|
|
- -webkit-user-select: none;
|
|
|
- -moz-user-select: none;
|
|
|
- -ms-user-select: none;
|
|
|
- user-select: none
|
|
|
- }
|
|
|
-
|
|
|
- #image-box .x-close-wrap {
|
|
|
- position: fixed;
|
|
|
- top: 0;
|
|
|
- right: 0;
|
|
|
- z-index: 100000;
|
|
|
- width: 120px;
|
|
|
- height: 120px;
|
|
|
- margin: -60px -60px 0 0;
|
|
|
- border-radius: 100%;
|
|
|
- background: #000;
|
|
|
- opacity: .3
|
|
|
- }
|
|
|
-
|
|
|
- #image-box .x-close-wrap a {
|
|
|
- position: absolute;
|
|
|
- left: 25px;
|
|
|
- bottom: 25px;
|
|
|
- font-size: 42px;
|
|
|
- color: #fff
|
|
|
- }
|
|
|
-
|
|
|
- #image-box .x-close-wrap:hover {
|
|
|
- opacity: .7
|
|
|
- }
|
|
|
-
|
|
|
.edit-form .error{
|
|
|
border: #f00 1px solid !important;
|
|
|
}
|
|
|
@@ -681,11 +621,15 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div ng-if="commodity.b2cDeliveryDemMinTime">
|
|
|
- <span ng-bind="'国内:' + commodity.b2cDeliveryDemMinTime + '-' + commodity.b2cDeliveryDemMaxTime"></span>
|
|
|
+ <div ng-if="commodity.currencyName.indexOf('RMB') > -1">
|
|
|
+ <span ng-if="(commodity.b2cDeliveryDemMinTime != commodity.b2cDeliveryDemMaxTime)&&!commodity.b2cMaxDelivery" ng-bind="'大陆:' + commodity.b2cDeliveryDemMinTime + '-' + commodity.b2cDeliveryDemMaxTime"></span>
|
|
|
+ <span ng-if="(commodity.b2cDeliveryDemMinTime == commodity.b2cDeliveryDemMaxTime)&&!commodity.b2cMaxDelivery" ng-bind="'大陆:' + commodity.b2cDeliveryDemMinTime"></span>
|
|
|
+ <span ng-if="commodity.b2cMaxDelivery" ng-bind="'大陆:' + commodity.b2cMinDelivery + '-'+ commodity.b2cMaxDelivery"></span>
|
|
|
</div>
|
|
|
- <div ng-if="commodity.b2cDeliveryHKMinTime">
|
|
|
- <span ng-bind="'香港:' + commodity.b2cDeliveryHKMinTime + '-' + commodity.b2cDeliveryHKMaxTime"></span>
|
|
|
+ <div ng-if="commodity.currencyName.indexOf('USD') > -1">
|
|
|
+ <span ng-if="(commodity.b2cDeliveryHKMinTime != commodity.b2cDeliveryHKMaxTime)&&!commodity.b2cMaxDelivery" ng-bind="'香港:' + commodity.b2cDeliveryHKMinTime + '-' + commodity.b2cDeliveryHKMaxTime"></span>
|
|
|
+ <span ng-if="(commodity.b2cDeliveryHKMinTime == commodity.b2cDeliveryHKMaxTime)&&!commodity.b2cMaxDelivery" ng-bind="'香港:' + commodity.b2cDeliveryHKMinTime"></span>
|
|
|
+ <span ng-if="commodity.b2cMaxDelivery" ng-bind="'香港:' + commodity.b2cMinDelivery + '-'+ commodity.b2cMaxDelivery"></span>
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
@@ -774,18 +718,19 @@
|
|
|
</div>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <div ng-if="commodity.currencyName.indexOf('USD') > -1">
|
|
|
- <span>香港:</span>
|
|
|
- <span><input type="text" placeholder="香港最短交期" ng-class="{'error' : commodity.selfHkMinTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryHKMinTime, commodity.editSelfDeliveryHKMaxTime, true, true, commodity)" ng-model="commodity.editSelfDeliveryHKMinTime" class="wid25 form-control"/></span>
|
|
|
- <span>-</span>
|
|
|
- <span><input type="text" placeholder="香港最长交期" ng-class="{'error' : commodity.selfHkMaxTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryHKMinTime, commodity.editSelfDeliveryHKMaxTime, false, true, commodity)" ng-model="commodity.editSelfDeliveryHKMaxTime" class="wid25 form-control"/></span>
|
|
|
- </div>
|
|
|
<div ng-if="commodity.currencyName.indexOf('RMB') > -1">
|
|
|
<span>大陆:</span>
|
|
|
<span><input type="text" ng-class="{'error' : commodity.selfDemMinTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryDemMinTime, commodity.editSelfDeliveryDemMaxTime, true, false, commodity)" placeholder="大陆最短交期" ng-model="commodity.editSelfDeliveryDemMinTime" class="wid25 form-control"/></span>
|
|
|
<span>-</span>
|
|
|
<span><input type="text" ng-class="{'error' : commodity.selfDemMaxTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryDemMinTime, commodity.editSelfDeliveryDemMaxTime, false, false, commodity)" placeholder="大陆最长交期" ng-model="commodity.editSelfDeliveryDemMaxTime" class="wid25 form-control"/></span>
|
|
|
</div>
|
|
|
+ <div ng-if="commodity.currencyName.indexOf('USD') > -1">
|
|
|
+ <span>香港:</span>
|
|
|
+ <span><input type="text" placeholder="香港最短交期" ng-class="{'error' : commodity.selfHkMinTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryHKMinTime, commodity.editSelfDeliveryHKMaxTime, true, true, commodity)" ng-model="commodity.editSelfDeliveryHKMinTime" class="wid25 form-control"/></span>
|
|
|
+ <span>-</span>
|
|
|
+ <span><input type="text" placeholder="香港最长交期" ng-class="{'error' : commodity.selfHkMaxTimeinValid}" ng-blur="changeDelivery(commodity.editSelfDeliveryHKMinTime, commodity.editSelfDeliveryHKMaxTime, false, true, commodity)" ng-model="commodity.editSelfDeliveryHKMaxTime" class="wid25 form-control"/></span>
|
|
|
+ </div>
|
|
|
+
|
|
|
</td>
|
|
|
<td>
|
|
|
<div>
|
|
|
@@ -856,11 +801,11 @@
|
|
|
|
|
|
<!--查看大图-->
|
|
|
<div id="image-box" style="display: none">
|
|
|
- <div class="x-close-wrap" title="关闭">
|
|
|
- <a href="javascript:void(0);">×</a>
|
|
|
- </div>
|
|
|
<div class="x-floating-wrap"></div>
|
|
|
<div class="x-floating">
|
|
|
- <img/>
|
|
|
+ <div id="item-content">
|
|
|
+ <div class="x-close-wrap"><a href="javascript:void(0);">×</a></div>
|
|
|
+ <div class="img"><img/></div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
-</div>
|
|
|
+</div>
|