|
page {
|
background-color: #F5F5F5 !important;
|
}
|
|
@charset "UTF-8";
|
/* 颜色变量 */
|
.box.data-v-4e0647d5 {
|
width: 100%;
|
padding: 32rpx;
|
box-sizing: border-box;
|
}
|
.box .box_user.data-v-4e0647d5 {
|
display: flex;
|
align-items: flex-start;
|
}
|
.box .box_user image.data-v-4e0647d5 {
|
width: 140rpx;
|
height: 140rpx;
|
border-radius: 50%;
|
margin-right: 20rpx;
|
flex-shrink: 0;
|
}
|
.box .box_user .box_user_info.data-v-4e0647d5 {
|
flex: 1;
|
display: flex;
|
flex-direction: column;
|
justify-content: space-between;
|
}
|
.box .box_user .box_user_info .box_user_info_name.data-v-4e0647d5 {
|
font-size: 36rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
}
|
.box .box_user .box_user_info .box_user_info_desc.data-v-4e0647d5 {
|
display: flex;
|
align-items: flex-end;
|
}
|
.box .box_user .box_user_info .box_user_info_desc text.data-v-4e0647d5 {
|
width: 100%;
|
overflow: hidden;
|
text-overflow: ellipsis;
|
display: -webkit-box;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
font-size: 24rpx;
|
font-family: PingFang SC-Light, PingFang SC;
|
font-weight: 300;
|
color: #333333;
|
}
|
.box .box_user .box_user_info .box_user_info_desc .open.data-v-4e0647d5 {
|
flex-shrink: 0;
|
font-size: 24rpx;
|
font-family: PingFang SC-Light, PingFang SC;
|
font-weight: 300;
|
color: #999999;
|
}
|
.box .box_user .box_user_submit.data-v-4e0647d5 {
|
width: 128rpx;
|
height: 48rpx;
|
line-height: 48rpx;
|
text-align: center;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 27rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Regular, PingFang SC;
|
font-weight: 400;
|
color: #FFFFFF;
|
margin-left: 58rpx;
|
margin-top: 46rpx;
|
}
|
.box .box_list.data-v-4e0647d5 {
|
margin-top: 60rpx;
|
display: flex;
|
align-items: center;
|
justify-content: space-between;
|
flex-wrap: wrap;
|
}
|
.box .box_list .fun_list_item.data-v-4e0647d5 {
|
width: 332rpx;
|
height: 540rpx;
|
border-radius: 20rpx;
|
background-color: white;
|
overflow: hidden;
|
margin-bottom: 16rpx;
|
}
|
.box .box_list .fun_list_item .fun_list_item_img.data-v-4e0647d5 {
|
width: 100%;
|
height: 420rpx;
|
display: flex;
|
align-items: center;
|
justify-content: center;
|
overflow: hidden;
|
}
|
.box .box_list .fun_list_item .fun_list_item_img image.data-v-4e0647d5 {
|
height: 100%;
|
}
|
.box .box_list .fun_list_item .fun_list_item_info.data-v-4e0647d5 {
|
width: 100%;
|
padding: 16rpx 12rpx 24rpx 12rpx;
|
box-sizing: border-box;
|
display: flex;
|
flex-direction: column;
|
}
|
.box .box_list .fun_list_item .fun_list_item_info .fun_list_item_info_top.data-v-4e0647d5 {
|
width: 100%;
|
-webkit-line-clamp: 2;
|
display: -webkit-box;
|
-webkit-box-orient: vertical;
|
text-overflow: ellipsis;
|
overflow: hidden;
|
}
|
.box .box_list .fun_list_item .fun_list_item_info .fun_list_item_info_top text.data-v-4e0647d5 {
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
color: #333333;
|
}
|