|
|
@@ -49,29 +49,30 @@
|
|
|
margin-top: 12px;
|
|
|
}
|
|
|
/**/
|
|
|
- .no-record-list .empty{
|
|
|
+ .empty{
|
|
|
width:100%;
|
|
|
overflow: hidden;
|
|
|
height:100px;
|
|
|
margin: 0!important;
|
|
|
display:inline-flex;
|
|
|
justify-content: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
- .no-record-list .empty-info{
|
|
|
+ .empty-info{
|
|
|
line-height: 28px;
|
|
|
- padding-top:30px;
|
|
|
+ padding-top:10px;
|
|
|
margin-left:10px;
|
|
|
text-align: left;
|
|
|
}
|
|
|
- .no-record-list .empty-info .grey{
|
|
|
+ .empty-info .grey{
|
|
|
color: #999;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
- .no-record-list .empty .empty-info>a{
|
|
|
+ .empty .empty-info>a{
|
|
|
font-size: 14px;
|
|
|
color: #5078cb;
|
|
|
}
|
|
|
- .no-record-list .empty .empty-info i{
|
|
|
+ .empty .empty-info i{
|
|
|
margin-right:5px;
|
|
|
}
|
|
|
</style>
|
|
|
@@ -214,22 +215,31 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
- <tbody class="no-record-list" ng-if="addressList.length <= 0 || !addressList">
|
|
|
- <tr>
|
|
|
- <td colspan="12" style="border: #fff 1px solid">
|
|
|
- <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>
|
|
|
+ <!--<tbody class="no-record-list" ng-if="addressList.length <= 0 || !addressList">-->
|
|
|
+ <!--<tr>-->
|
|
|
+ <!--<td colspan="12" style="border: #fff 1px solid">-->
|
|
|
+ <!--<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 ng-click="checkTab('base')"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</div>-->
|
|
|
+ <!--</td>-->
|
|
|
+ <!--</tr>-->
|
|
|
+ <!--</tbody>-->
|
|
|
</table>
|
|
|
+ <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="user#/home"><i class="fa fa-mail-reply fa-xs"></i>返回上一页</a>-->
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|