|
|
@@ -137,8 +137,16 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr v-if="good_list.components.length == 'undefined' ||good_list.components.length == 0">
|
|
|
- <td colspan="10" class="text-center" style="line-height: 40px; font-size: 20px;">
|
|
|
- <i class="fa fa-smile-o fa-lg"></i> 暂无产品信息
|
|
|
+ <td colspan="12">
|
|
|
+ <div class="empty">
|
|
|
+ <p class="empty-img">
|
|
|
+ <img src="/images/brandList/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>
|
|
|
@@ -676,4 +684,39 @@
|
|
|
color: #f39801;
|
|
|
}
|
|
|
|
|
|
+/**/
|
|
|
+.product-list tbody>tr .empty{
|
|
|
+ overflow: hidden;
|
|
|
+ margin: 0!important;
|
|
|
+ height:130px;
|
|
|
+ display:inline-flex;
|
|
|
+ align-items: center;
|
|
|
+}
|
|
|
+.product-list tbody>tr .empty .empty-img{
|
|
|
+ margin:0;
|
|
|
+ border:0;
|
|
|
+ min-width:143px;
|
|
|
+ min-height:72px;
|
|
|
+}
|
|
|
+.product-list tbody>tr .empty .empty-img img {
|
|
|
+ margin: 0;
|
|
|
+ border: 0;
|
|
|
+ min-width: 143px;
|
|
|
+ min-height: 72px;
|
|
|
+}
|
|
|
+.product-list tbody>tr .empty-info{
|
|
|
+ line-height: 14px;
|
|
|
+ width: 143px;
|
|
|
+}
|
|
|
+.product-list tbody>tr .grey{
|
|
|
+ color: #999;
|
|
|
+ font-size: 14px;
|
|
|
+}
|
|
|
+.product-list tbody>tr .empty .empty-info>a{
|
|
|
+ font-size: 14px;
|
|
|
+ color: #5078cb;
|
|
|
+}
|
|
|
+.product-list tbody>tr .empty .empty-info i{
|
|
|
+ margin-right:5px;
|
|
|
+}
|
|
|
</style>
|