抖音c端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

131 lines
2.0 KiB

  1. .statsBox{
  2. text-align: center;
  3. overflow: hidden;
  4. }
  5. .scheduleBox{
  6. width: 90%;
  7. background: #ffffff;
  8. margin: 20rpx auto;
  9. border-radius: 12rpx;
  10. }
  11. .topBox{
  12. display: flex;
  13. justify-content: center;
  14. }
  15. .topImg{
  16. width: 50rpx;
  17. height: 50rpx;
  18. }
  19. .statsText{
  20. line-height: 50rpx;
  21. font-size: 36rpx;
  22. margin-left: 10rpx;
  23. }
  24. .resfundPrice{
  25. font-size: 26rpx;
  26. line-height: 60rpx;
  27. color: #797979;
  28. overflow: hidden;
  29. }
  30. .scheduleTop{
  31. width: 90%;
  32. margin: 20rpx auto;
  33. line-height: 80rpx;
  34. color: #5a5a5a;
  35. font-size: 36rpx;
  36. }
  37. .progressBox{
  38. overflow: hidden;
  39. width: 90%;
  40. margin: 0rpx auto;
  41. }
  42. .f{
  43. float: left;
  44. }
  45. .textBox{
  46. float: left;
  47. margin-left: 20rpx;
  48. }
  49. .reasonBox{
  50. width: 85%;
  51. float: left;
  52. margin-left: 20rpx;
  53. /* margin-top: 58rpx; */
  54. }
  55. .r{
  56. float: right;
  57. }
  58. .succeedImg{
  59. width: 40rpx;
  60. height: 40rpx;
  61. margin-top: 6rpx;
  62. }
  63. .scheduleBgShow{
  64. background-color: #5fba6b;
  65. width: 4rpx;
  66. height: 120rpx;
  67. margin-left: 16rpx;
  68. }
  69. .scheduleBgHi{
  70. background-color: #e3e3e3;
  71. width: 4rpx;
  72. height: 120rpx;
  73. margin-left: 16rpx;
  74. }
  75. .refundText{
  76. font-size: 38rpx;
  77. font-weight: 550;
  78. color: #000000;
  79. }
  80. .startTiem{
  81. margin-top: 30rpx;
  82. font-size: 26rpx;
  83. color: #797979;
  84. }
  85. .resultBox{
  86. margin-left: 20rpx;
  87. width: 90%;
  88. }
  89. .reason{
  90. font-size: 32rpx;
  91. color: #000000;
  92. line-height: 60rpx;
  93. }
  94. .reasonChi{
  95. font-size: 26rpx;
  96. color: #797979;
  97. }
  98. .resultTitle{
  99. /* margin-top: 160rpx; */
  100. font-size: 38rpx;
  101. }
  102. .causeText{
  103. font-size: 26rpx;
  104. color: #797979;
  105. line-height: 30px;
  106. padding-bottom: 60rpx;
  107. }
  108. .refundBox{
  109. width: 90%;
  110. background: #ffffff;
  111. margin: 60rpx auto;
  112. border-radius: 12rpx;
  113. }
  114. .itemBox{
  115. overflow: hidden;
  116. width: 90%;
  117. margin: 10px auto;
  118. line-height: 40px;
  119. color: #5a5a5a;
  120. font-size: 32rpx;
  121. }
  122. .copyImg{
  123. width: 40rpx;
  124. height: 40rpx;
  125. margin-top: 20rpx;
  126. margin-left: 12rpx;
  127. }