/* packageF/debt/debtorAudit/debtorAudit.wxss */ .listBox { padding: 20.16rpx; } .listBox .lis { padding: 26.88rpx 25.92rpx 17.92rpx 26.88rpx; background-color: #fff; box-sizing: border-box; border-radius: 10rpx; } .listBox .lis .bottom { display: flex; align-items: center; justify-content: flex-end; margin-top: 20.16rpx; } .listBox .lis .bottom .reject { width: 150.08rpx; height: 56rpx; border-radius: 28.16rpx; border: solid 1rpx #f15353; font-size: 22.08rpx; color: #f15353; text-align: center; line-height: 56rpx; } .listBox .lis .bottom .agree { width: 150.08rpx; height: 56rpx; background-color: #f15353; border-radius: 28.16rpx; text-align: center; line-height: 56rpx; font-size: 22.08rpx; color: #ffffff; margin-right: 30.08rpx; } .listBox .lis .top { padding-bottom: 24.96rpx; border-bottom: 1rpx solid #f0f0f0; } .listBox .lis .top .topTxt { display: flex; justify-content: space-between; align-items: center; } .listBox .lis .top .topTxt .topTxt_left { font-size: 25.92rpx; color: #6d6d6d; } .listBox .lis .top .topTxt .topTxt_Right { font-size: 25.92rpx; color: #f15353; } .listBox .lis .top .topTxt2 { margin-top: 25.6rpx; } .listBox .lis .top .topTxt2 .topTxt_left { font-size: 25.92rpx; color: #6d6d6d; } .listBox .lis .top .topTxt2 .topTxt_Right { font-size: 25.92rpx; color: #2f2f2f; }