/* packageF/debt/purchaseDetails/purchaseDetails.wxss */ .noneLis{ text-align: center; color: #999999; } .listBox { padding: 20.16rpx; display: flex; flex-direction: column; } .listBox .lis { background-color: #ffffff; border-radius: 9.92rpx; padding: 29.12rpx 25.92rpx; box-sizing: border-box; margin-bottom: 20rpx; } .listBox .lis .bottom { display: flex; justify-content: space-between; align-items: center; font-size: 24rpx; margin-top: 25.6rpx; } .listBox .lis .bottom .bottomLeft { color: #7e7e7e; } .listBox .lis .bottom .bottomRight { color: #7e7e7e; } .listBox .lis .top { display: flex; justify-content: space-between; align-items: center; font-size: 28.16rpx; } .listBox .lis .top .topRight { color: #f15353; } .listBox .lis .top .topLeft { color: #2f2f2f; }