/* 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: 53rpx 30rpx; margin-bottom: 20rpx; background-color: #fff; border-radius: 16rpx; 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: 28rpx; color: #1a1a1a; margin-bottom: 20rpx; } .msgs .msg .body .msg-content { font-size: 24rpx; color: #808080; margin-bottom: 20rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .msgs .msg .body .msg-time { font-size: 24rpx; color: #808080; }