您现在的位置:首页 >> 前端 >> 内容

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

时间:2017/1/3 9:39:00 点击:

  核心提示:lhotblog h3 { background: url(lhotblog.jpg) no-repeat;}lrecent h3 { background: url(lrecent.jpg) no-...
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;

Tags:精通 通C CS SS 
作者:网络 来源:相濡以沫si