| 123456789101112131415161718192021222324252627282930313233343536 |
- .listItem{
- width: 686rpx;
- height: 160rpx;
- background: #FFFFFF;
- border-radius: 24rpx;
- margin-top: 24rpx;
- }
- .listItemProfile{
- width: 112rpx;
- height: 112rpx;
- border: 2rpx solid #FFFFFF;
- margin-top: 24rpx;
- margin-left: 32rpx;
- }
- .listItemName{
- font-size: 28rpx;
- font-weight: 600;
- color: #333333;
- margin-left: 28rpx;
- line-height: 160rpx;
- }
- .listItemkey{
- height: 44rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 160rpx;
- }
- .listItemValue{
- height: 44rpx;
- font-size: 28rpx;
- font-weight: 400;
- color: #333333;
- line-height: 160rpx;
- padding-right: 38rpx;
- }
|