您的位置:首页 > Web前端 > CSS

精通 CSS+DIV 网页样式与布局 146

2016-12-29 16:29 471 查看

parameter a.author1:link{

color:#d8924d;

font-size:12px;

text-decoration:none;

}

parameter a.author1:visited{

color:#b37941;

font-size:12px;

text-decoration:none;

}

parameter a.author1:hover{

color:#74b8ff;

font-size:12px;

text-decoration:none;

}

lstatistics h3{

height:0px;

}

lhotblog h3{

background:url(lhotblog.jpg) no-repeat;

}

lrecent h3{

background:url(lrecent.jpg) no-repeat;

}

lapply h3{

background:url(lapply.jpg) no-repeat;

}

lhotblog span a, #lrecent span a, #lapply span a{

float:right;

text-align:right;

padding-top:8px;

padding-right:8px;

margin-bottom:5px;

}

lstatistics, #lhotblog, #lrecent, #lapply{

position:relative;

clear:both;

}

lstatistics ul, #lhotblog ul, #lrecent ul, #lapply ul{

list-style-type:none;

padding-top:12px;

padding-left:10px;

padding-right:5px;

margin:0px;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  color css