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.
85 lines
1.8 KiB
85 lines
1.8 KiB
2 weeks ago
|
page {
|
||
|
background-color: rgba(247, 246, 250, 1);
|
||
|
}
|
||
|
|
||
|
.page {
|
||
|
.page-tags {
|
||
|
position: sticky;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
padding: 32rpx 0 32rpx 32rpx;
|
||
|
display: flex;
|
||
|
overflow-x: auto;
|
||
|
display: flex;
|
||
|
gap: 16rpx;
|
||
|
flex-wrap: nowrap;
|
||
|
.tag {
|
||
|
font-size: 32rpx;
|
||
|
color: rgba(33, 29, 46, 1);
|
||
|
line-height: 44rpx;
|
||
|
padding: 6rpx 32rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 82rpx;
|
||
|
&.active {
|
||
|
color: #fff;
|
||
|
background-color: rgba(140, 117, 208, 1);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.card {
|
||
|
margin: 24rpx 40rpx 0;
|
||
|
padding: 12rpx;
|
||
|
background-color: #fff;
|
||
|
border-radius: 24rpx;
|
||
|
display: flex;
|
||
|
.photo {
|
||
|
flex-shrink: 0;
|
||
|
width: 176rpx;
|
||
|
height: 176rpx;
|
||
|
border-radius: 12rpx;
|
||
|
}
|
||
|
.wrap {
|
||
|
padding: 12rpx 0 0 24rpx;
|
||
|
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;
|
||
|
.icon {
|
||
|
width: 36rpx;
|
||
|
height: 36rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|