|
|
@@ -5,7 +5,7 @@
|
|
|
display: inline-block;
|
|
|
}
|
|
|
.delivery-list .content-header{
|
|
|
- padding-top: 30px;
|
|
|
+ padding-top: 25px;
|
|
|
overflow: hidden;
|
|
|
}
|
|
|
.delivery-list .content-header span{
|
|
|
@@ -15,13 +15,15 @@
|
|
|
}
|
|
|
.delivery-list .content-header a{
|
|
|
float: right;
|
|
|
- margin-right: 16px;
|
|
|
+ margin-right: 50px;
|
|
|
color: #333;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
.delivery-list .content-header i{
|
|
|
color: #32b500;
|
|
|
font-size: 16px;
|
|
|
+ position: relative;
|
|
|
+ top: 1px;
|
|
|
}
|
|
|
.delivery-list .content-body {
|
|
|
width: 1000px;
|
|
|
@@ -319,30 +321,30 @@
|
|
|
<div class="rule-content">
|
|
|
<!--暂时注释,在以后的开发中在释放出来-->
|
|
|
<!--<div class="row check-1">-->
|
|
|
- <!--<span><strong>*</strong>适用类型</span>-->
|
|
|
- <!--<label class="check-act">-->
|
|
|
- <!--<input type="checkbox" id="1" ng-model="orderType.normal"/>-->
|
|
|
- <!--<label for="1"></label>-->
|
|
|
- <!--普通订单-->
|
|
|
- <!--</label>-->
|
|
|
- <!--<label class="check-act">-->
|
|
|
- <!--<input type="checkbox" id="2" ng-model="orderType.preSale"/>-->
|
|
|
- <!--<label for="2"></label>-->
|
|
|
- <!--预售订单-->
|
|
|
- <!--</label>-->
|
|
|
- <!--<label class="check-act">-->
|
|
|
- <!--<input type="checkbox" id="3" ng-modle="orderType.bill"/>-->
|
|
|
- <!--<label for="3"></label>-->
|
|
|
- <!--发票-->
|
|
|
- <!--</label>-->
|
|
|
- <!--<span>适用用户</span>-->
|
|
|
- <!--<select class="select-adder form-control for-people" ng-model="modifyRule.userType">-->
|
|
|
- <!--<option value="1301">所有用户</option>-->
|
|
|
- <!--</select>-->
|
|
|
+ <!--<span><strong>*</strong>适用类型</span>-->
|
|
|
+ <!--<label class="check-act">-->
|
|
|
+ <!--<input type="checkbox" id="1" ng-model="orderType.normal"/>-->
|
|
|
+ <!--<label for="1"></label>-->
|
|
|
+ <!--普通订单-->
|
|
|
+ <!--</label>-->
|
|
|
+ <!--<label class="check-act">-->
|
|
|
+ <!--<input type="checkbox" id="2" ng-model="orderType.preSale"/>-->
|
|
|
+ <!--<label for="2"></label>-->
|
|
|
+ <!--预售订单-->
|
|
|
+ <!--</label>-->
|
|
|
+ <!--<label class="check-act">-->
|
|
|
+ <!--<input type="checkbox" id="3" ng-modle="orderType.bill"/>-->
|
|
|
+ <!--<label for="3"></label>-->
|
|
|
+ <!--发票-->
|
|
|
+ <!--</label>-->
|
|
|
+ <!--<span>适用用户</span>-->
|
|
|
+ <!--<select class="select-adder form-control for-people" ng-model="modifyRule.userType">-->
|
|
|
+ <!--<option value="1301">所有用户</option>-->
|
|
|
+ <!--</select>-->
|
|
|
<!--</div>-->
|
|
|
<div class="row" style="position: relative;">
|
|
|
<span><strong>*</strong>适用地区</span>
|
|
|
- <div class="area-content" ng-if="mapArray.length >0">
|
|
|
+ <div class="area-content" ng-if="mapArray.length >0" style="max-height: 123px; overflow-y: auto;">
|
|
|
<span ng-repeat="data in mapArray">
|
|
|
<em ng-if="data.mainland">{{data.mainland}}</em>
|
|
|
<em ng-if="data.province">{{data.province}}</em>
|
|
|
@@ -993,7 +995,7 @@
|
|
|
height: 438px;
|
|
|
box-shadow: 2px 5px 8px #dee0e2;
|
|
|
position: absolute;
|
|
|
- top: 120%;
|
|
|
+ top: 115%;
|
|
|
left: 487px;
|
|
|
background: #fff;
|
|
|
z-index: 10000;
|