37 lines
647 B
Plaintext
37 lines
647 B
Plaintext
/* pages/member/rankingListFirst/rankingListFirst.wxss */
|
|
.distributionOrder .team_list {
|
|
background: #fff;
|
|
padding: 20rpx;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.distributionOrder .team_list .img {
|
|
width: 14%;
|
|
float: left;
|
|
text-align: left;
|
|
height: 0;
|
|
padding-bottom: 14%;
|
|
position: relative;
|
|
}
|
|
|
|
.distributionOrder .team_list .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
.distributionOrder .team_list .info {
|
|
/* height: 80rpx; */
|
|
width: 80%;
|
|
float: left;
|
|
font-size: 14px;
|
|
color: #222;
|
|
line-height: 57rpx;
|
|
text-align: left;
|
|
padding: 0 10rpx;
|
|
}
|
|
|
|
.distributionOrder .team_list .info .span {
|
|
color: #666;
|
|
}
|