关键词 淘宝旺铺 旗舰版 宝贝分类模块样式修改 CSS完全自定义 开源代码
*CSS代码*
.shop-category .hd{line-height:44px;height:44px;text-align:center;background-color:#ff0000;border:none;}
*宝贝分类标题背景*
.shop-category .bd{padding:0 0 5px 0;border:0;}
.shop-category .bd ul{width:190px;background:#900;border:0;}
.shop-category .bd ul a{color:#FFF;font-size:12px;padding:0; text-align:center;}
*按销量 按新品 按价格 背景*
.shop-category .hd span{line-height:37px;height:37px;color:#FFF;background:none;font-size:18px;display:inline-block;padding:0 20px 0 0;}
*查看所有宝贝*
.shop-category .bd ul li{text-align:center;border:0;padding:0;}
.shop-category .bd ul h4{background:none;padding:0;}
.shop-category .bd ul h4 a{line-height:60px;text-align:left;color:#444444;font-size:15px;width:190px;background-color:#ff0000;overflow:hidden;text-decoration:none;display:block;font-weight:normal; padding-left:30px;min-height:41px;}
.shop-category .bd ul h4 a:hover{color:#ff0000;}
*一级分类CSS*
.shop-category .bd ul li ul{width:190px;margin-left:0;}
.shop-category .bd .cats .cat .cat-bd a{line-height:60px;text-align:center;color:#444444;font-size:12px;width:190px;background-color:#ff0000;overflow:hidden;text-decoration:none;display:block;font-weight:normal;min-height:41px;}
.shop-category .bd .cats .cat .cat-bd a:hover{color:#FF0000;text-decoration:none;background-position:left -185px;}
*二级分类CSS*
.shop-category .bd .cats .cat .cat-bd a img{width:188px;margin-left:0px;text-align:center;}
.shop-category .bd ul h4 img{width:188px;line-height:41px;text-align: center;color:#444444;font-size:15px;overflow:hidden;text-decoration:none;display:block;font-weight:normal; margin-left:-29px;}
|