Authored by zhangxiaoru

品牌店铺首页

... ... @@ -3,4 +3,3 @@
* @author: xuqi<qi.xu@yoho.cn>
* @date: 2015/10/14
*/
... ...
.product-category {
font-size: 30rem / $pxConvertRem;
.allproduct {
position: relative;
padding: 15px 0px;
background: #f8f8f8;
border-top: 15px;
border-bottom: 15px;
}
.arrow-icon {
position: absolute;
font-size: 12px;
top: 15px;
right: 20px;
}
.allproductParagaraph {
font-size: 18px;
left: 20px;
}
.category-nav {
height: 70rem / $pxConvertRem;
border-bottom: 1px solid #e6e6e6;
... ...
{{> layout/header}}
<style>
.allproduct {
position: relative;
padding: 15px 0px;
background: #f8f8f8;
border-top: 15px;
border-bottom: 15px;
}
.arrow-icon {
position: absolute;
font-size: 12px;
top: 15px;
right: 20px;
}
.allproductParagaraph {
font-size: 18px;
left: 20px;
}
</style>
<div class="product-category yoho-page">
... ...