| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- .page{
- background: #F7F7F7;
- }
- .item{
- padding: 20rpx 32rpx;
- background: #ffffff;
- margin-top: 24rpx;
- border-radius: 15rpx;
- }
- .listItemMsg{
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 44rpx;
- }
- .memberNo{
- width: 300rpx;
- }
- .msg{
- flex: 1;
- }
- .time{
- font-weight: 400;
- font-size: 30rpx;
- color: #999999;
- line-height: 44rpx;
- }
- .remark{
- color: #D9001B;
- font-weight: 400;
- font-size: 28rpx;
- line-height: 44rpx;
- }
- .detail{
- color: #169BD5;
- font-weight: 400;
- font-size: 28rpx;
- line-height: 44rpx;
- }
- .name{
- font-size: 32rpx;
- font-weight: bold;
- }
|