attention.css 859 字节
.attentNav {
	width: 686rpx;
	height: 160rpx;
	background-color: #FFFFFF;
	display: flex;
	align-items: center;
	border-radius: 16px;
	box-shadow: 0px 4px 32px 0px rgba(23, 37, 50, 0.06);
	margin: 24rpx 32rpx;
}

.attentTop {}

.attentImg {
	width: 20%;
	display: flex;
	justify-content: center;
}

.attentName {
	width: 50%;
	display: flex;
	flex-direction: column;
}

.attentGzhu {

	width: 152rpx;
	height: 68rpx;
	background: #dcdee0;
	border-radius: 48rpx;
	box-shadow: 0rpx 4rpx 32rpx 0rpx rgba(23, 37, 50, 0.06);
	display: flex;
	justify-content: center;
	align-items: center;
}

.attentUserName {
	color: #22272B;
	font-size: 32rpx;
	margin-bottom: 8rpx;
}

.attentJianJie {
	color: #879099;
	font-size: 26rpx;
	max-width: 324rpx;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.attentgz {
	color: #FFFFFF;
	font-size: 28rpx;
}