/* msg/pages/index/index.wxss */ page { width: 100%; min-height: 100%; } .container-msg { width: 100%; height: 100%; padding: 30rpx; box-sizing: border-box; } .msgs { width: 100%; height: 100%; padding-bottom: 50rpx; } .msgs .msg { position: relative; display: flex; padding: 34rpx 0; margin-bottom: 20rpx; background-color: #fff; border-radius: 20rpx; font-weight: 400; font-family: FZZhunYuan-M02S, FZZhunYuan-M02S-Regular; } .msgs .msg .tag { position: absolute; top: 0; right: 0; width: 159rpx; height: 57rpx; display: flex; align-items: center; justify-content: center; background: #fff3b6; font-size: 24rpx; color: #4c410e; border-radius: 0rpx 16rpx 0rpx 16rpx; } .msgs .msg .icon { margin-right: 14rpx; flex-shrink: 0; } .msgs .msg .icon .micons { width: 25rpx; height: 30rpx; } .msgs .msg .icon .micons-active { width: 33rpx; height: 32rpx; } .msgs .msg .body { flex: 1; width: 0; } .msgs .msg .body .msg-label { font-size: 30rpx; color: #1a1a1a; padding: 0 25rpx 25rpx; color:#1A1A1A; font-weight: 700; border-bottom: 1rpx solid #E6E6E6; margin-bottom: 20rpx; } .msg-label image{ width: 32rpx; height: 29rpx; margin-right: 8rpx; margin-bottom: 9rpx; vertical-align: middle; position: relative; } .active image::after{ content: ""; display: block; position: absolute; width: 12rpx; height: 12rpx; background: #FF0000; right: 4rpx; top: 0rpx; border-radius: 50%; } .msgs .msg .body .msg-content { font-size: 26rpx; font-family: PingFang SC, PingFang SC-Regular; color: #1a1a1a; line-height: 33rpx; letter-spacing: -0.52rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 25rpx; } .msgs .msg .body .msg-time { font-size: 26rpx; font-family: PingFang SC, PingFang SC-Regular; color: #808080; line-height: 33rpx; letter-spacing: -0.52rpx; padding: 0 25rpx; margin-top: 10rpx; }