|
|
@@ -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> 返回上一页</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>
|