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

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