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

    .friends {
	padding: 10px 10px 30px 10px;
}

.friend {
	margin: 4px;
	padding: 4px;
	text-align: center;
	float: left;
}
.friend .userhead{
	width: 66px;
	height: 66px;
	cursor: pointer;
}
.friend .userhead:hover{
	opacity: 0.8;
}

.friend div {
	display: block;
	text-align: center;
	padding: 2px;
}

.friendhead {
	width: 75px;
	height: 75px;
	cursor: pointer;
}

.fbtn1,
.fbtn2 {
	float: left;
	width: 60px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 14px;
	color: white;
	text-decoration: none;
	cursor: pointer;
}

.fbtn1:hover,
.fbtn2:hover {
	text-decoration: none;
	opacity: 0.8;
}

.fbtn1 {
	background: #337FE5;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.fbtn2 {
	background: #E4393C;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}