|
|
@@ -86,7 +86,8 @@
|
|
|
overflow-x: hidden;
|
|
|
border-radius: 0;
|
|
|
box-shadow: none;
|
|
|
- margin-top: -1px;
|
|
|
+ margin-top: 1px;
|
|
|
+ border: none;
|
|
|
}
|
|
|
.sell_oder .sure_oder .oder_xq_list dl span .dropdown-menu li{
|
|
|
font-size: 14px;
|
|
|
@@ -525,6 +526,15 @@
|
|
|
.form-control[readonly]{
|
|
|
background-color: #ffffff;
|
|
|
}
|
|
|
+ .input-ul ::-webkit-scrollbar {
|
|
|
+ padding-left: 0 !important;
|
|
|
+ background-color: #c1c1c1;
|
|
|
+ width: 8px;
|
|
|
+ }
|
|
|
+ .input-ul ::-webkit-scrollbar-thumb {
|
|
|
+ -webkit-border-radius: 5px !important;
|
|
|
+ border-radius: 5px !important;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="user_right fr">
|
|
|
<!--订单发货-->
|
|
|
@@ -687,7 +697,7 @@
|
|
|
<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" >
|
|
|
<!--<em name="companyName" ng-click="changeShowLogistics()" class="btn-position"><i class="fa fa-caret-down" aria-hidden="true"></i></em>-->
|
|
|
- <div ng-if="showCompanyName">
|
|
|
+ <div>
|
|
|
<ul id="ulContent" class="dropdown-menu">
|
|
|
<li ng-click="showDefaultText()">请选择物流公司</li>
|
|
|
<li ng-click="showText(data)" ng-repeat="data in data_list" ng-class="{'active': $index==selectIndex}" ng-bind="data.companyName"></li>
|