currentCourse.wxss 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  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:#333;
  10. font-size: 30rpx;
  11. }
  12. .center-top{
  13. padding:30rpx 24rpx 0;
  14. /* height:478rpx; */
  15. background: url('https://jzmall.lifejingzhi.com/file/wx-servant/learn-bg.png') no-repeat center 8rpx;
  16. background-size: contain;
  17. position: relative;
  18. }
  19. .badge{
  20. width:140rpx;
  21. height:140rpx;
  22. position: absolute;
  23. top:84rpx;
  24. right:92rpx;
  25. z-index:999;
  26. }
  27. .learn-time{
  28. height:50rpx;
  29. display: flex;
  30. align-items: center;
  31. padding-left:28rpx;
  32. }
  33. .learn-time view{
  34. font-size: 36rpx;
  35. font-weight: bold;
  36. margin-left:12rpx;
  37. }
  38. .time-detail{
  39. margin:22rpx 0 30rpx;
  40. height:70rpx;
  41. display: flex;
  42. align-items: center;
  43. padding-left:34rpx;
  44. color: #426D3B;
  45. font-size: 34rpx;
  46. }
  47. .time-detail text{
  48. font-size: 50rpx;
  49. font-weight: bold;
  50. margin-right:12rpx;
  51. color: #426D3B;
  52. }
  53. .get-skill{
  54. width: 702rpx;
  55. /* height: 126rpx; */
  56. background: #FFFFFF;
  57. border-radius: 18rpx;
  58. /* padding:0 20rpx 0 34rpx; */
  59. display: flex;
  60. align-items: center;
  61. padding:34rpx 20rpx 40rpx 34rpx;
  62. flex-wrap: wrap;
  63. }
  64. .skill-title{
  65. color: #426D3B;
  66. font-size: 44rpx;
  67. /* font-weight: bold; */
  68. margin-bottom:10rpx;
  69. }
  70. .skill-list{
  71. display: flex;
  72. flex-wrap: wrap;
  73. }
  74. .skill-item{
  75. /* width: 110rpx; */
  76. height: 56rpx;
  77. background: #E6F7FF;
  78. border-radius: 4rpx;
  79. border: 2rpx solid #91D5FF;
  80. color: #096DD9;
  81. margin-right:14rpx;
  82. font-size: 34rpx;
  83. text-align: center;
  84. padding:0 16rpx;
  85. margin-top:14rpx;
  86. }
  87. .learned-content{
  88. width: 702rpx;
  89. height: 126rpx;
  90. background: #FFFFFF;
  91. border-radius: 18rpx;
  92. padding:0 24rpx 0 34rpx;
  93. display: flex;
  94. align-items: center;
  95. justify-content: space-between;
  96. margin:22rpx 0 34rpx;
  97. }
  98. .learned-content text{
  99. font-size: 44rpx;
  100. /* font-weight: bold; */
  101. color: #426D3B;
  102. }
  103. .learned-content .arrow{
  104. width: 0;
  105. height: 0;
  106. border: 20rpx solid;
  107. border-color:transparent transparent transparent #014B00;
  108. }
  109. .tab-sticky{
  110. height:94rpx;
  111. display: flex;
  112. align-items: center;
  113. padding:0 24rpx;
  114. background: #F3F3F3;
  115. }
  116. .tab-sticky view{
  117. color: #8B938A;
  118. font-size: 34rpx;
  119. margin-right:22rpx;
  120. }
  121. .tab-sticky view.active-tab{
  122. color: #426D3B;
  123. }
  124. .course-list{
  125. padding:0 24rpx;
  126. /* min-height: 1600rpx; */
  127. }
  128. .course-item{
  129. overflow: hidden;
  130. margin-bottom:20rpx;
  131. background:#fff;
  132. border-radius: 18rpx 18rpx 0px 0px;
  133. }
  134. .course-info{
  135. padding:0 24rpx 24rpx;
  136. }
  137. .video-cover{
  138. width:702rpx;
  139. height: 290rpx;
  140. margin-bottom:22rpx;
  141. }
  142. .course-title{
  143. height: 48rpx;
  144. display:flex;
  145. align-items: center;
  146. justify-content: space-between;
  147. }
  148. .title-left,.course-time,.finish-time{
  149. height: 48rpx;
  150. font-size: 34rpx;
  151. color: #1E1F1E;
  152. line-height: 48rpx;
  153. margin-bottom:10rpx;
  154. }
  155. .title-left{
  156. font-weight: bold;
  157. }
  158. .title-right{
  159. height: 48rpx;
  160. display:flex;
  161. align-items: center;
  162. justify-content: flex-end;
  163. }
  164. .title-right .hour{
  165. height: 48rpx;
  166. font-size: 34rpx;
  167. color: #1E1F1E;
  168. line-height: 42rpx;
  169. font-weight: bold;
  170. margin-left:6rpx;
  171. }
  172. .course-operate{
  173. height: 58rpx;
  174. display: flex;
  175. justify-content: flex-end;
  176. margin-top:18rpx;
  177. }
  178. .course-btn{
  179. width: 184rpx;
  180. height: 58rpx;
  181. line-height: 58rpx;
  182. background: linear-gradient(224deg, #77A66D 0%, #426D3B 100%);
  183. border-radius: 58rpx;
  184. color: #FFFFFF;
  185. font-size: 34rpx;
  186. text-align:center;
  187. margin-left:14rpx;
  188. }
  189. .tabs-wrapper{
  190. /* margin:0 0 14rpx; */
  191. padding:0 176rpx 0 0rpx;
  192. background: #F3F3F3;
  193. /* width:600rpx; */
  194. }
  195. .tabs-wrapper .van-ellipsis{
  196. font-size: 34rpx;
  197. color: #8B938A;
  198. }
  199. .van-tabs__nav .van-tab:first-child{
  200. flex:0.6;
  201. }
  202. .drop-block .van-ellipsis{
  203. font-size: 38rpx;
  204. }
  205. .van-tab--active view.van-ellipsis {
  206. color: #426D3B;
  207. }
  208. .tabs-wrapper .van-tabs__scroll{
  209. background:transparent;
  210. }
  211. .van-tab{
  212. padding:0;
  213. }
  214. .van-tabs__line{
  215. width: 100rpx !important;
  216. }
  217. .drop-block .van-dropdown-menu{
  218. background:#f3f3f3;
  219. }
  220. .drop-block{
  221. display: flex;
  222. height: 94rpx;
  223. align-items: center;
  224. /* margin-top:4rpx; */
  225. background:#F3F3F3;
  226. justify-content: space-between;
  227. padding:0 28rpx;
  228. margin-bottom:20rpx;
  229. }
  230. .van-dropdown-menu{
  231. height:74rpx!important;
  232. box-shadow:none!important;
  233. padding-right:50rpx;
  234. }
  235. .after-wrapper{
  236. margin-left:-56rpx;
  237. }
  238. .date-wrapper{
  239. height: 74rpx;
  240. display: flex;
  241. align-items: center;
  242. }
  243. .date-wrapper view{
  244. font-size: 38rpx;
  245. }
  246. .after-wrapper .arrow{
  247. width: 0;
  248. height: 0;
  249. border: 12rpx solid;
  250. border-color:
  251. #000 transparent transparent transparent ;
  252. margin:16rpx 0 0 8rpx;
  253. }
  254. .after-wrapper{
  255. flex:1;
  256. display: flex;
  257. align-items: center;
  258. justify-content: space-between;
  259. }
  260. .van-dropdown-menu__title:after {
  261. /* border-width:8rpx!important;
  262. margin:16rpx 0 0 8rpx!important; */
  263. display:none!important
  264. }
  265. .overlay-wrapper{
  266. display: flex;
  267. align-items: center;
  268. justify-content: center;
  269. height: 100%;
  270. /* z-index:999; */
  271. padding:0 50rpx;
  272. flex-direction: column;
  273. }
  274. .star-wrapper{
  275. width: 650rpx;
  276. height: 524rpx;
  277. background: #FFFFFF;
  278. border-radius: 33rpx;
  279. border: 1px solid #979797;
  280. padding:44rpx 40rpx 0;
  281. display:flex;
  282. flex-direction: column;
  283. align-items: center;
  284. }
  285. .star-wrapper .title{
  286. font-size: 34rpx;
  287. height: 48rpx;
  288. margin-bottom:100rpx;
  289. }
  290. .submit-eval{
  291. width: 650rpx;
  292. height: 110rpx;
  293. background: #3D7FFF linear-gradient(270deg, rgba(0,202,255,0.5) 0%, rgba(9,175,255,0.5) 100%);
  294. border-radius: 110rpx;
  295. line-height: 110rpx;
  296. font-size: 44rpx;
  297. text-align: center;
  298. color:#fff;
  299. margin-top:40rpx;
  300. }
  301. .no-msg{
  302. text-align: center;
  303. margin-top:200rpx;
  304. color:#999;
  305. font-size: 28rpx;
  306. }