mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 01:59:36 +08:00
64 lines
1.1 KiB
Plaintext
64 lines
1.1 KiB
Plaintext
.containerView.public {
|
|
background: none;
|
|
height: auto;
|
|
}
|
|
|
|
|
|
.infoView {
|
|
/* border: 1px solid red; */
|
|
background: white;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.infoView .itemView {
|
|
position: relative;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 30rpx 40rpx;
|
|
border-bottom: 2rpx solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
.infoView .itemView.activity::after {
|
|
display: block;
|
|
content: '';
|
|
position: absolute;
|
|
right: 26rpx;
|
|
top: 30rpx;
|
|
width: 16rpx;
|
|
height: 16rpx;
|
|
border-radius: 20rpx;
|
|
background: red;
|
|
}
|
|
|
|
.infoView .itemView:last-of-type {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.infoView .itemView .contentView {}
|
|
|
|
.infoView .itemView .arrow {
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .title {
|
|
font-size: 30rpx;
|
|
color: black;
|
|
}
|
|
|
|
.infoView .itemView .contentView .msg {
|
|
font-size: 26rpx;
|
|
color: gray;
|
|
margin-top: 16rpx;
|
|
}
|
|
|
|
.infoView .itemView .contentView .time {
|
|
font-size: 24rpx;
|
|
color: gray;
|
|
margin-top: 4rpx
|
|
}
|
|
|
|
|
|
.loadAllLine {
|
|
margin-top: 80rpx;
|
|
} |