|
|
@@ -685,27 +685,38 @@
|
|
|
}
|
|
|
|
|
|
/**/
|
|
|
-.product-list .empty{
|
|
|
+.product-list tbody>tr .empty{
|
|
|
overflow: hidden;
|
|
|
margin: 0!important;
|
|
|
height:130px;
|
|
|
display:inline-flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-.product-list .empty-info{
|
|
|
+.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 .grey{
|
|
|
+.product-list tbody>tr .grey{
|
|
|
color: #999;
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
-.product-list .empty .empty-info>a{
|
|
|
+.product-list tbody>tr .empty .empty-info>a{
|
|
|
font-size: 14px;
|
|
|
color: #5078cb;
|
|
|
}
|
|
|
-.product-list .empty .empty-info i{
|
|
|
+.product-list tbody>tr .empty .empty-info i{
|
|
|
margin-right:5px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|