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

    .message_a_user,
.message_a_readtitle {
	color: #337FE5;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.message_a_user:hover,
.message_a_readtitle:hover {
	text-decoration: underline;
}

.user_message {
	width: 100%;
	background: white;
	padding: 5px 10px;
	color: #333;
	font-family: "microsoft yahei";
}

.user_message_kj {
	border: solid 1px #ddd;
	font-family: "microsoft yahei";
}

.user_message_title {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.user_message_title span {
	max-width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: left;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
}

.user_message_title a {
	color: #333;
}

.user_message_content {
	margin: 0 10px 10px 10px;
	padding: 4px;
	max-height: 180px;
	white-space: normal;
	word-break: break-all;
	overflow-y: auto;
	border: solid 1px #eee;
	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;
}