/* pages/waitForApproval/approvalDetail/approvalDetail.wxss */ .listContainer { margin-top: 10rpx; display: flex; flex-direction: column; /* padding: 20rpx 20rpx 20rpx 20rpx; */ background-color: #fff; } .listItem { padding: 20rpx 20rpx 20rpx 20rpx; border-bottom: 0.1px solid #dbdbdb; font-size: 16px; color: black; } .lightGray{ color: #666; } .detaileListContainer { display: flex; flex-direction: column; background-color: #fff; } .listNumberView { background-color: #f0eff5; padding: 10rpx 10rpx 10rpx 10rpx; font-size: 16px; color: #666; } .bottomView { height: 40px; width: 100%; display: flex; flex-direction: row; margin-top: 30rpx; margin-bottom: 30rpx; } .sureBtnView { height: 100%; width: 50%; align-items: center; justify-content: center; display: flex; } .cancleBtnView { height: 100%; width: 50%; align-items: center; justify-content: center; display: flex; } .sureBtn { height: 40px; width: 80%; border: 1; border-radius: 8rpx; background-color: #2E8CF5; text-align: center; line-height: 40px; } .sureBtnText{ color: white; } .cancleBtn { height: 40px; width: 80%; border: 1; border-radius: 8rpx; background-color: #d6d6d6; text-align: center; line-height: 40px; } .cancleBtnText{ color: #666; } page { background-color: #f0eff5; height: 100%; }