我的模块完成,朋友圈需要添加功能

This commit is contained in:
cbb
2025-12-29 17:53:30 +08:00
parent e3e409b8b8
commit 417bfe235f
10 changed files with 311 additions and 3 deletions

View File

@@ -0,0 +1,34 @@
// 会议卡片
.public-meeting-card + .public-meeting-card {
margin-top: 32rpx;
}
.public-meeting-card {
display: flex;
align-items: center;
.left-img {
width: 320rpx;
height: 192rpx;
border-radius: 16rpx;
flex-shrink: 0;
margin-right: 32rpx;
}
.right-box {
display: flex;
flex-direction: column;
font-family: PingFang SC, PingFang SC;
font-weight: 500;
font-style: normal;
text-transform: none;
text {
font-size: 32rpx;
color: #333333;
&:last-child {
margin-top: 32rpx;
font-size: 28rpx;
color: #999999;
}
}
}
}