chemicalDetail.wxss 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331
  1. .course.data-v-a5e073c8 {
  2. height: 100%;
  3. display: flex;
  4. box-sizing: border-box;
  5. }
  6. .course .info-max-box.data-v-a5e073c8 {
  7. flex: 1;
  8. overflow: scroll;
  9. }
  10. .course .header.data-v-a5e073c8 {
  11. width: 750rpx;
  12. min-height: 200rpx;
  13. background: #fff;
  14. display: flex;
  15. justify-content: flex-start;
  16. }
  17. .course .header .header-l.data-v-a5e073c8 {
  18. width: 120rpx;
  19. height: 120rpx;
  20. background: #fff;
  21. border-radius: 60rpx;
  22. margin: 40rpx 40rpx 0 30rpx;
  23. }
  24. .course .header .header-l >._img.data-v-a5e073c8 {
  25. width: 120rpx;
  26. height: 120rpx;
  27. }
  28. .course .header .header-r.data-v-a5e073c8 {
  29. flex: 1;
  30. }
  31. .course .header .header-r .header-r-t.data-v-a5e073c8 {
  32. display: flex;
  33. justify-content: flex-start;
  34. align-items: center;
  35. margin-top: 24rpx;
  36. }
  37. .course .header .header-r .header-r-t >view.data-v-a5e073c8:nth-of-type(1) {
  38. font-weight: 400;
  39. font-size: 30rpx;
  40. color: #333;
  41. line-height: 42rpx;
  42. }
  43. .course .header .header-r .header-r-t >view.data-v-a5e073c8:nth-of-type(2) {
  44. font-weight: 400;
  45. font-size: 24rpx;
  46. color: #0183fa;
  47. background: #fff;
  48. border-radius: 6rpx;
  49. border: 1rpx solid #0183fa;
  50. padding: 6rpx 16rpx;
  51. box-sizing: border-box;
  52. margin: 0 10rpx 0 14rpx;
  53. }
  54. .course .header .header-r .header-r-t >view.data-v-a5e073c8:nth-of-type(3) {
  55. font-size: 24rpx;
  56. border-radius: 6rpx;
  57. padding: 6rpx 14rpx;
  58. box-sizing: border-box;
  59. }
  60. .course .header .header-r .header-r-t .color-A.data-v-a5e073c8 {
  61. color: #999;
  62. background: #ededed;
  63. }
  64. .course .header .header-r .header-r-t .color-B.data-v-a5e073c8 {
  65. color: #0183fa;
  66. background: rgba(1,131,250,0.2);
  67. }
  68. .course .header .header-r .header-r-t .color-C.data-v-a5e073c8 {
  69. color: #2b80ff;
  70. background: rgba(43,128,255,0.2);
  71. }
  72. .course .header .header-r .header-r-b.data-v-a5e073c8 {
  73. font-size: 30rpx;
  74. font-family: PingFang SC-Medium, PingFang SC;
  75. font-weight: 400;
  76. color: #333;
  77. line-height: 42rpx;
  78. margin-top: 24rpx;
  79. }
  80. .course .header .header-r .header-r-b2.data-v-a5e073c8 {
  81. font-size: 30rpx;
  82. font-family: PingFang SC-Medium, PingFang SC;
  83. font-weight: 400;
  84. color: #333;
  85. line-height: 42rpx;
  86. margin-top: 24rpx;
  87. margin-bottom: 20rpx;
  88. display: flex;
  89. justify-content: space-between;
  90. }
  91. .course .header .header-r .header-r-b2 .risk.data-v-a5e073c8 {
  92. width: 180rpx;
  93. height: 50rpx;
  94. border-radius: 80rpx;
  95. opacity: 1;
  96. border: 1rpx solid #f00;
  97. font-size: 28rpx;
  98. font-family: PingFang SC-Medium, PingFang SC;
  99. font-weight: 400;
  100. color: #f00;
  101. line-height: 50rpx;
  102. text-align: center;
  103. margin-right: 24rpx;
  104. }
  105. .course .header .header-r .header-r-b2 .ordinary.data-v-a5e073c8 {
  106. width: 180rpx;
  107. height: 50rpx;
  108. border-radius: 80rpx;
  109. opacity: 1;
  110. border: 1rpx solid #2bcb1d;
  111. font-size: 28rpx;
  112. font-family: PingFang SC-Medium, PingFang SC;
  113. font-weight: 400;
  114. color: #2bcb1d;
  115. line-height: 50rpx;
  116. text-align: center;
  117. margin-right: 24rpx;
  118. }
  119. .course .tabTitle.data-v-a5e073c8 {
  120. width: 100%;
  121. height: 100rpx;
  122. display: flex;
  123. justify-content: flex-start;
  124. align-items: center;
  125. margin-bottom: 20rpx;
  126. padding: 0 30rpx;
  127. box-sizing: border-box;
  128. }
  129. .course .tabTitle .tabTitle-li.data-v-a5e073c8 {
  130. position: relative;
  131. width: 120rpx;
  132. text-align: center;
  133. margin-right: 48rpx;
  134. }
  135. .course .tabTitle .tabTitle-li .tabTitle-text.data-v-a5e073c8 {
  136. display: inline-block;
  137. font-size: 30rpx;
  138. font-family: PingFang SC;
  139. font-weight: 500;
  140. color: #333;
  141. line-height: 82rpx;
  142. position: relative;
  143. }
  144. .course .tabTitle .tabTitle-li .tabTitle-text >text.data-v-a5e073c8 {
  145. position: absolute;
  146. min-width: 30rpx;
  147. min-height: 30rpx;
  148. border-radius: 54%;
  149. background: #e80000;
  150. font-size: 18rpx;
  151. font-family: PingFang SC-Medium, PingFang SC;
  152. font-weight: 400;
  153. color: #fff;
  154. text-align: center;
  155. line-height: 30rpx;
  156. margin-left: 6rpx;
  157. padding: 2rpx;
  158. box-sizing: border-box;
  159. }
  160. .course .tabTitle .tabTitle-li .tabTitle-text.on.data-v-a5e073c8 {
  161. color: #0183fa;
  162. }
  163. .course .tabTitle .tabTitle-li .tabTitle-across.data-v-a5e073c8 {
  164. width: 92rpx;
  165. height: 4rpx;
  166. background: #0183fa;
  167. border-radius: 2rpx;
  168. margin-left: 10rpx;
  169. display: none;
  170. }
  171. .course .tabTitle .tabTitle-li .tabTitle-across.on.data-v-a5e073c8 {
  172. display: block;
  173. }
  174. .course .list.data-v-a5e073c8 {
  175. width: 750rpx;
  176. margin-top: 20rpx;
  177. padding: 0 30rpx;
  178. box-sizing: border-box;
  179. }
  180. .course .list .list-border.data-v-a5e073c8 {
  181. width: 690rpx;
  182. height: auto;
  183. background: #fff;
  184. border-radius: 20rpx 20rpx 20rpx 20rpx;
  185. padding: 0 30rpx;
  186. box-sizing: border-box;
  187. margin-bottom: 20rpx;
  188. }
  189. .course .list .list-border .list-li.data-v-a5e073c8 {
  190. border-bottom: 1rpx solid #d8d8d8;
  191. display: flex;
  192. justify-content: space-between;
  193. }
  194. .course .list .list-border .list-li >text.data-v-a5e073c8:nth-of-type(1) {
  195. font-size: 28rpx;
  196. font-family: PingFang SC-Medium, PingFang SC;
  197. font-weight: 400;
  198. color: #333;
  199. line-height: 80rpx;
  200. }
  201. .course .list .list-border .list-li >text.data-v-a5e073c8:nth-of-type(2) {
  202. flex: 1;
  203. font-size: 28rpx;
  204. font-family: PingFang SC-Medium, PingFang SC;
  205. font-weight: 400;
  206. color: #333;
  207. line-height: 80rpx;
  208. text-align: right;
  209. overflow: hidden;
  210. text-overflow: ellipsis;
  211. white-space: nowrap;
  212. }
  213. .course .list .list-border .list-li.data-v-a5e073c8:last-child {
  214. border-bottom: none;
  215. }
  216. .course .list-tow .list-tow-li.data-v-a5e073c8 {
  217. width: 690rpx;
  218. height: auto;
  219. background: #fff;
  220. border-radius: 10rpx;
  221. padding-bottom: 20rpx;
  222. box-sizing: border-box;
  223. margin: 0 30rpx 20rpx;
  224. }
  225. .course .list-tow .list-tow-li .list-tow-li-t.data-v-a5e073c8 {
  226. position: relative;
  227. min-height: 110rpx;
  228. display: flex;
  229. justify-content: space-between;
  230. align-items: center;
  231. }
  232. .course .list-tow .list-tow-li .list-tow-li-t .list-tow-li-t-l.data-v-a5e073c8 {
  233. position: absolute;
  234. left: -15rpx;
  235. top: 76rpx;
  236. width: 30rpx;
  237. height: 30rpx;
  238. background: #f5f5f5;
  239. border-radius: 15rpx;
  240. }
  241. .course .list-tow .list-tow-li .list-tow-li-t .list-tow-li-t-c.data-v-a5e073c8 {
  242. min-height: 40rpx;
  243. font-size: 30rpx;
  244. font-family: PingFang SC-Medium, PingFang SC;
  245. font-weight: 400;
  246. line-height: 36rpx;
  247. margin-left: 30rpx;
  248. margin-right: 20rpx;
  249. border-radius: 20rpx;
  250. padding: 20rpx 20rpx;
  251. box-sizing: border-box;
  252. }
  253. .course .list-tow .list-tow-li .list-tow-li-t .list-tow-li-t-c2.data-v-a5e073c8 {
  254. background: rgba(31,165,13,0.2);
  255. border-radius: 0rpx 6rpx 0rpx 6rpx;
  256. font-size: 28rpx;
  257. font-family: PingFang SC-Medium, PingFang SC;
  258. font-weight: 400;
  259. color: #1fa50d;
  260. text-align: center;
  261. padding: 6rpx 12rpx;
  262. box-sizing: border-box;
  263. position: absolute;
  264. right: 0;
  265. top: 0;
  266. }
  267. .course .list-tow .list-tow-li .list-tow-li-t .list-tow-li-t-r.data-v-a5e073c8 {
  268. position: absolute;
  269. right: -15rpx;
  270. top: 76rpx;
  271. width: 30rpx;
  272. height: 30rpx;
  273. background: #f5f5f5;
  274. border-radius: 15rpx;
  275. }
  276. .course .list-tow .list-tow-li .list-tow-li-t .color-D.data-v-a5e073c8 {
  277. color: #07bc11;
  278. background: rgba(7,188,17,0.2);
  279. }
  280. .course .list-tow .list-tow-li .list-tow-li-t .color-E.data-v-a5e073c8 {
  281. color: #0183fa;
  282. background: rgba(1,131,250,0.2);
  283. }
  284. .course .list-tow .list-tow-li .list-tow-li-b.data-v-a5e073c8 {
  285. height: auto;
  286. border-top: 1px dotted #d8d8d8;
  287. margin: 0 30rpx;
  288. padding-top: 14rpx;
  289. box-sizing: border-box;
  290. }
  291. .course .list-tow .list-tow-li .list-tow-li-b .list-tow-li-b-li.data-v-a5e073c8 {
  292. display: flex;
  293. justify-content: space-between;
  294. }
  295. .course .list-tow .list-tow-li .list-tow-li-b .list-tow-li-b-li >text.data-v-a5e073c8:nth-of-type(1) {
  296. font-size: 28rpx;
  297. font-family: PingFang SC-Medium, PingFang SC;
  298. font-weight: 400;
  299. color: #666;
  300. line-height: 74rpx;
  301. }
  302. .course .list-tow .list-tow-li .list-tow-li-b .list-tow-li-b-li >text.data-v-a5e073c8:nth-of-type(2) {
  303. font-size: 28rpx;
  304. font-family: PingFang SC-Medium, PingFang SC;
  305. font-weight: 400;
  306. color: #333;
  307. line-height: 74rpx;
  308. }
  309. .course .null-img.data-v-a5e073c8 {
  310. width: 300rpx;
  311. height: 300rpx;
  312. display: block;
  313. margin: 140rpx auto 15rpx;
  314. }
  315. .course .null-p.data-v-a5e073c8 {
  316. text-align: center;
  317. color: #999;
  318. font-size: 28rpx;
  319. }
  320. .course .tip.data-v-a5e073c8 {
  321. font-size: 26rpx;
  322. font-family: PingFang SC-Medium, PingFang SC;
  323. font-weight: 400;
  324. color: #999;
  325. line-height: 37rpx;
  326. text-align: center;
  327. margin-top: 42rpx;
  328. padding-bottom: 140rpx;
  329. }