- .statsBox{
- text-align: center;
- overflow: hidden;
- }
-
- .scheduleBox{
- width: 90%;
- background: #ffffff;
- margin: 20rpx auto;
- border-radius: 12rpx;
- }
- .topBox{
- display: flex;
- justify-content: center;
- }
- .topImg{
- width: 50rpx;
- height: 50rpx;
- }
- .statsText{
- line-height: 50rpx;
- font-size: 36rpx;
- margin-left: 10rpx;
- }
- .resfundPrice{
- font-size: 26rpx;
- line-height: 60rpx;
- color: #797979;
- overflow: hidden;
- }
- .scheduleTop{
- width: 90%;
- margin: 20rpx auto;
- line-height: 80rpx;
- color: #5a5a5a;
- font-size: 36rpx;
- }
- .progressBox{
- overflow: hidden;
- width: 90%;
- margin: 0rpx auto;
- }
- .f{
- float: left;
-
- }
- .textBox{
- float: left;
- margin-left: 20rpx;
- }
- .reasonBox{
- width: 85%;
- float: left;
- margin-left: 20rpx;
- /* margin-top: 58rpx; */
- }
- .r{
- float: right;
- }
- .succeedImg{
- width: 40rpx;
- height: 40rpx;
- margin-top: 6rpx;
- }
- .scheduleBgShow{
- background-color: #5fba6b;
- width: 4rpx;
- height: 120rpx;
- margin-left: 16rpx;
- }
- .scheduleBgHi{
- background-color: #e3e3e3;
- width: 4rpx;
- height: 120rpx;
- margin-left: 16rpx;
- }
- .refundText{
- font-size: 38rpx;
- font-weight: 550;
- color: #000000;
- }
- .startTiem{
- margin-top: 30rpx;
- font-size: 26rpx;
- color: #797979;
- }
- .resultBox{
- margin-left: 20rpx;
- width: 90%;
- }
- .reason{
- font-size: 32rpx;
- color: #000000;
- line-height: 60rpx;
- }
- .reasonChi{
- font-size: 26rpx;
- color: #797979;
- }
- .resultTitle{
- /* margin-top: 160rpx; */
- font-size: 38rpx;
-
- }
- .causeText{
-
- font-size: 26rpx;
- color: #797979;
- line-height: 30px;
- padding-bottom: 60rpx;
- }
- .refundBox{
- width: 90%;
- background: #ffffff;
- margin: 60rpx auto;
- border-radius: 12rpx;
- }
- .itemBox{
- overflow: hidden;
- width: 90%;
- margin: 10px auto;
- line-height: 40px;
- color: #5a5a5a;
- font-size: 32rpx;
- }
- .copyImg{
- width: 40rpx;
- height: 40rpx;
- margin-top: 20rpx;
- margin-left: 12rpx;
- }
|