.tab-box{ background-color: #fff; padding: 30rpx; position: fixed; left: 0; right: 0; top: 0; z-index: 100; } .tab-item{ text-align: center; font-size: 28rpx; line-height: 41rpx; } .tab-item image{ visibility: hidden; } .tab-item-active{ color: #EB5C20; } .tab-item-active image{ visibility: visible; } .tab-active-icon{ width: 32rpx; height: 10rpx; margin-top: 10rpx; margin: auto; } .saoma{ width: 39rpx; height: 36rpx; margin-left: 60rpx; margin-bottom: 10rpx; } .sousuo{ width: 36rpx; height: 36rpx; margin-left: 50rpx; margin-bottom: 10rpx; } /* 订单 */ .order-item{ background: #FFFFFF; border-radius: 10rpx 10rpx 10rpx 10rpx; opacity: 1; padding: 25rpx 31rpx; margin: 30rpx; } .order-item-header{ justify-content: space-between; /* padding-bottom: 26rpx; border-bottom: 1rpx solid #E6E6E6; */ } .order-time{ line-height: 41rpx; font-size: 28rpx; font-family: Source Han Sans CN-Medium, Source Han Sans CN; font-weight: 500; color: #666464; } .order-state{ width: 92rpx; height: 36rpx; line-height: 36rpx; border-radius: 5rpx 5rpx 5rpx 5rpx; opacity: 1; border: 2rpx solid #EB5C20; text-align: center; color: #EB5C20; } .order-item-body{ /* padding: 10rpx 0 0; */ } .order-item-content{ margin: 20rpx 0; justify-content: space-between; } .order-item-content-label{ line-height: 41rpx; font-size: 28rpx; font-family: Source Han Sans CN-Medium, Source Han Sans CN; font-weight: 500; color: #666464; } .order-item-content-data{ line-height: 41rpx; font-size: 28rpx; font-family: Source Han Sans CN-Medium, Source Han Sans CN; font-weight: 500; color: #666464; text-align: left; } .order-btns{ justify-content: space-between; margin-top: 20rpx; padding-top: 20rpx; border-top: 1rpx solid #E6E6E6; } .order-btn{ line-height: 56rpx; background: #EB5C20; border-radius: 73rpx 73rpx 73rpx 73rpx; opacity: 1; padding: 0 23rpx; margin-left: 20rpx; font-size: 28rpx; font-weight: normal; color: #FFFFFF; } .order-btn-time{ width: 266rpx; line-height: 56rpx; font-size: 28rpx; font-family: Source Han Sans CN-Medium, Source Han Sans CN; font-weight: 500; color: #A8A5A5; } .apply-info-box{ margin: 30rpx 0; } .reason-input{ padding: 30rpx; margin: 30rpx 0; border-radius: 4rpx; border: 1px solid #eeeeee; } .reason-input textarea{ height: 150rpx; } .applyBtn1{ flex:0 0 45%;border-radius: 40rpx;background-color: #fff;height: 80rpx;line-height: 80rpx;color: #666;text-align: center;border:1rpx solid #666; } .applyBtn2{ flex:0 0 45%;border-radius: 40rpx;background-color: var(--main);height: 80rpx;line-height: 80rpx;color: #fff;text-align: center;border:1rpx solid var(--main); }