12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- .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);
- }
- .queueBtn{
- width: 400rpx;
- height: 80rpx;
- line-height: 80rpx;
- background: #cc6031;
- color: #FFF;
- border-radius: 80rpx;
- text-align: center;
- margin: 20rpx 175rpx;
- position: absolute;
- bottom: 20rpx;
- }
- .cancelBtn{
- background: #999;
- }
- .list-view{
- padding-bottom: 100rpx;
- }
|