|
|
@@ -457,7 +457,6 @@
|
|
|
position: relative;
|
|
|
top: -15px;
|
|
|
height: 80px;
|
|
|
- margin-top: -10px;
|
|
|
}
|
|
|
#oder-detail .line60.logistic-input.h125{
|
|
|
height: 125px;
|
|
|
@@ -692,7 +691,7 @@
|
|
|
<i ng-bind="takeSelf.takename"></i> 营业时间:<em ng-bind="takeSelf.businesstime">周一至周五 8:30-18:00</em><br/>
|
|
|
地址:<em ng-bind="takeSelf.area">广东省 深圳市 南山区</em> <em ng-bind="takeSelf.detailAddress">科技园英唐大厦6楼 优软商城科技园英唐大厦6楼 优软商城</em>
|
|
|
</div>
|
|
|
- <div style="width: 100%;margin: 0 auto;height: 45px;">
|
|
|
+ <div style="width: 100%;margin: 0 auto;height: 45px;position: relative;top: -10px;">
|
|
|
<span style="width: 10%; margin-left: 22px;">物流公司 : </span>
|
|
|
<span class="input-ul">
|
|
|
<input id="addr" style="border: #5078cb 1px solid;" type="text" class="form-control select-adder" ng-focus="getItemFocus()" ng-blur="onItemBlur()" ng-keydown="onKeyup()" ng-model="logistics.companyName" placeholder="请选择物流公司" autocomplete="off" maxlength="15" readonly="readonly" >
|