www.gusucode.com > HadSky PHP轻论坛系统源码 v2.4.2源码程序 > ytqlt_v2.4.2.0701/template/mb1/css/list.css

    .readlist {
	width: 100%;
	padding: 15px;
	padding-bottom: 0px;
	overflow: hidden;
	font-family: "microsoft yahei";
}

.readlist:hover {
	background: ;
}

.readlist table {
	border-collapse: collapse;
	margin: 0 auto;
}

.readlist table tr td {
	border-bottom: solid 1px #e9ebf0;
	padding-bottom: 15px;
	vertical-align: middle;
}

.readlist table tr td:nth-child(1) {
	width: 100px;
	text-align: center;
	padding-top: 2px;
	padding-left: 4px;
}

.readlist table tr td:nth-child(2) {
	width: 500px;
}

.readlist table tr td:nth-child(3) {
	width: 100px;
}

.readtitle,
.readcontent,
.readuser,
.readlooknum {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
}

.readtitle,
.readcontent {
	width: 460px;
	padding-left: 5px;
}

.readtitle {
	font-size: 16px;
	color: #298EEA;
}

.readcontent {
	font-size: 14px;
	color: #535353;
}

.readuser {
	font-size: 14px;
	color: #535353;
	width: 90px;
}

.readlooknum {
	background: #e9ebf0;
	border-radius: 4px;
	text-align: center;
	width: 90px;
	height: 38px;
	line-height: 38px;
	color: #444;
	font-size: 14px;
}

.btn_sxy {
	background: white;
	color: #398bfc;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 120px;
	border: none;
	cursor: pointer;
}

.btn_sxy:hover {
	color: white;
	background: #398bfc;
	opacity: 0.9;
}

.btn_sxy2 {
	background: white;
	color: #398bfc;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 40px;
	border: none;
	cursor: pointer;
}