|
|
|
page {
|
|
|
|
background-color: rgba(247, 246, 250, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page-title {
|
|
|
|
width: 320rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.page {
|
|
|
|
padding: 44rpx 40rpx;
|
|
|
|
.user {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
.avatar-wrapper {
|
|
|
|
flex-shrink: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
width: 124rpx;
|
|
|
|
height: 124rpx;
|
|
|
|
outline: none;
|
|
|
|
border: 2px solid #fff;
|
|
|
|
border-radius: 50%;
|
|
|
|
&::after {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.avatar {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
flex: 1;
|
|
|
|
padding-left: 24rpx;
|
|
|
|
.nickname {
|
|
|
|
font-size: 36rpx;
|
|
|
|
font-weight: bold;
|
|
|
|
color: rgba(1, 1, 5, 1);
|
|
|
|
}
|
|
|
|
.hostipal {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
line-height: 1;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(173, 172, 178, 1);
|
|
|
|
.tag {
|
|
|
|
margin-left: 10rpx;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
padding: 2rpx 10rpx;
|
|
|
|
background: #8c75d0;
|
|
|
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.banner {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 40rpx;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
border: 1px solid #fff;
|
|
|
|
background: linear-gradient(to right, rgba(223, 214, 250, 1), rgba(229, 227, 240, 1));
|
|
|
|
.title {
|
|
|
|
font-size: 40rpx;
|
|
|
|
color: rgba(140, 117, 208, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.btn {
|
|
|
|
margin: 16rpx auto 0;
|
|
|
|
padding: 8rpx 0;
|
|
|
|
width: 330rpx;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
|
background-color: rgba(140, 117, 208, 1);
|
|
|
|
border-radius: 64rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.message {
|
|
|
|
margin-top: 16rpx;
|
|
|
|
height: 150rpx;
|
|
|
|
position: relative;
|
|
|
|
.content {
|
|
|
|
position: absolute;
|
|
|
|
top: 48rpx;
|
|
|
|
left: 212rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(0, 0, 0, 1);
|
|
|
|
display: flex;
|
|
|
|
align-items: baseline;
|
|
|
|
.num {
|
|
|
|
font-size: 48rpx;
|
|
|
|
color: rgba(140, 117, 208, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
&.dot::after {
|
|
|
|
position: absolute;
|
|
|
|
right: -18rpx;
|
|
|
|
top: 10rpx;
|
|
|
|
content: '';
|
|
|
|
width: 18rpx;
|
|
|
|
height: 18rpx;
|
|
|
|
flex-shrink: 0;
|
|
|
|
border-radius: 50%;
|
|
|
|
background-color: rgba(241, 44, 54, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ad {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
.swiper {
|
|
|
|
height: 224rpx;
|
|
|
|
.ad-img {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 224rpx;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
box-shadow: 0 4rpx 22rpx 0 rgba(0, 0, 0, 0.03);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.list {
|
|
|
|
margin-top: 32rpx;
|
|
|
|
padding: 32rpx 20rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
.list-header {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
.title {
|
|
|
|
width: 146rpx;
|
|
|
|
height: 34rpx;
|
|
|
|
}
|
|
|
|
.more {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(173, 172, 178, 1);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.card {
|
|
|
|
margin: 24rpx 0 0;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
display: flex;
|
|
|
|
.photo {
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 176rpx;
|
|
|
|
height: 176rpx;
|
|
|
|
border-radius: 12rpx;
|
|
|
|
}
|
|
|
|
.wrap {
|
|
|
|
padding: 12rpx 24rpx 0 24rpx;
|
|
|
|
flex: 1;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
|
|
|
.title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(33, 29, 46, 1);
|
|
|
|
line-height: 44rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
display: -webkit-box;
|
|
|
|
-webkit-line-clamp: 2;
|
|
|
|
-webkit-box-orient: vertical;
|
|
|
|
}
|
|
|
|
.w-footer {
|
|
|
|
margin-top: 28rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
|
|
|
.date {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(173, 172, 178, 1);
|
|
|
|
}
|
|
|
|
.options {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 60rpx;
|
|
|
|
.o-item {
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(173, 172, 178, 1);
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 12rpx;
|
|
|
|
background-color: transparent;
|
|
|
|
padding: 0;
|
|
|
|
&::after {
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.icon {
|
|
|
|
width: 36rpx;
|
|
|
|
height: 36rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|