luntanpage.wxss 4.8 KB

page {
	background: #F9F9F9;
}
.personal-wrap .user-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	padding: 32rpx;
	margin-bottom: 15rpx;
	background: #fff;
}
.personal-wrap .user-info image {
	width: 128rpx;
	height: 128rpx;
}
.personal-wrap .user-info .name-vip-type {
	padding-left: 28rpx;
}
.personal-wrap .user-info .name-vip {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 24rpx;
}
.personal-wrap .user-info .name-vip .title {
	font-size: 32rpx;
	padding-right: 20rpx;
	color: #061220;
	font-weight: bold;
}
.personal-wrap .user-info .name-vip .VIP {
	width: 100rpx;
	height: 40rpx;
	background: -webkit-linear-gradient(left, #f4d297 0%, #fcbf75 100%);
	background: linear-gradient(90deg, #f4d297 0%, #fcbf75 100%);
	color: #784700;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 22rpx;
	border-radius: 50rpx;
}
.personal-wrap .user-info .name-vip .VIP image {
	width: 24rpx;
	height: 20rpx;
}
.personal-wrap .user-info .type text {
	margin-right: 16rpx;
	text-align: center;
	color: #C29445;
	font-size: 22rpx;
	border-radius: 50rpx;
	border: 1px solid #EEEEEE;
	padding: 5rpx 20rpx;
}
.personal-wrap .new-release-content {
	padding: 32rpx;
	background: #fff;
	border-bottom: 1px solid #EEEEEE;
}
.personal-wrap .new-release-content .userinfo-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 16rpx;
}
.personal-wrap .new-release-content .userinfo-wrap image {
	width: 60rpx;
	height: 60rpx;
}
.personal-wrap .new-release-content .userinfo-wrap .title {
	font-size: 32rpx;
	padding: 0 20rpx;
	color: #061220;
	font-weight: bold;
}
.personal-wrap .new-release-content .userinfo-wrap .VIP {
	width: 100rpx;
	height: 40rpx;
	background: -webkit-linear-gradient(left, #f4d297 0%, #fcbf75 100%);
	background: linear-gradient(90deg, #f4d297 0%, #fcbf75 100%);
	color: #784700;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	        justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	font-size: 22rpx;
	border-radius: 50rpx;
}
.personal-wrap .new-release-content .userinfo-wrap .VIP image {
	width: 24rpx;
	height: 20rpx;
}
.personal-wrap .new-release-content .type-wrap {
	color: #BDC4CE;
	font-size: 28rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
	margin-bottom: 16rpx;
}
.personal-wrap .new-release-content .type-wrap text:nth-child(1) {
	margin-left: 16rpx;
}
.personal-wrap .new-release-content .type-wrap text {
	margin-right: 16rpx;
	text-align: center;
	color: #C29445;
	font-size: 22rpx;
	border-radius: 50rpx;
	border: 1px solid #EEEEEE;
	padding: 5rpx 20rpx;
}
.personal-wrap .new-release-content .release-text .release-text-title {
	font-size: 32rpx;
	color: #061220;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 12rpx;
}
.personal-wrap .new-release-content .release-text .release-text-content {
	font-size: 28rpx;
	color: #3C444C;
}
.personal-wrap .new-release-content .thumbs-number {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.personal-wrap .new-release-content .thumbs-number .thumbs {
	margin-right: 16rpx;
}
.personal-wrap .new-release-content .thumbs-number .thumbs,
.personal-wrap .new-release-content .thumbs-number .number {
	color: #5B5E64;
	font-size: 28rpx;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	        align-items: center;
}
.personal-wrap .new-release-content .thumbs-number .thumbs image,
.personal-wrap .new-release-content .thumbs-number .number image {
	width: 28rpx;
	height: 28rpx;
	margin-right: 8rpx;
}