174 lines
3.1 KiB
Plaintext
174 lines
3.1 KiB
Plaintext
.inquiry .inquiry_top {
|
|
background: #fff;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .user {
|
|
padding-top: 58rpx;
|
|
padding-left: 46rpx;
|
|
padding-bottom: 14rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.inquiry .inquiry_top .user .left {
|
|
width: 92rpx;
|
|
height: 92rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.inquiry .inquiry_top .user .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.inquiry .inquiry_top .user .right {
|
|
font-size: 36rpx;
|
|
line-height: 36rpx;
|
|
color: #000;
|
|
margin-left: 17rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .accumulative_total {
|
|
height: 70rpx;
|
|
background-color: #efefef;
|
|
font-size: 28rpx;
|
|
line-height: 70rpx;
|
|
color: #737373;
|
|
padding-left: 32rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_num {
|
|
padding-left: 31rpx;
|
|
padding-top: 28rpx;
|
|
font-size: 36rpx;
|
|
line-height: 36rpx;
|
|
color: #000;
|
|
padding-bottom: 41rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_num text {
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list {
|
|
padding-left: 35rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list .li {
|
|
text-align: center;
|
|
width: 158rpx;
|
|
margin-right: 100rpx;
|
|
padding-bottom: 46rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list .li:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list .li .top {
|
|
width: 75rpx;
|
|
height: 72rpx;
|
|
margin: 0 auto 10rpx;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list .li .top image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.inquiry .inquiry_top .cumulative_income .income_list .li .bottom {
|
|
color: #ff5c5a;
|
|
}
|
|
|
|
.inquiry_bottom {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.activity_list {
|
|
background-color: #f2f2f7;
|
|
}
|
|
|
|
.activity_list .li {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.activity_list .li .top {
|
|
height: 90rpx;
|
|
padding-left: 29rpx;
|
|
padding-right: 26rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
line-height: 90rpx;
|
|
border-bottom: 2rpx solid #cbcbcb;
|
|
}
|
|
|
|
.activity_list .li .top .right {
|
|
color: #f00;
|
|
}
|
|
|
|
.activity_list .li .center {
|
|
padding-left: 24rpx;
|
|
padding-top: 30rpx;
|
|
display: flex;
|
|
padding-bottom: 47rpx;
|
|
}
|
|
|
|
.activity_list .li .center .left {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border: solid 1rpx #e5e5e5;
|
|
}
|
|
|
|
.activity_list .li .center .left image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.activity_list .li .center .right {
|
|
padding-right: 33rpx;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
color: #000;
|
|
flex: 1;
|
|
|
|
/* text-overflow: -o-ellipsis-lastline; */
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
-webkit-box-orient: vertical;
|
|
padding-left: 25rpx;
|
|
}
|
|
|
|
.activity_list .li .bottom {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
padding-bottom: 35rpx;
|
|
padding-right: 24rpx;
|
|
}
|
|
|
|
.activity_list .li .bottom .btn {
|
|
min-width: 128rpx;
|
|
padding-left: 10rpx;
|
|
padding-right: 10rpx;
|
|
height: 58rpx;
|
|
border-radius: 6rpx;
|
|
border: solid 2rpx #cbcbcb;
|
|
line-height: 58rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
margin-right: 26rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.activity_list .li .bottom .btn:last-child {
|
|
margin-right: 0;
|
|
}
|