37 lines
595 B
Plaintext
37 lines
595 B
Plaintext
.list-wrap {
|
|
background-color: #fff;
|
|
}
|
|
|
|
.list-wrap .list {
|
|
border-bottom: 2rpx solid #e2e2e2;
|
|
}
|
|
|
|
.list-wrap .list .list-content {
|
|
padding: 32rpx 24rpx;
|
|
}
|
|
|
|
.list-wrap .list .list-content .top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
|
|
.list-wrap .list .list-content .top .num {
|
|
color: #ff2c29;
|
|
}
|
|
|
|
.list-wrap .list .list-content .bottom {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
#predict_income .van-ellipsis {
|
|
overflow: visible;
|
|
}
|
|
|
|
#predict_income .van-tab {
|
|
flex: 0 0 25% !important;
|
|
}
|