我的模块完成,朋友圈需要添加功能
This commit is contained in:
34
pages/my-index/styles/meeting-record.scss
Normal file
34
pages/my-index/styles/meeting-record.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user