| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- .page{
- background: #F7F7F7;
- }
- .item{
- background: white;
- padding: 10rpx 32rpx;
- border-bottom: 2rpx solid #f7f7f7;
- }
- .listItemMsg{
- font-weight: 400;
- font-size: 28rpx;
- color: #333333;
- line-height: 44rpx;
- }
- .memberNo{
- width: 300rpx;
- }
- .msg{
- flex: 1;
- }
- .time{
- font-weight: 400;
- font-size: 24rpx;
- 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;
- }
- .title-h1{
- width: 180rpx;
- font-weight: 600;
- font-size: 32rpx;
- color: #333333;
- line-height: 44rpx;
- margin: 30rpx 0 10rpx 28rpx;
- }
|