123456789101112131415161718192021222324252627282930313233343536373839 |
- .list-box{
- width: 700rpx;
- margin: 20rpx auto;
- padding-bottom: 20rpx;
- border-bottom: 1rpx solid #eee;
- display: flex;
- }
- .list-img{
- width: 120rpx;
- height: 120rpx;
- margin-right: 30rpx;
- }
- .list-img image{
- width: 100%;
- height: 100%;
- }
- .list-name{
- font-size: 32rpx;
- font-weight: bold;
- margin: 20rpx 0 10rpx;
- display: flex;
- }
- .gender-img{
- width: 40rpx;
- height: 40rpx;
- margin-left: 20rpx;
- padding-top: 2rpx;
- }
- .gender-img image{
- width: 100%;
- height: 100%;
- }
- .list-time{
- color: #999;
- }
- .boyImg{
- transform: rotate(135deg);
- }
|