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

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