47 lines
788 B
Plaintext
47 lines
788 B
Plaintext
/* pages/member/rankingIndex/rankingIndex.wxss */
|
|
.income .banner image {
|
|
width: 100%;
|
|
}
|
|
|
|
.income .h4 {
|
|
background: #f5f5f5;
|
|
text-align: left;
|
|
font-weight: normal;
|
|
font-size: 24rpx;
|
|
height: 78rpx;
|
|
box-sizing: border-box;
|
|
line-height: 76rpx;
|
|
color: #333;
|
|
border-bottom: 2rpx solid #eee;
|
|
padding: 0 20rpx;
|
|
}
|
|
|
|
.income .groupContent {
|
|
display: flex;
|
|
padding-top: 34rpx;
|
|
padding-bottom: 34rpx;
|
|
}
|
|
|
|
.income .groupContent .left {
|
|
flex: 1;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.income .groupContent .left .top {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.income .groupContent .left .bottom {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.income .groupContent .right {
|
|
flex: 1;
|
|
}
|