站内搜索:
首页 >> 前端 >> 内容
精通 CSS+DIV 网页样式与布局 136

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

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;

  • 上一篇:精通 CSS+DIV 网页样式与布局 164
  • 下一篇:web中height:100%不起作用?
  • 返回顶部