| 123456789101112131415161718192021222324 |
- .msg{
- margin-top: 30rpx;
- padding: 0 32rpx;
- }
- .msgItem{
- border-bottom: 1px solid #F7F7F7;
- line-height: 80rpx;
- font-size: 28rpx;
- }
- .profilePhoto{
- width: 80rpx;
- height: 80rpx;
- border-radius: 40rpx;
- }
- .itemValue{
- max-width: 500rpx;
- }
- .photo{
- width: 100rpx;
- height: 100rpx;
- border-radius: 10rpx;
- }
|