|
|
@@ -304,9 +304,9 @@
|
|
|
}
|
|
|
.choose-body {
|
|
|
display: table;
|
|
|
- width: 40%;
|
|
|
+ width: 33.333333%;
|
|
|
margin-top: 10px;
|
|
|
- margin-left: 120px;
|
|
|
+ /*margin-left: 120px;*/
|
|
|
padding: 10px;
|
|
|
table-layout: fixed;
|
|
|
border-collapse: separate;
|
|
|
@@ -314,6 +314,8 @@
|
|
|
position: relative;
|
|
|
background: #fff;
|
|
|
z-index: 1000;
|
|
|
+ padding-right: 2px;
|
|
|
+ float: left;
|
|
|
}
|
|
|
|
|
|
.choose-body>.choose-item {
|
|
|
@@ -378,6 +380,16 @@
|
|
|
.choose-body>.choose-item>ul>li:hover .setting {
|
|
|
display: block;
|
|
|
}
|
|
|
+ .area-bg{
|
|
|
+ background: url("static/img/all/dot.png") no-repeat right center;
|
|
|
+ background-position: 302px;
|
|
|
+ }
|
|
|
+ .area-list{
|
|
|
+ position: absolute;
|
|
|
+ top: 26px;
|
|
|
+ left: 125px;
|
|
|
+ width: 630px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<!--<div class="com_title">设置>企业设置<font>>企业信息</font></div>-->
|
|
|
<div class="com_head"><span>企业信息</span></div>
|
|
|
@@ -538,14 +550,14 @@
|
|
|
</div>
|
|
|
<div class="content" ng-show="connectionEditing">
|
|
|
<input ng-model="copyEnterprise.profession" placeholder="所属行业" ng-mouseenter="isInInput = true" ng-mouseleave="isInInput = false"
|
|
|
- class="form-control input-xs" type="text" style="width: 320px;"
|
|
|
+ class="area-bg form-control input-xs" type="text" style="width: 320px;"
|
|
|
ng-click="selectProfession()">
|
|
|
<!--<option value="make">制造型</option>-->
|
|
|
<!--<option value="trade">贸易型</option>-->
|
|
|
|
|
|
</input>
|
|
|
</div>
|
|
|
- <div ng-show="showProfession" ng-mouseenter="isInList = true" ng-mouseleave="isInList = false">
|
|
|
+ <div ng-show="showProfession" ng-mouseenter="isInList = true" ng-mouseleave="isInList = false" class="area-list">
|
|
|
<div class="choose-body">
|
|
|
<div class="choose-item">
|
|
|
<ul class="list-unstyled">
|
|
|
@@ -568,7 +580,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="choose-body" ng-show="profession[2]">
|
|
|
+ <div class="choose-body" ng-show="profession[2]" style="border-left:0;">
|
|
|
<div class="choose-item">
|
|
|
<ul class="list-unstyled">
|
|
|
<li ng-repeat="(key, value) in profession[2]" ng-class="{active: value.$active}">
|
|
|
@@ -579,7 +591,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="choose-body" ng-show="professionArray.length > 0">
|
|
|
+ <div class="choose-body" ng-show="professionArray.length > 0" style="border-left:0;">
|
|
|
<div class="choose-item">
|
|
|
<ul class="list-unstyled">
|
|
|
<li ng-repeat="value in professionArray" ng-class="{active: value.$active}">
|