123456789101112131415161718192021222324252627282930313233 |
- .erji_category{
- border:1px #EEEEEE solid;
- width:838px;
- border-top:0;
- padding:10px;
- }
- .erji_category *{
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .erji_category a{
- margin:5px 15px;
- display:inline-block;
- }
- .erji_category a:hover,.erji_category a.select{
- color:#dd4250;
- }
- .newslip .l .newsnav a{
- position:relative;
- }
- .newslip .l .newsnav a.select:after{
- content:"";
- position:absolute;
- left:0;
- bottom:-2px;
- width:100%;
- height:10px;
- background-image:url(../../images/47_1.png);background-repeat:no-repeat;background-position:center bottom;
- }
- .newslip .l .newsnav{
- overflow:visible;
- }
|