courseDetail.wxss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. @import "../../../../pages/volunteer/detail.wxss";
  2. @font-face {font-family: "iconfont";
  3. src: url('iconfont.eot?t=1559792796005'); /* IE9 */
  4. src: url('iconfont.eot?t=1559792796005#iefix') format('embedded-opentype'), /* IE6-IE8 */
  5. url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAN8AAsAAAAAB2QAAAMtAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCCfAqCVIJHATYCJAMMCwgABCAFhG0HOhuHBlFUThpkX2HjGmgmUuyNPccugoc2IwA+opyBA4CIiQuzDAAAEEH8frTZ3XcmEu+aoFk0mSRSIRE6KUDVUGgkz+RveTvTqnlKoXS2H+2HULUsKVGIhGZrzVJAoSoztUCyCuGf9VF2j9PJsXEv/f/92kIenkT/MtBgOtU7UaxBJ1v6FdO76dBOLN3f2dAurVg7tYglIIAwbMBZzrlHPMELh9Ou+B1l5XLPoT4GGAcU6PmHpEACTMhTGN6J1WEsJzBolaGuH+/f0NWgXSDeeNqEbsapaVKkX+itGNqm40+P/nyb34B3wefjn2V0ST0FXW+9Pjiw/knXlY6HHgJrOj2kURSOQSPuVRpvaETBY9qgQdm0CZrGmIrj/ecJDUn0Qvow2OdCyU+jQyaNWeJc/SoFetGHp8B7Djsd29Tw8PgIulTsbZbNclxOEAo836D8fEhP/zbLVvJra4domK0bKdzizPess9Bq8bLrzrnb7EOWe8wJzwX+KW8coMtW7owt19c+Npc7vonUlkwi9J8isNkADWSzJUXrvW5AgN5sbPfpFSiKfkXkiuoa9KqaXFdVqOtPPHAgXWAfSOQw/+BMXXxjq+Ew7I12ffULLzTDaJ0DigKWx4l01geIMnCEj5JYwsDhAAxL8+huMf/a+xfxhNbhYQxJqr2B+EeVYLQdCRgA3fWhLgN02mLF/+U77n36jydjZ//7bQ18D54UsLulgn5JZ9ZfKGjnQFuUOVBV04UaswLl1Mj+xCDx0AXrpDdcOnO74dBvJoHUZwVKv21kwx5DjyEn0KvfJRh0JI4eMqVpiDaAQ5OBMG5BGvURyriDbNgLPWZ96DUeDRj0IKamHLIbXv+akJmSg6nCanOsqCbth5mfpLPQlDQnwP2SJJ4H/XSej5woJpmiR8/1cqQKWTjCwKxGYcgowj7Z6bSk6WtFM1X1oGnmCPquEcSUIg6UVFBlYzHlVU/1C+//RLRMyCQNZQ3qX0QkvPqRZ7kOyJMw7lR2K6d0OW1pSCmICRZBgdGTkAQZkupGPmJLTZUB/pcV4ipxV+F0eXH0fmtgEIZWZFQ0vc9ZmbHu+IYFAAAAAA==') format('woff2'),
  6. url('iconfont.woff?t=1559792796005') format('woff'),
  7. url('iconfont.ttf?t=1559792796005') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
  8. url('iconfont.svg?t=1559792796005#iconfont') format('svg'); /* iOS 4.1- */
  9. }
  10. page{
  11. padding-bottom: 180rpx;
  12. box-sizing: border-box;
  13. }
  14. .iconfont {
  15. font-family: "iconfont" !important;
  16. font-size: 16px;
  17. font-style: normal;
  18. -webkit-font-smoothing: antialiased;
  19. -moz-osx-font-smoothing: grayscale;
  20. }
  21. .icon-bofang:before {
  22. content: "\f001b";
  23. }
  24. .icon-bofang1:before {
  25. content: "\e606";
  26. }
  27. .course-container {
  28. display: flex;
  29. flex-direction: column;
  30. }
  31. .course-img {
  32. width: 100%;
  33. }
  34. .course-img live-player {
  35. height: 420rpx;
  36. width: 100%;
  37. }
  38. .signWrapper {
  39. margin-top: 108rpx;
  40. border-top: 1rpx solid #efefef;
  41. }
  42. .videoplayer{
  43. margin-left: 9rpx;
  44. }
  45. .course-top{
  46. margin-top: 20rpx;
  47. margin-bottom: 95rpx;
  48. }
  49. /* display: flex;
  50. align-items: center;
  51. padding: 0 30rpx;
  52. width: 87%;
  53. height: 62rpx;
  54. background: #f5f5f5;
  55. border-radius: 90rpx;
  56. font-size: 24rpx;
  57. box-sizing: border-box; */
  58. .course-title {
  59. padding-left: 30rpx;
  60. padding-top: 10rpx;
  61. font-size: 36rpx;
  62. font-weight: 700;
  63. font-family: PingFang-SC-Bold;
  64. color: #292929;
  65. line-height: 50rpx;
  66. }
  67. .course-title2 {
  68. padding-left: 30rpx;
  69. padding-top: 18rpx;
  70. font-size: 26rpx;
  71. font-family: PingFang-SC-Regular;
  72. color: #7b7b7b;
  73. line-height: 50rpx;
  74. }
  75. .course-price {
  76. padding-top: 18rpx;
  77. line-height: 50rpx;
  78. }
  79. .course-price text:first-child {
  80. padding-left: 30rpx;
  81. padding-top: 18rpx;
  82. font-size: 26rpx;
  83. font-family: PingFang-SC-Regular;
  84. color: #7b7b7b;
  85. }
  86. .course-price .sale {
  87. padding-left: 20rpx;
  88. padding-top: 18rpx;
  89. font-size: 26rpx;
  90. color: #ff8000;
  91. }
  92. .course-price text:last-child {
  93. font-size: 36rpx;
  94. font-weight: 700;
  95. font-family: PingFang-SC-Boldr;
  96. color: #ff8000;
  97. }
  98. /* 课程亮点 */
  99. .course-light {
  100. /* margin-left: 25rpx; */
  101. margin-top: 25rpx;
  102. width: 100%;
  103. height: 232rpx;
  104. background-color: rgba(255, 254, 214, 0.37);
  105. }
  106. .course-light-box{
  107. width:100%;
  108. background: white;
  109. border-radius: 20rpx;
  110. padding:30rpx 20rpx;
  111. box-sizing: border-box;
  112. min-height: 232rpx;
  113. height: auto;
  114. }
  115. .course-light-container {
  116. /* padding-left: 21rpx; */
  117. padding-top: 20rpx;
  118. position: relative;
  119. }
  120. .course-light .course-light-title {
  121. font-size: 36rpx;
  122. font-weight: 700;
  123. font-family: PingFang-SC-Bold;
  124. color: #292929;
  125. letter-spacing: 1rpx;
  126. border-left: 3px solid #36a891;
  127. padding-left:12rpx;
  128. height: 36rpx;
  129. line-height: 36rpx;
  130. display: block;
  131. }
  132. .course-light-txt {
  133. /* display: flex; */
  134. padding-top: 20rpx;
  135. line-height: 60rpx;
  136. display: flex;
  137. flex-direction: row;
  138. flex-wrap: wrap;
  139. align-content: flex-start;
  140. }
  141. .course-light-txt text {
  142. /* flex: 1; */
  143. display: flex;
  144. width: fit-content;
  145. padding:4rpx 34rpx;
  146. box-sizing: border-box;
  147. border-radius: 10rpx;
  148. font-size: 30rpx;
  149. color:white;
  150. /* background-color: rgba(255, 254, 214, 0.80); */
  151. margin-right: 20rpx;
  152. background: #9DDB52;
  153. /* border: 1px solid red */
  154. }
  155. .mask{
  156. width:100%;
  157. height:100%;
  158. position:fixed;
  159. background-color: rgba(0, 0, 0, 0.64);
  160. z-index:9999;
  161. top:0;
  162. left:0;
  163. overflow: hidden;
  164. transition: all .5s;
  165. }
  166. .zindex{
  167. z-index: 9999;
  168. }
  169. .course-light-txt2 {
  170. font-size: 30rpx;
  171. margin-top: 23rpx;
  172. display: block;
  173. }
  174. /* 课程目录 */
  175. .course-list {
  176. margin-left: 21rpx;
  177. margin-top: 25rpx;
  178. width: 700rpx;
  179. }
  180. .course-list-box{
  181. width: 100%;
  182. margin-left:0rpx;
  183. background: white;
  184. padding:30rpx 20rpx;
  185. box-sizing: border-box;
  186. border-radius: 20rpx;
  187. }
  188. .course-list-container {
  189. /* padding-left: 21rpx; */
  190. /* padding-top: 20rpx; */
  191. position: relative;
  192. }
  193. .course-list .course-list-title {
  194. font-size: 36rpx;
  195. font-weight: 700;
  196. font-family: PingFang-SC-Bold;
  197. color: #292929;
  198. letter-spacing: 1rpx;
  199. border-left: 3px solid #36a891;
  200. padding-left:12rpx;
  201. height: 36rpx;
  202. line-height: 36rpx;
  203. display: block;
  204. }
  205. .course-list .course-list-txt {
  206. display: flex;
  207. justify-content: space-between;
  208. line-height: 83rpx;
  209. font-size: 28rpx;
  210. font-family: PingFang-SC-Regular;
  211. color: #7b7b7b;
  212. border-bottom: 1rpx dashed #efefef;
  213. }
  214. /* 课程详情 */
  215. .course-detail {
  216. margin-left: 21rpx;
  217. margin-top: 25rpx;
  218. width: 700rpx;
  219. }
  220. .course-detail-box{
  221. margin-left:0rpx;
  222. width: 100%;
  223. padding:30rpx 20rpx;
  224. box-sizing: border-box;
  225. border-radius: 20rpx;
  226. background: white;
  227. }
  228. .course-detail-box .course-top {
  229. margin-bottom: 0rpx;
  230. }
  231. .course-detail-container {
  232. /* padding-left: 21rpx; */
  233. padding-top: 20rpx;
  234. position: relative;
  235. }
  236. .course-detail .course-detail-title {
  237. font-size: 36rpx;
  238. font-weight: 700;
  239. font-family: PingFang-SC-Bold;
  240. color: #292929;
  241. letter-spacing: 1rpx;
  242. border-left: 3px solid #36a891;
  243. padding-left:12rpx;
  244. height: 36rpx;
  245. line-height: 36rpx;
  246. display: block;
  247. }
  248. .course-list-txt .voice {
  249. color: #37acaa;
  250. margin-left: 20rpx;
  251. font-size: 30rpx;
  252. border-radius: 30rpx;
  253. border: 1px solid #37acaa;
  254. padding-left: 18rpx;
  255. padding-right: 18rpx;
  256. }
  257. .circle {
  258. /* width: 49rpx;
  259. height: 49rpx;
  260. background: rgba(231, 231, 18, 0.329);
  261. border-radius: 50%;
  262. position: absolute;
  263. top: 10px;
  264. left: 145rpx; */
  265. }
  266. .course-c{
  267. width:690rpx;
  268. margin:0 auto;
  269. display: flex;
  270. flex-direction: column;
  271. /* padding-bottom: 150rpx; */
  272. box-sizing: border-box;
  273. }
  274. .course-p{
  275. width: 100%;
  276. height: 99rpx;
  277. opacity: 1;
  278. background: #9DDB52;
  279. border-radius: 20rpx 20rpx 0px 0px;
  280. margin-top:25rpx;
  281. color:white;
  282. padding:0 30rpx;
  283. box-sizing: border-box;
  284. display: flex;
  285. align-items: center;
  286. }
  287. .course-pb{
  288. width:100%;
  289. padding:30rpx;
  290. display: flex;
  291. flex-direction: column;
  292. box-sizing: border-box;
  293. background: white;
  294. border-radius: 0 0 20rpx 20rpx;
  295. }
  296. .course-pb .course-title {
  297. padding-left:0rpx;
  298. box-sizing: border-box;
  299. }
  300. .course-pb .course-title2{
  301. padding-left: 0rpx;
  302. padding-top: 10rpx;
  303. box-sizing: border-box;
  304. }