| 1234567891011121314151617181920212223242526272829303132 |
- .icon {
- width: 84rpx;
- height: 84rpx;
- border-radius: 42rpx;
- text-align: center;
- line-height: 84rpx;
- font-size: 24rpx;
- margin: 0 10rpx;
- background-color: #ED569F;
- color: white;
- }
- .useList {
- border-top: 1px solid #EEEEEE;
- padding-top: 24rpx;
- margin: 24rpx 0;
- }
- .useList:first-child{
- border: none;
- }
- .remark{
- width: 450rpx;
- }
- .time{
- margin-top: 12rpx;
- font-size: 24rpx;
- }
- .recordMsg{
- width: 580rpx;
- font-size: 28rpx;
- color: #333333;
- }
|