css细节优化
parent
3a1540b199
commit
ef68c5a495
|
|
@ -247,7 +247,7 @@ color: #F5F5F2;font-size: 12px;cursor:pointer;border-radius:0px 0px; position: a
|
|||
.gray-text { color: #999; }
|
||||
|
||||
/* 价格颜色 */
|
||||
.price strong {color: #E4393C; font-weight: 600; }
|
||||
.price strong {color: #c00; font-weight: 600; }
|
||||
|
||||
/* 公共错误提示页面 */
|
||||
.tips-error, .tips-success { margin: 10% 0; background: #fff; }
|
||||
|
|
|
|||
|
|
@ -376,7 +376,7 @@ ul.detail-attr li {height: 26px;overflow: hidden;line-height: 26px;vertical-alig
|
|||
.browse ul li {margin:0px 10px;padding:12px 0px;border-top: 1px dotted #DEDEDE;}
|
||||
.browse ul li.first {border-top:none;}
|
||||
.browse li img{width:100% ;}
|
||||
.browse li .p-price strong {color: #E4393C;font-weight: 600;}
|
||||
.browse li .p-price strong {color: #c00;font-weight: 600;}
|
||||
/*导航固定*/
|
||||
ul.am-tabs-nav.am-nav.am-nav-tabs {left:20% ;max-width:960px ;margin-right: 0px;margin-left: 0px;}
|
||||
.introduce-main .am-nav-tabs > li.am-active {border-bottom: none;}
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ text-align: center;float:none}
|
|||
|
||||
/*楼层*/
|
||||
.floor {background: #fff; position: relative; }
|
||||
.outer-con .price { color: #f33f00; font-weight: bold; }
|
||||
.outer-con .price { color: #c00; font-weight: bold; }
|
||||
.items-nav-title a:hover { color: #d2364c; }
|
||||
|
||||
/*小标签*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue