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

来源:互联网 发布:linux 安装magento2 编辑:程序博客网 时间:2024/06/08 03:18

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:5px;
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:10px;
padding-left:0px;
padding-right:0px;
margin:0px;
}

lstatistics li{

text-align:left;
padding-left:16px;
line-height:17px;
background:url(arrow1.gif) no-repeat 7px 5px;
}

lhotblog li{

text-align:left;
padding-left:14px;
line-height:17px;
background:url(arrow2.gif) no-repeat 7px 5px;
}

lrecent li, #lapply li{

text-align:left;
padding-left:14px;
line-height:17px;
background:url(arrow3.gif) no-repeat 7px 6px;

0 0