console
<div class="categoryPageDiv">
<div class="categoryProducts">
<div class="productUnit" price="792.2">
<div class="productUnitFrame">
<a href="nowhere"><img class="productImage" width="100px;" src="http://how2j.cn/tmall/img/productSingle_middle/7058.jpg"></a>
<span class="productPrice">¥799.20</span>
<a href="nowhere" class="productLink">MAXFEEL休闲男士手包真皮手拿包大容量信封包手抓包夹包软韩版潮</a>
<a href="nowhere" class="tmallLink">天猫专卖</a>
<table class="productUnitFooter" >
<tbody>
<tr>
<td>月成交<strong style="color:#B57C5B">16笔</strong></td>
<td>评价<strong style="color:#38B">14</strong></td>
<td><a href="#nowhere" class="wangwangLink"><img src="http://how2j.cn/tmall/img/site/wangwang.png"></a></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="productUnit" price="792.2">
<div class="productUnitFrame">
<a href="nowhere"><img class="productImage" width="100px;" src="http://how2j.cn/tmall/img/productSingle_middle/7058.jpg"></a>
<span class="productPrice">¥799.20</span>
<a href="nowhere" class="productLink">MAXFEEL休闲男士手包真皮手拿包大容量信封包手抓包夹包软韩版潮</a>
<a href="nowhere" class="tmallLink">天猫专卖</a>
<table class="productUnitFooter" >
<tbody>
<tr>
<td>月成交<strong style="color:#B57C5B">16笔</strong></td>
<td>评价<strong style="color:#38B">14</strong></td>
<td><a href="#nowhere" class="wangwangLink"><img src="http://how2j.cn/tmall/img/site/wangwang.png"></a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
div.categoryPageDiv {
font-size: 12px;
font-family: Arial;
padding:10px auto;
}
div.categoryProducts {
max-width:1013px;
}
div.productUnit {
display:inline-block;
border:3px solid transparent;
float:left;
margin: 10px;
}
div.productUnitFrame {
border:1px solid #EEE;
width: 220px;
}
div.productUnitFrame img.productImage {
width:210px;
}
div.productUnitFrame span.productPrice {
display:block;
font-size: 1.5em;
color: #CC0000;
}
div.productUnitFrame a {
display:block;
padding:2px;
}
div.productUnitFrame a.productLink {
color:black;
margin:10px 0px;
}
div.productUnitFrame a.tmallLink {
color:#999;
text-decoration:underline;
}
div.productUnitFrame a:hover {
color:#C40000;
}
div.productUnitFrame table.productUnitFooter {
border-collapse:collapse;
}
div.productUnitFrame table.productUnitFooter td {
border:1px solid #EEE;
color:#999;
padding:5px;
width:100px;
}
div.productUnitFrame table.productUnitFooter td strong {
font-size:11px;
}
div.productUnitFrame table.productUnitFooter td:nth-of-type(3) {
width:13px;
border-right-width:0;
}
div.productUnit:hover {
border:3px solid #C40000;
}
div.productUnitFrame:hover {
border:1px solid #C40001;
}