You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
page {
|
|
|
|
background-color: rgba(246, 248, 249, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.page {
|
|
|
|
padding-bottom: 120rpx;
|
|
|
|
.sticky {
|
|
|
|
position: sticky;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
z-index: 20;
|
|
|
|
background-color: #fff;
|
|
|
|
padding-bottom: 10rpx;
|
|
|
|
box-shadow: 0rpx 4rpx 20rpx 0rpx rgba(0, 0, 0, 0.05);
|
|
|
|
.tab {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #9e9e9e;
|
|
|
|
}
|
|
|
|
.tab-active {
|
|
|
|
font-size: 36rpx;
|
|
|
|
color: #484848;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-list {
|
|
|
|
margin: 32rpx 30rpx;
|
|
|
|
padding: 24rpx 24rpx 0;
|
|
|
|
background: #ffffff;
|
|
|
|
border-radius: 24rpx;
|
|
|
|
.list-item {
|
|
|
|
display: flex;
|
|
|
|
padding-bottom: 24rpx;
|
|
|
|
border-bottom: 1rpx dotted rgba(39, 58, 101, 0.2);
|
|
|
|
&:last-of-type{
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
.photo {
|
|
|
|
width: 210rpx;
|
|
|
|
height: 140rpx;
|
|
|
|
flex-shrink: 0;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
margin-right: 16rpx;
|
|
|
|
}
|
|
|
|
.inner {
|
|
|
|
flex: 1;
|
|
|
|
.title {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: rgba(33, 29, 46, 1);
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 42rpx;
|
|
|
|
}
|
|
|
|
.date {
|
|
|
|
margin-top: 12rpx;
|
|
|
|
color: rgba(173, 172, 178, 1);
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
.footer {
|
|
|
|
margin-top: 20rpx;
|
|
|
|
display: flex;
|
|
|
|
gap: 48rpx;
|
|
|
|
.f-item {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 8rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
color: rgba(105, 104, 110, 1);
|
|
|
|
line-height: 1;
|
|
|
|
.icon {
|
|
|
|
margin-right: 8rpx;
|
|
|
|
width: 36rpx;
|
|
|
|
height: 36rpx;
|
|
|
|
}
|
|
|
|
&.active {
|
|
|
|
color: #e04775;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.share {
|
|
|
|
padding: 0;
|
|
|
|
background-color: transparent;
|
|
|
|
margin: 0;
|
|
|
|
&::after {
|
|
|
|
border: none;
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.line {
|
|
|
|
margin: 18rpx;
|
|
|
|
width: 2rpx;
|
|
|
|
height: 20rpx;
|
|
|
|
background-color: #f3f3f4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|