|
|
@@ -101,6 +101,7 @@
|
|
|
padding: 10px 5px;
|
|
|
vertical-align: top;
|
|
|
position: relative;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.enterprise-table .enterprise-bd .product {
|
|
|
@@ -135,6 +136,7 @@
|
|
|
|
|
|
.enterprise-table .enterprise-hd span {
|
|
|
margin-left: 20px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
|
|
|
.unPrinted {
|
|
|
@@ -158,7 +160,7 @@
|
|
|
background-color: #f5f5f5;
|
|
|
height: 60px;
|
|
|
margin-top: 20px;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 18px !important;
|
|
|
}
|
|
|
|
|
|
#logo {
|
|
|
@@ -209,6 +211,9 @@
|
|
|
.enterprise-table tbody .text-muted span{
|
|
|
margin-right: 15px;
|
|
|
}
|
|
|
+ #topSearch span{
|
|
|
+ font-size: 18px;
|
|
|
+ }
|
|
|
</style>
|
|
|
<div class="block" style="margin-left: -240px; width: 1170px;">
|
|
|
<div class="tip-body">
|
|
|
@@ -222,7 +227,7 @@
|
|
|
<i></i>
|
|
|
</div>
|
|
|
<div class="condition block open01" id="resultTop">
|
|
|
- <strong>| 企业信息 (<span class="text-inverse" ng-bind="total"></span>)</strong>
|
|
|
+ <strong class="f14" style="font-weight: bold;">| 企业信息 (<span class="f14 text-inverse" ng-bind="total"></span>)</strong>
|
|
|
<a href="javascript:void(0);" class="open">收起<i class="fa fa-angle-up"></i></a>
|
|
|
</div>
|
|
|
<div class="tab01">
|
|
|
@@ -236,7 +241,7 @@
|
|
|
<tr>
|
|
|
<td class="text-center" colspan="7">
|
|
|
<br>
|
|
|
- <div class="text-muted"><h3><i class="fa fa-spinner"></i>暂未搜到与({{tip}})相关的企业信息<a ng-click="invite(tip)" class="text-inverse">立即邀请</a>注册优软云</h3></div>
|
|
|
+ <div class="text-muted"><h3><i class="fa fa-spinner"></i>暂未搜到与({{tip}})相关的企业信息</h3></div>
|
|
|
<br>
|
|
|
</td>
|
|
|
</tr>
|
|
|
@@ -261,7 +266,7 @@
|
|
|
</tr>
|
|
|
<tr class="enterprise-bd" ng-if="!enterprise.$collapsed ">
|
|
|
<td class="product" colspan=3>
|
|
|
- <div class="" >企业地址:<span ng-bind="::enterprise.address"></span></div>
|
|
|
+ <div class="f14" >企业地址:<span ng-bind="::enterprise.address" class="f14"></span></div>
|
|
|
<!-- <div class="" >联系人:<span ng-bind-html="enterprise.adminName| getkey:tip"></span>
|
|
|
电话:<span ng-bind="::enterprise.adminTel"></span></div> -->
|
|
|
</td>
|