فهرست منبع

空状态第二次验收修改

wangcz 8 سال پیش
والد
کامیت
45ac9d7f70

+ 6 - 4
src/main/webapp/resources/view/store/default/goodslist.html

@@ -362,7 +362,7 @@
 							</p>
 							<div class="empty-info">
 								<p class="grey"> 暂无器件信息 </p>
-								<a href="/"><i class="fa fa-mail-reply fa-xs"></i>马上去逛一逛</a>
+								<a href="/">马上去逛一逛</a>
 							</div>
 						</div>
 					</td>
@@ -387,16 +387,18 @@
 		line-height: 14px;
 		padding-top:10px;
 		margin-left:10px;
+		text-align:left;
 	}
 	.goodslist .empty-info .grey{
 		color: #999;
 		font-size: 14px;
 	}
 	.goodslist .empty .empty-info>a{
+		display: block;
 		font-size: 14px;
 		color: #5078cb;
-	}
-	.goodslist .empty .empty-info i{
-		margin-right:5px;
+		background: url(static/img/all/icon_nianxian.jpg)no-repeat;
+		padding-left: 25px;
+
 	}
 </style>

+ 1 - 1
src/main/webapp/resources/view/usercenter/forstore/account_manager.html

@@ -223,7 +223,7 @@
 							</p>
 							<div class="empty-info">
 								<p class="grey"> 暂无收货地址,赶快去新增吧 </p>
-								<a href="user#/accountManager"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
+								<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
 							</div>
 						</div>
 					</td>

+ 4 - 4
src/main/webapp/resources/view/usercenter/forstore/store_focus.html

@@ -325,7 +325,7 @@
 		color: #fff;
 	}
 	.no-store{
-		height: 255px;
+		height: 215px;
 		width:100%;
 		display:inline-flex;
 		justify-content: center;
@@ -337,7 +337,8 @@
 		font-size: 14px;
 		color: #999;
 		margin-left:15px;
-		line-height: 28px;
+		line-height: 25px;
+		text-align: left;
 	}
 	.no-store p a{
 		color: #5078cb;
@@ -438,8 +439,7 @@
 		<div class="no-store" ng-if="store.length == 0">
 			<img src="static/img/all/empty-cart.png">
 			<p>
-				<span>暂无店铺关注</span>
-				<br>
+				暂无店铺关注
 				<a href="/">马上去逛一逛</a>
 			</p>
 		</div>

+ 5 - 1
src/main/webapp/resources/view/vendor/forstore/vendor_delivery_rule.html

@@ -215,11 +215,15 @@
 		overflow: hidden;
 		margin: 0!important;
 		width:100%;
-		height:395px;
+		height:350px;
 		display:inline-flex;
 		justify-content:center;
 		align-items: center;
 	}
+	.no-record-list .empty p.empty-img img{
+		position: relative;
+		bottom:0;
+	}
 	.no-record-list .empty-info{
 		line-height: 28px;
 		padding-top:10px;

+ 10 - 17
src/main/webapp/resources/view/vendor/forstore/vendor_logistics.html

@@ -19,7 +19,7 @@
 		display:inline-flex;
 		justify-content:center;
 		align-items: center;
-		height:320px;
+		height:340px;
 	}
 	.logistic-content .empty-info{
 		line-height: 28px;
@@ -80,23 +80,16 @@
 						</td>
 					</tr>
 					</tbody>
-					<tbody ng-if="addressList.length == 0">
-					<tr>
-						<td colspan="12">
-							<!--<img src="static/img/all/empty-cart.png"><span style="font-size: 14px;color:#999;">暂无发货地址,赶快去新增吧! <a href="javascript:history.go(-1)" style="margin-left:20px;font-size: 14px;color:#5078cb;line-height: 200px;"><i class="fa fa-mail-reply"></i>&nbsp;返回上一页</a></span>-->
-							<div class="empty">
-								<p class="empty-img">
-									<img src="static/img/all/empty-cart.png">
-								</p>
-								<div class="empty-info">
-									<p class="grey"> 暂无发货地址,赶快去新增吧 </p>
-									<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
-								</div>
-							</div>
-						</td>
-					</tr>
-					</tbody>
 				</table>
+				<div class="empty" ng-if="addressList.length == 0">
+					<p class="empty-img">
+						<img src="static/img/all/empty-cart.png">
+					</p>
+					<div class="empty-info">
+						<p class="grey"> 暂无发货地址,赶快去新增吧 </p>
+						<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
+					</div>
+				</div>
 			</div>
 		</div>
 	</div>

+ 10 - 16
src/main/webapp/resources/view/vendor/forstore/vendor_take_self.html

@@ -216,7 +216,7 @@
 		display:inline-flex;
 		justify-content:center;
 		align-items: center;
-		height:355px;
+		height:320px;
 	}
 	.takeSelf .empty-info{
 		line-height: 28px;
@@ -291,22 +291,16 @@
 							</td>
 						</tr>
 					</tbody>
-					<tbody ng-if="$data.length == 0">
-						<tr>
-							<td colspan="12">
-								<div class="empty">
-									<p class="empty-img">
-										<img src="static/img/all/empty-cart.png">
-									</p>
-									<div class="empty-info">
-										<p class="grey"> 暂无自提点,赶快去新增吧 </p>
-										<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
-									</div>
-								</div>
-							</td>
-						</tr>
-					</tbody>
 				</table>
+				<div class="empty" ng-if="$data.length == 0">
+					<p class="empty-img">
+						<img src="static/img/all/empty-cart.png">
+					</p>
+					<div class="empty-info">
+						<p class="grey"> 暂无自提点,赶快去新增吧 </p>
+						<a href="javascript:history.go(-1)"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>
+					</div>
+				</div>
 			</div>
 		</div>
 	</div>