courseDetail.wxss 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. page {
  2. background: #F3F3F3;
  3. color: #333;
  4. box-sizing: border-box;
  5. width:750rpx;
  6. }
  7. view,text{
  8. box-sizing: border-box;
  9. color: #1E1F1E;
  10. font-size: 34rpx;
  11. }
  12. .container{
  13. padding:24rpx 24rpx 80rpx;
  14. }
  15. .video-block{
  16. width: 702rpx;
  17. height: 458rpx;
  18. border-radius:0 0 18rpx 18rpx;
  19. }
  20. .course-title{
  21. /* height: 48rpx; */
  22. color: #426D3B;
  23. line-height: 48rpx;
  24. margin-bottom:22rpx;
  25. }
  26. .course-type,.course-content{
  27. /* height: 48rpx; */
  28. color: #494949;
  29. line-height: 48rpx;
  30. margin-bottom:22rpx;
  31. }
  32. .video-wrapper{
  33. width: 702rpx;
  34. background: #FFFFFF;
  35. border-radius: 18rpx;
  36. padding-top:32rpx;
  37. /* padding-bottom:24rpx; */
  38. overflow: hidden;
  39. margin-bottom:24rpx;
  40. margin-top:24rpx;
  41. }
  42. .video-info{
  43. margin:0 24rpx 4rpx;
  44. /* height: 48rpx; */
  45. display:flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. }
  49. .title-left{
  50. overflow: hidden;
  51. width:640rpx;
  52. white-space: nowrap;
  53. text-overflow: ellipsis;
  54. }
  55. .title-right{
  56. height: 48rpx;
  57. display:flex;
  58. align-items: center;
  59. }
  60. .hour{
  61. /* line-height: 38rpx;
  62. padding-bottom:10rpx; */
  63. margin-left:12rpx;
  64. line-height: 48rpx;
  65. font-size: 28rpx;
  66. color:#777;
  67. }
  68. .video-status{
  69. color: #1E1F1E;
  70. line-height: 48rpx;
  71. height: 48rpx;
  72. padding:0 24rpx;
  73. margin-bottom:34rpx;
  74. }
  75. .common-line{
  76. /* height: 48rpx; */
  77. line-height: 48rpx;
  78. margin-bottom:14rpx;
  79. }
  80. .skill-line{
  81. line-height: 48rpx;
  82. margin-bottom:14rpx;
  83. }
  84. .operate-record{
  85. width: 702rpx;
  86. background: #FFFFFF;
  87. border-radius: 18rpx;
  88. padding:24rpx 24rpx 18rpx;
  89. margin-bottom:20rpx;
  90. }
  91. .operate-record .title{
  92. margin-bottom:24rpx;
  93. display: flex;
  94. align-items: center;
  95. justify-content: space-between;
  96. }
  97. .operate-record .title .left{
  98. color: #426D3B;
  99. }
  100. .relate-course{
  101. width: 702rpx;
  102. height: 368rpx;
  103. background: #FFFFFF;
  104. border-radius: 18rpx;
  105. padding:36rpx 24rpx 24rpx;
  106. }
  107. .relate-course .head{
  108. color: #426D3B;
  109. }
  110. .scroll-view{
  111. height: 246rpx;
  112. border-radius: 18rpx;
  113. white-space: nowrap;
  114. }
  115. .relate-item{
  116. width: 224rpx;
  117. height: 246rpx;
  118. background: #F5FAE8;
  119. border-radius: 18rpx;
  120. overflow: hidden;
  121. margin-right:24rpx;
  122. display: inline-block;
  123. font-size: 0;
  124. }
  125. .relate-img{
  126. width: 222rpx;
  127. height: 168rpx;
  128. background: #F5FAE8;
  129. border-radius: 18rpx;
  130. }
  131. .relate-title{
  132. height: 78rpx;
  133. font-size: 30rpx;
  134. line-height: 82rpx;
  135. width: 222rpx;
  136. text-align: center;
  137. text-overflow: ellipsis;
  138. overflow: hidden;
  139. }
  140. .detail {
  141. width: 702rpx;
  142. background: #FFFFFF;
  143. border-radius: 18rpx;
  144. margin:20rpx 0;
  145. padding:20rpx;
  146. }
  147. .detail image{
  148. width:662rpx;
  149. }
  150. .submit-btn{
  151. margin:56rpx 0rpx 80rpx;
  152. width:702rpx;
  153. height: 108rpx;
  154. background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
  155. border-radius: 100rpx;
  156. text-align: center;
  157. font-size: 40rpx;
  158. line-height: 108rpx;
  159. color:#fff;
  160. }
  161. .duration-wrapper{
  162. display: flex;
  163. height: 50rpx;
  164. align-items: center;
  165. padding-left:24rpx;
  166. }