/* packageI/newGroup/zhpFinance/zhpFinance.wxss */ #zhpFinance { width: 100%; min-height: 100vh; } .btn { padding: 18.88rpx 0; display: flex; justify-content: center; align-items: center; background-color: #ae0601; border-radius: 9.92rpx; color: #fff; margin-top: 20.8rpx; width: 584.96rpx; } .ceTitle { width: 100%; text-align: center; font-size: 40rpx; color: #202020; margin-top: 20.8rpx; } #zhpFinance .financeList { padding: 0 30rpx; box-sizing: border-box; display: flex; flex-direction: column; margin-top: -135.04rpx; padding-bottom: 64rpx; } #zhpFinance .financeList .financeLis { border-radius: 15.04rpx; display: flex; align-items: center; flex-direction: column; padding-bottom: 16rpx; background: #fcdfa0; } #zhpFinance .financeList .financeLis .bg { width: 584.96rpx; height: 142.08rpx; background-color: #fff; border-radius: 9.92rpx; border: solid 0.96rpx #b80b05; margin-top: 20.16rpx; display: flex; flex-direction: column; } #zhpFinance .financeList .financeLis .bg .bgbottom { flex: 1; width: 100%; display: flex; flex-shrink: 0; } #zhpFinance .financeList .financeLis .bg .bgbottom .lis:nth-child(1) { border-right: 1rpx solid #99690b; } #zhpFinance .financeList .financeLis .bg .bgbottom .lis:nth-child(2) { border-right: 1rpx solid #99690b; } .line { border-right: 1rpx solid #99690b; } #zhpFinance .financeList .financeLis .bg .bgbottom .li { flex: 1; height: 100%; color: #000; font-size: 24rpx; padding: 0 8rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 72.96rpx; text-align: center; } #zhpFinance .financeList .financeLis .bg .bgbottom .lis { width: 33%; height: 100%; color: #000; font-size: 24rpx; padding: 0 8rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 72.96rpx; text-align: center; } #zhpFinance .financeList .financeLis .bg .bgtop { height: 65.92rpx; width: 100%; background-color: #b80b05; display: flex; align-items: center; } #zhpFinance .financeList .financeLis .bg .bgtop .litop { flex: 1; color: #fff; font-size: 24rpx; text-align: center; } #zhpFinance .financeList .financeLis .titleBox { width: 260.16rpx; height: 56rpx; border-radius: 28.16rpx; background-color: #fff; display: flex; justify-content: center; align-items: center; font-size: 25.92rpx; color: #ae0601; margin-top: 30.08rpx; } #zhpFinance .topHead { width: 100%; height: 150rpx; display: flex; justify-content: center; font-size: 47.04rpx; color: #f8dc98; }