星火官网,前端页面(前台)
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.

product.css 6.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441
  1. .pro_content{
  2. background-color: white;
  3. }
  4. .pro_header{
  5. width: 100%;
  6. height: 3.9rem;
  7. position: relative;
  8. }
  9. .pro_header img{
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .suspension {
  14. position: absolute;
  15. left: 2rem;
  16. top: 1.3rem;
  17. color: white;
  18. }
  19. .suspension div {
  20. font-weight: bold;
  21. font-size: 0.4rem;
  22. margin-bottom: 0.4rem;
  23. }
  24. .suspension p {
  25. font-size: 0.16rem;
  26. }
  27. .piece {
  28. width: 100%;
  29. }
  30. .piece_color{
  31. background-color: #f5f6f9ff;
  32. }
  33. .piece_item{
  34. width: 13rem;
  35. margin:0 auto;
  36. padding: 1rem 0 0.4rem;
  37. }
  38. .area_titles{
  39. font-size: 0.4rem;
  40. color: #333333;
  41. font-weight: bold;
  42. text-align: center;
  43. margin-bottom: 0.4rem;
  44. }
  45. .area_comm p{
  46. color: #000000;
  47. font-size: 0.16rem;
  48. text-align: center;
  49. letter-spacing: 0.02rem;
  50. line-height: 0.3rem;
  51. margin: 0;
  52. }
  53. .area_content{
  54. margin-top: 0.4rem;
  55. }
  56. .area_list{
  57. display: flex;
  58. justify-content: space-between;
  59. }
  60. .area_item{
  61. border-radius: 0.1rem;
  62. background: #fefeffff;
  63. border: 1px solid #f1f4fc;
  64. padding: 0 0.2rem 0.1rem;
  65. box-sizing: border-box;
  66. background-color: #fefeff;
  67. text-align: center;
  68. cursor: pointer;
  69. }
  70. .area_item img{
  71. width: 0.56rem;
  72. height: 0.56rem;
  73. display: inline-block;
  74. margin: 0;
  75. }
  76. .area_item div{
  77. text-align: center;
  78. font-size: 0.24rem;
  79. font-weight: bold;
  80. letter-spacing: 0.02rem;
  81. color: #000000;
  82. line-height: 0.6rem;
  83. }
  84. .area_item p {
  85. color: #666666;
  86. text-align: left;
  87. line-height: 0.3rem;
  88. font-size: 0.16rem;
  89. letter-spacing: 0.02rem;
  90. }
  91. .three{
  92. width: calc(33% - 0.2rem);
  93. }
  94. .four {
  95. width: calc(25% - 0.2rem);
  96. }
  97. .school_flex{
  98. display: flex;
  99. margin-top: 1rem;
  100. justify-content: center;
  101. }
  102. .school_img{
  103. width: 4.7rem;
  104. height: 4.7rem;
  105. }
  106. .school{
  107. width: 4rem;
  108. text-align: right;
  109. position: relative;
  110. }
  111. .school_item{
  112. width: 2.4rem;
  113. height: 0.4rem;
  114. background-color: white;
  115. border-radius: 0.04rem;
  116. box-shadow: 0 0 0.12rem #0000001a;
  117. display: flex;
  118. align-items: center;
  119. flex-direction: row-reverse;
  120. position: absolute;
  121. right: 0.5rem;
  122. }
  123. .school_itemr {
  124. width: 2.4rem;
  125. height: 0.4rem;
  126. background-color: white;
  127. border-radius: 0.04rem;
  128. box-shadow: 0 0 0.12rem #0000001a;
  129. display: flex;
  130. align-items: center;
  131. position: absolute;
  132. left: 0.5rem;
  133. }
  134. .school span{
  135. color: #2d8cf0;
  136. font-size: 0.16rem;
  137. text-align: center;
  138. }
  139. .school img{
  140. width: 0.54rem;
  141. height: 0.54rem;
  142. margin-right: -0.1rem;
  143. margin-left: 0.2rem;
  144. }
  145. .area_item:hover{
  146. box-shadow: 0 0 0.12rem #0000001a;
  147. transform: translate(0, -4px);
  148. }
  149. .school_itemr img{
  150. margin-left: -0.1rem;
  151. margin-right: 0.2rem;
  152. }
  153. .s1{
  154. top: 0.8rem;
  155. }
  156. .s2{
  157. top:2.4rem;
  158. right: 0.8rem;
  159. }
  160. .s3 {
  161. top: 4rem;
  162. }
  163. .s4 {
  164. top: 0.8rem;
  165. }
  166. .s5 {
  167. top: 2.4rem;
  168. left: 0.8rem;
  169. }
  170. .s6 {
  171. top: 4rem;
  172. }
  173. .exam_lbt{
  174. margin-top: 0.4rem;
  175. }
  176. .exam_container{
  177. display: flex;
  178. }
  179. .exam_pagination{
  180. display: inline-block;
  181. width: 3rem;
  182. margin-right: 0.2rem;
  183. }
  184. .exam_item {
  185. height: 0.9rem;
  186. margin-bottom: 0.2rem;
  187. }
  188. .exam_item img{
  189. width: 100%;
  190. height: 100%;
  191. }
  192. .exam_content {
  193. width: 7rem;
  194. height: 5rem;
  195. position: relative;
  196. overflow: hidden;
  197. }
  198. .show_exam{
  199. width: 100%;
  200. height: 100%;
  201. position: absolute;
  202. top: 0;
  203. left: 0;
  204. }
  205. .exam_slide{
  206. width: 100%;
  207. height: 100%;
  208. }
  209. .exam_content img {
  210. width: 100%;
  211. height: 100%;
  212. /* object-fit: cover; */
  213. }
  214. .exam_slide{
  215. position: relative;
  216. }
  217. .exam_slide span{
  218. position: absolute;
  219. }
  220. .area_client {
  221. margin-top: 1rem;
  222. }
  223. .area_top {
  224. display: flex;
  225. }
  226. .area_left {
  227. flex: 3;
  228. text-align: right;
  229. }
  230. .area_num {
  231. color: #2d8cf0;
  232. font-weight: bold;
  233. font-size: 0.48rem;
  234. }
  235. .area_tit {
  236. color: #333333;
  237. font-weight: bold;
  238. font-size: 0.18rem;
  239. line-height: 0.6rem;
  240. }
  241. .area_jia {
  242. color: #2d8cf0;
  243. font-weight: bold;
  244. font-size: 0.36rem;
  245. margin-top: -0.1rem;
  246. }
  247. .area_com {
  248. color: #333333;
  249. font-size: 0.16rem;
  250. line-height: 0.3rem;
  251. text-align: left;
  252. }
  253. .area_right {
  254. flex: 3;
  255. text-align: left;
  256. }
  257. .area_spacing {
  258. padding-top: 0.3rem;
  259. height: 2.1rem;
  260. display: flex;
  261. flex-direction: column;
  262. }
  263. .area_li{
  264. display: flex;
  265. flex-direction: row-reverse;
  266. align-items: center;
  267. margin-bottom: 0.2rem;
  268. }
  269. .area_lis{
  270. display: flex;
  271. align-items: center;
  272. margin-bottom: 0.2rem;
  273. }
  274. .area_title{
  275. color: #333333;
  276. font-size: 0.18rem;
  277. font-weight: bold;
  278. margin-left: 0.1rem;
  279. }
  280. .area_top img {
  281. width: 6rem;
  282. height: 5rem;
  283. margin: 0 0.6rem;
  284. }
  285. .area_spacing img {
  286. width: 0.3rem;
  287. height: 0.3rem;
  288. margin: 0;
  289. }
  290. .area_approve {
  291. position: absolute;
  292. left: 50%;
  293. transform: translate(-50%, 0);
  294. }
  295. .area_bot {
  296. margin-top: 0.3rem;
  297. }
  298. .bot_con{
  299. width: 3rem;
  300. margin: 0 auto;
  301. }
  302. .bot_con img{
  303. width: 0.3rem;
  304. height: 0.3rem;
  305. }
  306. .area_teaching{
  307. display: flex;
  308. margin: 1rem 0 0.4rem;
  309. }
  310. .teach_item{
  311. padding: 0.6rem;
  312. box-sizing: border-box;
  313. height: 6.4rem;
  314. }
  315. .teach_title{
  316. display: inline-block;
  317. line-height: 0.38rem;
  318. width: 1rem;
  319. height: 0.34rem;
  320. border-radius: 0.2rem;
  321. border: 2px solid #333333;
  322. color: #000000;
  323. font-weight: bold;
  324. font-size: 0.2rem;
  325. text-align: center;
  326. margin-bottom: 0.3rem;
  327. }
  328. .teach_comm{
  329. color: #333333;
  330. font-size: 0.16rem;
  331. line-height: 0.3rem;
  332. }
  333. .teach_left{
  334. background-image: url("../img/product/teach_left.png");
  335. background-size: cover;
  336. }
  337. .teach_centre {
  338. background-image: url("../img/product/teach_centre.png");
  339. background-size: cover;
  340. }
  341. .teach_right {
  342. background-image: url("../img/product/teach_right.png");
  343. background-size: cover;
  344. }
  345. .area_ques{
  346. width: 100%;
  347. background-image: url("../img/product/ques.png");
  348. background-size: cover;
  349. }
  350. .ques_content{
  351. width: 100%;
  352. height: 7rem;
  353. position: relative;
  354. }
  355. .ques_item{
  356. width: 2rem;
  357. position: absolute;
  358. }
  359. .ques_left{
  360. top: 4rem;
  361. left: 2.5rem;
  362. }
  363. .ques_centre {
  364. top: 2.2rem;
  365. left: 50%;
  366. transform: translateX(-50%);
  367. }
  368. .ques_centre .ques_title{
  369. text-align: center;
  370. }
  371. .ques_right {
  372. width: 2rem;
  373. top: 4rem;
  374. right: 2.4rem;
  375. }
  376. .ques_right .ques_title{
  377. text-align: right;
  378. }
  379. .ques_title{
  380. color: #333333;
  381. font-weight: bold;
  382. font-size: 0.28rem;
  383. margin-bottom: 0.1rem;
  384. }
  385. .ques_comm {
  386. color: #333333;
  387. font-size: 0.16rem;
  388. line-height: 0.3rem;
  389. }
  390. .Microcourse{
  391. margin-top: 1rem;
  392. display: flex;
  393. justify-content: center;
  394. }
  395. .Microcourse .mic_pig{
  396. width: 7rem;
  397. height: 5rem;
  398. }
  399. .mic_item{
  400. width: 4.4rem;
  401. padding-right: 0.4rem;
  402. height: 2rem;
  403. display: flex;
  404. align-items: center;
  405. margin-bottom: 0.2rem;
  406. }
  407. .mic_title{
  408. color: #333333;
  409. font-size: 0.26rem;
  410. margin-bottom: 0.2rem;
  411. }
  412. .mic_comm{
  413. color: #666666;
  414. font-size: 0.16rem;
  415. line-height: 0.3rem;
  416. }
  417. .mic_item img{
  418. margin: 0 0.4rem;
  419. width: 0.46rem;
  420. height: 0.46rem;
  421. }
  422. .mic_item:hover{
  423. cursor: pointer;
  424. border-radius:0.04rem ;
  425. box-shadow: 0 0 0.12rem #0000001a;
  426. transform: translate(0, -4px);
  427. }