Jelajahi Sumber

1、企业圈添加合作伙伴样式修改。
2、企业圈补充相关页面无搜索结果时显示暂无信息记录及修改无记录图标更改统一。

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8478 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d

ouxianqin 9 tahun lalu
induk
melakukan
9739612199

+ 21 - 1
src/main/webapp/resources/css/index.css

@@ -951,7 +951,7 @@ ul>li.item-link>a {
 	width: 930px;
 	float: right;
 	font-size: 12px;
-	min-height: 710px;
+	min-height: 718px;
 }
 @media ( max-height : 768px) {
 	.body>.right{
@@ -3312,4 +3312,24 @@ input[required]:invalid, input:focus:invalid, textarea[required]:invalid, textar
 }
 .tender-content .tender-list02 dl dd:hover{
 	border: #d32526 2px solid;
+}
+.no-record-tab{
+	background: #fff;
+	text-align: center;
+}
+.right tbody.no-record-tab{
+	border-bottom: 0 !important;
+}
+.no-record-tab tr{
+	height: 165px !important;
+}
+.no-record-tab tr td{
+	vertical-align: middle !important;
+}
+.no-record-tab tr td h3{
+	margin: 0;
+}
+.no-record-tab tr td h3 img{
+	vertical-align: sub;
+	margin-right: 10px;
 }

TEMPAT SAMPAH
src/main/webapp/resources/img/icon/no-record.png


+ 4 - 2
src/main/webapp/resources/tpl/index/baseInfo/customersInfo.html

@@ -121,9 +121,11 @@
 						</td>
 					</tr>
 			</tbody>
-			<tbody ng-if="customerParams.total() == 0">
+			<tbody ng-if="customerParams.total() == 0" class="no-record-tab">
 				<tr>
-					<td><i class="fa  fa-info-circle"></i> 暂无客户信息</td>
+					<td>
+						<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂无客户信息</h3></div>
+					</td>
 				</tr>
 			</tbody>
 		</table>

+ 4 - 2
src/main/webapp/resources/tpl/index/baseInfo/invitation.html

@@ -146,9 +146,11 @@
 						</td>
 					</tr>
 			</tbody>
-			<tbody ng-if="customerParams.total() == 0">
+			<tbody ng-if="tableParams.total() == 0" class="no-record-tab">
 				<tr>
-					<td><i class="fa  fa-info-circle"></i> 暂无供应商信息</td>
+					<td>
+						<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂无邀请记录!</h3></div>
+					</td>
 				</tr>
 			</tbody>
 		</table>

+ 7 - 0
src/main/webapp/resources/tpl/index/baseInfo/myRequest.html

@@ -367,5 +367,12 @@
 			</td>
 		</tr>
 	</tbody>
+	<tbody ng-if="tableParams.total() == 0" class="no-record-tab">
+		<tr>
+			<td>
+				<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂无新的合作伙伴!</h3></div>
+			</td>
+		</tr>
+	</tbody>
 </table>
 </div>

+ 18 - 19
src/main/webapp/resources/tpl/index/baseInfo/searchresult.html

@@ -267,24 +267,23 @@
 	font-family: "Microsoft YaHei", "微软雅黑";
 	font-style: normal;
 }
-.invite-btn{
-	display: inline-block;
-	width: 94px;
-	height: 36px;
-	line-height: 36px;
-	border: #d32526 1px solid;
-	color: #d32526;
-	font-size: 14px;
-	text-align: center;
-	margin-right: 38px;
-}
 .invite-btn:hover{
 	border: #d32526 2px solid;
 }
