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

    .pyt-icon {
	display: inline-block;
	background: #1992FC;
	color: white;
	min-width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 10px;
	cursor: pointer;
}

.body {
	margin: 0 auto;
	width: 980px;
	background: #FEFFFE;
	/*border: solid 1px #e9ebf0;
		border-bottom: none;
		border-top: none;*/
	padding: 10px 8px 40px 9px;
	font-family: "microsoft yahei";
}

.body_table,
.body_userinfo table {
	width: 100%;
	border-collapse: collapse;
}

.body_table tr td,
.body_userinfo table tr td {
	vertical-align: top;
}

.body_table_left {
	width: 720px;
}

.body_table_right {
	240px;
}

.body_userinfo {
	font-family: "microsoft yahei";
	text-align: center;
	width: 240px;
	overflow: hidden;
}

.body_userinfo table tr td {
	padding: 4px;
}

.w720 {
	width: 720px;
}

.w240 {
	width: 239px;
}

.a_username {
	font-size: 16px;
	color: #919191;
}

.a_username:hover {
	text-decoration: none;
}

.userhead {
	width: 66px;
	height: 66px;
	border-radius: 33px;
	cursor: pointer;
}

.userleveltable {
	font-size: 12px;
	color: #919191;
	width: 100%;
	overflow: hidden;
}

.userleveltable tr td:nth-child(1) {
	text-align: right;
	width: 30%;
}

.userleveltable tr td:nth-child(2) {
	text-align: left;
}

.userlevelprogressbar {
	border: solid 1px #1992fc;
	height: 16px;
	text-align: center;
	width: 104px;
	position: relative;
	cursor: pointer;
}

.userlevelprogressnumber {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: red;
	line-height: 14px;
	font-size: 10px;
	font-family: "youyuan";
}

.userlevelprogressbar2 {
	top: 1px;
	left: 1px;
	height: 12px;
	position: absolute;
	background: #1992fc;
}

.pmf {
	padding: 10px 6px 10px 14px;
	width: 100%;
}

.mf_class {
	position: relative;
	float: left;
	width: 70px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: white;
	cursor: pointer;
	transition: color 1s;
	color: #398bfc;
	border: solid 1px #ddd;
	border-right: none;
	border-left: none;
}

.mf_class:hover {
	background-color: #398bfc;
	color: white;
}

.mf_m_class {
	border: solid 1px #ddd;
	border-right: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.mf_f_class {
	border: solid 1px #ddd;
	border-left: none;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.mf_class_new {
	position: absolute;
	right: 10px;
	top: 5px;
	color: white;
	background: red;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	visibility: hidden;
}

.mf_d_class {
	position: relative;
	float: left;
	width: 1px;
	height: 38px;
	line-height: 38px;
	padding: 8px 0px;
	border: solid 1px #ddd;
	border-left: none;
	border-right: none;
}

.mf_d_class div {
	width: 1px;
	height: 22px;
	border-left: solid 1px #ddd;
}

.ycrj {
	text-align: center;
	font-family: "microsoft yahei";
	font-size: 14px;
	color: #999;
	padding-top: 60px;
}

.searchbox {
	width: 230px;
	height: 34px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px #E9EBF0;
}

.search_textbox {
	float: left;
	width: 158px;
	padding: 5px 10px;
	border: none;
	height: 32px;
	color: #555;
	outline: none;
}

.search_button {
	float: left;
	width: 70px;
	text-align: center;
	border: none;
	height: 32px;
	cursor: pointer;
	background: transparent;
	color: #555;
	border-left: solid 1px #E9EBF0;
	font-size: 12px;
}

.search_button:hover {
	background: #E9EBF0;
}