|
@@ -203,7 +203,8 @@ h6 { font-size:12px;}
|
|
|
.item-title h3 { float: left; margin-right:20px; }
|
|
|
.tab-base {float: left; overflow: hidden; padding-top:16px; }
|
|
|
.tab-base li { float: left;}
|
|
|
- .tab-base a { font-weight: 700; line-height: 20px; background: #FFF url(../images/sky/bg_position.gif) no-repeat 0px -200px; height: 20px; float: left; padding-left: 9px; margin-right:2px; cursor: pointer;}
|
|
|
+ .tab-base a { font-weight: 700; line-height: 20px; background: #FFF url(../images/sky/bg_position.gif) no-repeat 0px -200px; height: 20px; float: left; padding-left: 9px; margin-right:2px; cursor: pointer; position: relative;}
|
|
|
+ .tab-base a .badge {position: absolute;padding: 3px;border-radius: 50%;background: red; color: #fff;}
|
|
|
.tab-base a:hover { color: #09C; background-position: 0 -220px; }
|
|
|
.tab-base a span { color: #555; background: url(../images/sky/bg_position.gif) no-repeat 9999px 9999px; float: left; padding-right: 9px; }
|
|
|
.tab-base a:hover span { background-position: 100% -220px;}
|