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.

413 lines
8.9 KiB

4 weeks ago
  1. .bottom_rec{
  2. position: relative;
  3. width: 850px;
  4. height: 390px;
  5. margin-top: 30px;
  6. margin-left: 20px;
  7. }
  8. .bottom_rec .til{
  9. position: absolute;
  10. width: 100%;
  11. height: 40px;
  12. line-height: 40px;
  13. border-bottom: 1px #ccc solid;
  14. }
  15. .detail_rec{
  16. position: absolute;
  17. width: 100%;
  18. height: 360px;
  19. top: 60px;
  20. }
  21. .detail_rec .swiper-container1{
  22. position: relative;
  23. width: 100%;
  24. height: 100%;
  25. padding: 15px 0;
  26. overflow: hidden;
  27. }
  28. .detail_rec .swiper-slide{
  29. width: 100%;
  30. height: 100%;
  31. }
  32. .detail_rec .min_item,
  33. .detail_rec .special_item,
  34. .detail_rec .course_item{
  35. position: relative;
  36. width: 198px;
  37. height: 314px;
  38. margin: 0 6px;
  39. float: left;
  40. }
  41. .detail_rec .special_item:hover{
  42. box-shadow: 0px 0px 4px #BBB;
  43. }
  44. .detail_rec .course_item:hover{
  45. box-shadow: 0px 0px 4px #BBB;
  46. }
  47. .detail_rec .special_item .item_pic,
  48. .detail_rec .course_item .item_pic{
  49. position: relative;
  50. width: 198px;
  51. height: 121px;
  52. border-radius: 3px;
  53. overflow: hidden;
  54. }
  55. .detail_rec .special_item .item_type{
  56. position: absolute;
  57. width: 35px;
  58. height: 20px;
  59. background: #e93460;
  60. color: #fff;
  61. text-align: center;
  62. border: 2px #fff solid;
  63. font-size: 12px;
  64. border-radius: 12px;
  65. top: -8px;
  66. left: -8px;
  67. padding: 0 3px;
  68. z-index: 10;
  69. }
  70. .detail_rec .special_item .item_pic img,
  71. .detail_rec .course_item .item_pic img{
  72. width: 100%;
  73. height: 100%;
  74. }
  75. .detail_rec .special_item .item_name,
  76. .detail_rec .course_item .item_name{
  77. position: relative;
  78. width: 100%;
  79. box-sizing: border-box;
  80. padding: 12px 12px 0 12px;
  81. height: 44px;
  82. line-height: 16px;
  83. font-size: 14px;
  84. color: #212432;
  85. overflow: hidden;
  86. }
  87. .detail_rec .special_item .item_info,
  88. .detail_rec .course_item .item_info{
  89. position: relative;
  90. width: 100%;
  91. box-sizing: border-box;
  92. padding: 0 12px;
  93. height: 12px;
  94. line-height: 12px;
  95. font-size: 12px;
  96. margin-top: 19px;
  97. color: #777986;
  98. overflow: hidden;
  99. }
  100. .detail_rec .special_item .item_info .item_course_num,
  101. .detail_rec .course_item .item_info .item_course_num{
  102. float: left;
  103. }
  104. .detail_rec .special_item .item_info .item_study_num{
  105. float: right;
  106. margin-left: 10px;
  107. }
  108. .detail_rec .special_item .item_info .item_study_num:before{
  109. content: '';
  110. background: url("/edu/center/images/sprite/css_sprites.png") -158px -83px no-repeat;
  111. vertical-align: middle;
  112. display: inline-block;
  113. /* background-size: 8px 10px; */
  114. width: 8px;
  115. height: 10px;
  116. margin-top: -3px;
  117. margin-right: 3px;
  118. }
  119. /* 寰亴浣嶆帹鑽� */
  120. .detail_rec .min_item:hover{
  121. box-shadow: 0px 0px 4px #BBB;
  122. }
  123. .detail_rec .course_item:hover{
  124. box-shadow: 0px 0px 4px #BBB;
  125. }
  126. .detail_rec .min_item .item_pic{
  127. position: relative;
  128. width: 198px;
  129. height: 121px;
  130. border-radius: 3px;
  131. overflow: hidden;
  132. }
  133. .detail_rec .min_item .item_type{
  134. position: absolute;
  135. width: 45px;
  136. height: 20px;
  137. background: rgb(244,134,83);
  138. color: #fff;
  139. text-align: center;
  140. border: 2px #fff solid;
  141. font-size: 12px;
  142. border-radius: 12px;
  143. top: -8px;
  144. left: -8px;
  145. padding: 0 3px;
  146. z-index: 10;
  147. }
  148. .detail_rec .min_item .item_pic img{
  149. width: 100%;
  150. height: 100%;
  151. }
  152. .detail_rec .min_item .item_name{
  153. position: relative;
  154. width: 100%;
  155. box-sizing: border-box;
  156. padding: 12px 12px 0 12px;
  157. height: 44px;
  158. line-height: 16px;
  159. font-size: 14px;
  160. color: #212432;
  161. overflow: hidden;
  162. }
  163. .detail_rec .min_item .item_info{
  164. position: relative;
  165. width: 100%;
  166. box-sizing: border-box;
  167. padding: 0 12px;
  168. height: 12px;
  169. line-height: 12px;
  170. font-size: 12px;
  171. margin-top: 19px;
  172. color: #777986;
  173. overflow: hidden;
  174. }
  175. .detail_rec .min_item .item_info .item_course_num{
  176. float: left;
  177. }
  178. .detail_rec .min_item .item_info .item_study_num{
  179. float: left;
  180. margin-left: 10px;
  181. }
  182. .detail_rec .min_item .item_info .item_score{
  183. float: right;
  184. margin-right: 10px;
  185. }
  186. .detail_rec .min_item .item_info .item_study_num:before{
  187. content: '';
  188. background: url("/edu/center/images/sprite/css_sprites.png") -158px -83px no-repeat;
  189. vertical-align: middle;
  190. display: inline-block;
  191. /* background-size: 8px 10px; */
  192. width: 8px;
  193. height: 10px;
  194. margin-top: -3px;
  195. margin-right: 3px;
  196. }
  197. .detail_rec .min_item .item_intro{
  198. position: relative;
  199. width: 100%;
  200. height: 24px;
  201. line-height: 12px;
  202. font-size: 12px;
  203. color: #777986;
  204. box-sizing: border-box;
  205. margin-top: 12px;
  206. padding: 0 12px;
  207. overflow: hidden;
  208. }
  209. .detail_rec .min_item .item_btm{
  210. position: relative;
  211. width: 100%;
  212. height: 12px;
  213. line-height: 12px;
  214. color: #212432;
  215. font-size: 12px;
  216. box-sizing: border-box;
  217. padding: 0 12px;
  218. margin-top: 32px;
  219. }
  220. .detail_rec .min_item .item_btm .item_prise{
  221. position: absolute;
  222. width: 100%;
  223. font-size: 14px;
  224. }
  225. .detail_rec .min_item .item_btm .item_prise .item_new_prise{
  226. float: left;
  227. }
  228. .detail_rec .min_item .item_btm .item_prise .item_old_prise{
  229. float: left;
  230. margin-left: 5px;
  231. font-size: 10px;
  232. line-height: 14px;
  233. color: #777986;
  234. }
  235. .detail_rec .min_item .item_btm .item_prise .item_cut_prise{
  236. position: absolute;
  237. left: 0px;
  238. top: 15px;
  239. font-size: 10px;
  240. color: #ff5a00;
  241. background: #f8dbcc;
  242. padding: 1px;
  243. border-radius: 2px;
  244. }
  245. .detail_rec .min_item .item_btm .item_btn_buynow{
  246. float: right;
  247. z-index: 10;
  248. cursor: pointer;
  249. position: relative;
  250. margin-right: 10px;
  251. color:rgb(0, 186, 242);
  252. }
  253. ._order .min_item{
  254. width: 224px;
  255. height: 338px;
  256. }
  257. ._order .detail_rec .min_item .item_pic{
  258. width: 224px;
  259. height: 134px;
  260. }
  261. /* 寰亴浣嶆帹鑽愮粨鏉� */
  262. .detail_rec .course_item .item_info .item_study_num{
  263. float: left;
  264. margin-left: 10px;
  265. }
  266. .detail_rec .course_item .item_info .item_study_num:before{
  267. content: '';
  268. background: url("/edu/center/images/sprite/css_sprites.png") -158px -83px no-repeat;
  269. vertical-align: middle;
  270. display: inline-block;
  271. /* background-size: 8px 10px; */
  272. width: 8px;
  273. height: 10px;
  274. margin-top: -3px;
  275. margin-right: 3px;
  276. }
  277. .detail_rec .course_item .item_info .item_course_score{
  278. float: right;
  279. }
  280. .detail_rec .special_item .item_intro,
  281. .detail_rec .course_item .item_intro{
  282. position: relative;
  283. width: 100%;
  284. height: 29px;
  285. line-height: 16px;
  286. font-size: 12px;
  287. color: #777986;
  288. box-sizing: border-box;
  289. margin-top: 12px;
  290. padding: 0 12px;
  291. overflow: hidden;
  292. }
  293. .detail_rec .special_item .item_btm,
  294. .detail_rec .course_item .item_btm{
  295. position: relative;
  296. width: 100%;
  297. height: 12px;
  298. line-height: 12px;
  299. color: #212432;
  300. font-size: 12px;
  301. box-sizing: border-box;
  302. padding: 0 4px;
  303. margin-top: 30px;
  304. }
  305. .detail_rec .special_item .item_btm .item_prise,
  306. .detail_rec .course_item .item_btm .item_prise{
  307. position: absolute;
  308. width: 100%;
  309. font-size: 14px;
  310. }
  311. .detail_rec .special_item .item_btm .item_prise .item_new_prise,
  312. .detail_rec .course_item .item_btm .item_prise .item_new_prise{
  313. float: left;
  314. }
  315. .detail_rec .special_item .item_btm .item_prise .item_old_prise,
  316. .detail_rec .course_item .item_btm .item_prise .item_old_prise{
  317. float: left;
  318. margin-left: 5px;
  319. font-size: 10px;
  320. line-height: 14px;
  321. color: #777986;
  322. }
  323. .detail_rec .special_item .item_btm .item_prise .item_cut_prise{
  324. position: absolute;
  325. left: 0px;
  326. top: 15px;
  327. font-size: 10px;
  328. color: #ff5a00;
  329. background: #f8dbcc;
  330. padding: 1px;
  331. border-radius: 2px;
  332. }
  333. .detail_rec .special_item .item_btm .item_btn_buynow,
  334. .detail_rec .course_item .item_btm .item_btn_freesee{
  335. float: right;
  336. z-index: 10;
  337. cursor: pointer;
  338. position: relative;
  339. }
  340. .bottom_rec .item_old_prise .v_line{
  341. position: relative;
  342. width: 100%;
  343. height: 1px;
  344. background: #777986;
  345. top: -7px;
  346. }
  347. ._order{
  348. position: relative;
  349. width: 1200px;
  350. height: 416px;
  351. margin: 0 auto;
  352. margin-top: -70px;
  353. margin-bottom: 20px;
  354. }
  355. ._order .special_item,
  356. ._order .course_item{
  357. width: 224px;
  358. height: 338px;
  359. }
  360. .btn_next{
  361. position: absolute;
  362. width: 39px;
  363. height: 39px;
  364. right: -10px;
  365. top: 55%;
  366. margin-top: -50px;
  367. z-index: 10;
  368. cursor: pointer;
  369. background: url("/edu/center/images/sprite/css_sprites.png") -130px -10px no-repeat;
  370. }
  371. .btn_prev{
  372. position: absolute;
  373. width: 39px;
  374. height: 39px;
  375. left: -20px;
  376. top: 55%;
  377. margin-top: -50px;
  378. z-index: 10;
  379. cursor: pointer;
  380. background: url("/edu/center/images/sprite/css_sprites.png") -71px -10px no-repeat;
  381. display: block;
  382. }
  383. .btn_next:hover{
  384. background: url("/edu/center/images/car_rec/i_r1.png") 0 0 no-repeat;
  385. }
  386. .btn_prev:hover{
  387. background: url("/edu/center/images/car_rec/i_l1.png") 0 0 no-repeat;
  388. }
  389. ._order .detail_rec .special_item .item_pic,
  390. ._order .detail_rec .course_item .item_pic{
  391. width: 224px;
  392. height: 134px;
  393. }