-.invite-text{
+.invite-right{
+	padding-right: 0;
+}
+.invite-right p{
 	font-size: 14px;
-	margin-right: 10px;
-	color: #999;
+	color: #666;
+}
+.invite-right p a{
+	text-decoration: underline;
+}
+.invite-right .invite-text{
+	color: #666;
+	margin: 0 8px;
+	font-style: italic;
 }
 </style>
 <div class="block" style="margin-left: -240px; width: 1170px;">
@@ -294,7 +293,7 @@
 <div ng-include src="'static/tpl/index/baseInfo/enMenu.html'"></div>
 <div class="myReuest search-bg condition block" style="margin-bottom: 0;">
 		<div class="row">
-			<div class="col-xs-6">
+			<div class="col-xs-5">
 				<div class="search">
 					<div class="form-group form-group-sm has-feedback" dropdown auto-close="outsideClick" on-toggle="searchAdvance=open">
 						<input type="search" class="form-control input-sm" ng-model="keyword" ng-search="onSearch(keyword)" placeholder="输入企业名称、简称、管理员姓名进行搜索" />
@@ -307,8 +306,8 @@
 			<div class="col-xs-2">
 				<p>搜索到<em>{{tableParams.total()}}</em>条</p>
 			</div>
-			<div class="invite-right col-xs-4">
-				<p ng-if="tip != null && tableParams.total() > 0" style="float: right;"><span class="invite-text">{{tip}}</span><a ng-click="invite(tip)" class="invite-btn">立即邀请</a></p>
+			<div class="invite-right col-xs-5">
+				<p ng-if="tip != null && tableParams.total() > 0" style="float: right;"><a ng-click="invite(tip)" class="text-inverse">立即邀请</a><span class="invite-text">{{tip}}</span>注册优软云</p>
 			</div>
 		</div>
 	</div>
@@ -338,11 +337,11 @@
 			</td>
 		</tr>
 	</tbody>
-	<tbody ng-if="tableParams.total() == 0" class="company-list">
+	<tbody ng-if="tableParams.total() == 0" class="no-record-tab">
 		<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><img src="static/img/icon/no-record.png" />暂未搜到与({{tip}})相关的企业信息<a ng-click="invite(tip)" class="text-inverse">立即邀请</a>注册优软云</h3></div>
 				<br>
 			</td>
 		</tr>

+ 4 - 2
src/main/webapp/resources/tpl/index/baseInfo/vendorsInfo.html

@@ -147,9 +147,11 @@
 						</td>
 					</tr>
 			</tbody>
-			<tbody ng-if="customerParams.total() == 0">
+			<tbody ng-if="customerParams.total() == 0" class="no-record-tab">
 				<tr>
-					<td><i class="fa  fa-info-circle"></i> 暂无供应商信息</td>
+					<td>
+						<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂无供应商信息</h3></div>
+					</td>
 				</tr>
 			</tbody>
 		</table>

+ 4 - 4
src/main/webapp/resources/tpl/index/search/search_result.html

@@ -240,11 +240,11 @@
 				<td colspan="6"></td>
 			</tr>
 			</thead>
-			<tbody ng-if="tableParams.total() == 0">
+			<tbody ng-if="tableParams.total() == 0" class="no-record-tab">
 			<tr>
 				<td class="text-center" colspan="7">
 					<br>
-					<div class="text-muted"><h3><i class="fa fa-spinner"></i>暂未搜到与({{tip}})相关的企业信息</h3></div>
+					<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂未搜到与({{tip}})相关的企业信息</h3></div>
 					<br>
 				</td>
 			</tr>
@@ -301,11 +301,11 @@
 	</div>
 	<div class="tab02" ng-class="{'active': $open02}">
 		<table class="enterprise-table block" ng-table="prodTableParams">
-			<tbody ng-if="prodTableParams.total() == 0">
+			<tbody ng-if="prodTableParams.total() == 0" class="no-record-tab">
 			<tr>
 				<td class="text-center" colspan="7">
 					<br>
-					<div class="text-muted"><h3><i class="fa fa-spinner"></i>暂未搜到与({{tip}})相关的物料信息</h3></div>
+					<div class="text-muted"><h3><img src="static/img/icon/no-record.png" />暂未搜到与({{tip}})相关的物料信息</h3></div>
 					<br>
 				</td>
 			</tr>