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.

188 line
3.1 KiB

  1. .BoxBg{
  2. min-height: 100vh;
  3. }
  4. .navigation{
  5. height: 120rpx;
  6. border-bottom: 1rpx #232835 solid;
  7. }
  8. .fPay{
  9. width: 50%;
  10. float: left;
  11. height: 120rpx;
  12. }
  13. .tPay{
  14. width: 50%;
  15. float: left;
  16. }
  17. .aText{
  18. margin-top: 20rpx;
  19. font-size: 32rpx;
  20. font-family: PingFang SC;
  21. font-weight: 700;
  22. color: #07E881;
  23. text-align: center;
  24. }
  25. .Axian{
  26. width: 70rpx;
  27. height: 4rpx;
  28. background-color: #07E881;
  29. margin: 10rpx auto;
  30. }
  31. .classBox{
  32. width: 90%;
  33. margin: 20rpx auto;
  34. padding-bottom: 20rpx;
  35. border-bottom: 1rpx #232835 solid;
  36. }
  37. .Text{
  38. margin-top: 20rpx;
  39. font-size: 32rpx;
  40. font-family: PingFang SC;
  41. font-weight: 500;
  42. color: #FFFFFF;
  43. text-align: center;
  44. }
  45. .orderBox{
  46. border-radius: 20rpx;
  47. background-color: #181C28;
  48. margin: 40rpx 0 0 0;
  49. }
  50. .orderNum{
  51. clear: #8790A8;
  52. line-height: 70rpx;
  53. width: 90%;
  54. margin: 20rpx auto;
  55. border-bottom: 1rpx #232835 solid;
  56. }
  57. .img{
  58. float: left;
  59. width: 250rpx;
  60. height: 160rpx;
  61. border-radius: 10rpx;
  62. }
  63. .courseBox {
  64. width: 320rpx;
  65. margin-left: 30rpx;
  66. float: left;
  67. }
  68. .h3{
  69. height: 50rpx;
  70. line-height: 50rpx;
  71. font-size: 30rpx;
  72. overflow:hidden;
  73. text-overflow:ellipsis;
  74. display:-webkit-box;
  75. -webkit-box-orient:vertical;
  76. -webkit-line-clamp:1;
  77. color: #ffffff;
  78. font-family: PingFang SC;
  79. font-weight: 500;
  80. color: #FEFEFE;
  81. }
  82. .headImg{
  83. position: absolute;
  84. width: 50rpx;
  85. height: 50rpx;
  86. border-radius: 50%;
  87. top: 0;
  88. left: 0;
  89. }
  90. .annotation{
  91. padding-left:70rpx ;
  92. padding-right:50rpx ;
  93. float: left;
  94. border-radius: 50rpx;
  95. height: 50rpx;
  96. background-color: #333;
  97. text-align: center;
  98. line-height: 50rpx;
  99. color: #9999cc;
  100. overflow:hidden;
  101. text-overflow:ellipsis;
  102. display:-webkit-box;
  103. -webkit-box-orient:vertical;
  104. -webkit-line-clamp:1
  105. }
  106. .name{
  107. width: 220rpx;
  108. line-height: 60rpx;
  109. height: 60rpx;
  110. border-radius: 50rpx;
  111. color: #8790A8;
  112. text-align: center;
  113. background-color: #222735;
  114. }
  115. .priceBox{
  116. /* margin-top: 20rpx; */
  117. overflow: hidden;
  118. }
  119. .priceF{
  120. float: left;
  121. color: #ff3366;
  122. line-height: 60rpx;
  123. font-size: 28rpx;
  124. }
  125. .price{
  126. font-size: 28rpx;
  127. color: #ff3366;
  128. float: left;
  129. line-height: 60rpx;
  130. }
  131. .timeBox{
  132. width: 90%;
  133. margin: 20rpx auto;
  134. }
  135. .timeTitile{
  136. float: left;
  137. }
  138. .payTiem{
  139. line-height: 80rpx;
  140. font-size: 32rpx;
  141. font-family: PingFang SC;
  142. font-weight: 500;
  143. color: #FC4758;
  144. }
  145. .payBtn{
  146. float: right;
  147. margin-right: 20rpx;
  148. width: 120rpx;
  149. line-height: 60rpx;
  150. text-align: center;
  151. border: 2rpx solid #06D176;
  152. border-radius: 50rpx;
  153. color: #06D176;
  154. }
  155. .payOk{
  156. float: right;
  157. margin-right: 20rpx;
  158. width: 120rpx;
  159. line-height: 60rpx;
  160. text-align: center;
  161. border: 2rpx solid #666D80;
  162. border-radius: 50rpx;
  163. color: #666D80;
  164. background-color: rgba(135, 144, 168, 0.1);;
  165. }
  166. .noDataBox{
  167. width: 100%;
  168. height: 600rpx;
  169. top: 300rpx;
  170. left: 0;
  171. background-color: #0E1119;
  172. text-align: center;
  173. }
  174. .noDataImg{
  175. width: 500rpx;
  176. height: 400rpx;
  177. margin: 200rpx auto;
  178. }