compress.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280
  1. .fun-compress-box {
  2. width: 1200px;
  3. margin: 0 auto;
  4. text-align: center;
  5. }
  6. .fun-compress-box h1 {
  7. font-size: 32px;
  8. font-weight: bold;
  9. color: #000000;
  10. margin-top: 100px;
  11. margin-bottom: 100px;
  12. position: relative;
  13. }
  14. .fun-compress-box h1::after {
  15. content: '';
  16. display: block;
  17. width: 40px;
  18. height: 4px;
  19. background: #FF9623;
  20. border-radius: 2px;
  21. position: absolute;
  22. bottom: -18px;
  23. left: 50%;
  24. transform: translate(-50%);
  25. }
  26. .func-cont ul {
  27. margin-bottom: 80px;
  28. display: flex;
  29. flex-wrap: wrap;
  30. justify-content: space-between;
  31. }
  32. .func-cont ul li {
  33. width: 370px;
  34. height: 270px;
  35. background: #FFFFFF;
  36. box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  37. border-radius: 8px;
  38. text-align: center;
  39. }
  40. .func-cont ul li:nth-child(-n + 4) {
  41. margin-bottom: 40px;
  42. }
  43. .func-cont ul li img {
  44. text-align: center;
  45. margin-top: 70px;
  46. width: 100px;
  47. margin-bottom: 10px;
  48. }
  49. .func-cont ul li:nth-child(n + 4) img {
  50. margin-top: 63px;
  51. }
  52. .func-cont ul li p {
  53. color: #000000;
  54. font-size: 18px;
  55. font-weight: 600;
  56. text-align: center;
  57. }
  58. .func-cont>div {
  59. position: relative;
  60. display: flex;
  61. justify-content: center;
  62. align-items: center;
  63. margin: 0 auto;
  64. width: 500px;
  65. }
  66. .func-cont>div>a {
  67. position: relative;
  68. display: flex;
  69. justify-content: center;
  70. align-items: center;
  71. margin-right: 30px;
  72. border-radius: 12px;
  73. background: linear-gradient(98deg, #FFC33F -10.39%, #FF945F 69.77%);
  74. width: 221px;
  75. height: 60px;
  76. color: #FFF;
  77. font-family: Microsoft YaHei UI;
  78. font-size: 20px;
  79. font-weight: 700;
  80. overflow: hidden;
  81. }
  82. .func-cont>div>a::before {
  83. position: absolute;
  84. content: '';
  85. background-color: rgba(255, 255, 255, 0.15);
  86. width: 300px;
  87. height: 300px;
  88. border-radius: 50%;
  89. animation: spread 1.5s infinite;
  90. }
  91. .func-cont>div>a:last-child {
  92. margin-right: 0;
  93. }
  94. .func-cont>div>a>img {
  95. margin-right: 10px;
  96. width: 30px;
  97. }
  98. .func-cont>div>div {
  99. position: absolute;
  100. top: -19px;
  101. right: 196px;
  102. display: flex;
  103. justify-content: center;
  104. align-items: center;
  105. width: 54px;
  106. height: 30px;
  107. z-index: 10;
  108. }
  109. .func-cont>div>div>img {
  110. position: absolute;
  111. top: 0;
  112. left: 0;
  113. width: 100%;
  114. }
  115. .func-cont>div>div>span {
  116. color: #000;
  117. font-family: PingFang SC;
  118. font-size: 16px;
  119. font-style: normal;
  120. font-weight: 500;
  121. line-height: 100%;
  122. z-index: 10;
  123. }
  124. .compress-mid {
  125. width: 100%;
  126. height: 710px;
  127. background: url('/static/ebook/bg1.png') no-repeat center center;
  128. }
  129. .compress-mid h1 {
  130. font-size: 32px;
  131. color: #FFFFFF;
  132. font-weight: bold;
  133. text-align: center;
  134. padding-top: 150px;
  135. position: relative;
  136. }
  137. .compress-mid h1::after {
  138. content: '';
  139. display: block;
  140. width: 40px;
  141. height: 4px;
  142. background: #FFFFFF;
  143. border-radius: 2px;
  144. position: absolute;
  145. bottom: -20px;
  146. left: 50%;
  147. transform: translate(-50%);
  148. }
  149. .compress-mid ul {
  150. width: 1200px;
  151. margin: 0 auto;
  152. margin-top: 80px;
  153. display: flex;
  154. justify-content: space-between;
  155. }
  156. .compress-mid ul li {
  157. width: 272px;
  158. text-align: center;
  159. }
  160. .compress-mid ul li img.img-item-min {
  161. margin-top: 20px;
  162. }
  163. .compress-mid ul li p {
  164. margin-top: 8px;
  165. font-size: 16px;
  166. line-height: 33px;
  167. color: #FFFFFF;
  168. }
  169. .compress-mid ul li p.text-top {
  170. margin-top: 12px;
  171. font-size: 20px;
  172. }
  173. .section_2 {
  174. padding: 100px 0;
  175. }
  176. .section_2 ul {
  177. display: -webkit-box;
  178. display: -ms-flexbox;
  179. display: flex;
  180. -webkit-box-pack: center;
  181. -ms-flex-pack: center;
  182. justify-content: center;
  183. margin-top: 60px;
  184. }
  185. .section_2 ul li {
  186. width: 275px;
  187. height: 284px;
  188. background: #F8F9FB;
  189. border-radius: 16px;
  190. position: relative;
  191. overflow: hidden;
  192. }
  193. .section_2 ul li:nth-child(1) a {
  194. background: url("./bg_middle_question1.png") top center no-repeat;
  195. background-size: 275px 206px;
  196. }
  197. .section_2 ul li:nth-child(2) a {
  198. background: url("./bg_middle_question2.png") top center no-repeat;
  199. background-size: 275px 206px;
  200. }
  201. .section_2 ul li:nth-child(3) a {
  202. background: url("./bg_middle_question3.png") top center no-repeat;
  203. background-size: 275px 206px;
  204. }
  205. .section_2 ul li:nth-child(4) a {
  206. background: url("./bg_middle_question4.png") top center no-repeat;
  207. background-size: 275px 206px;
  208. }
  209. .section_2 ul li:not(:last-child) {
  210. margin-right: 33px;
  211. }
  212. .section_2 ul li a {
  213. width: 275px;
  214. height: 284px;
  215. display: inline-block;
  216. border-radius: 16px;
  217. }
  218. .section_2 ul li a:hover .text_box {
  219. height: 284px;
  220. top: 0;
  221. background: rgba(0, 0, 0, 0.7);
  222. color: #fff;
  223. }
  224. .section_2 ul li a .text_box {
  225. width: 275px;
  226. height: 78px;
  227. color: #222222;
  228. font-size: 22px;
  229. display: -webkit-box;
  230. display: -ms-flexbox;
  231. display: flex;
  232. -webkit-box-align: center;
  233. -ms-flex-align: center;
  234. align-items: center;
  235. -webkit-box-pack: center;
  236. -ms-flex-pack: center;
  237. justify-content: center;
  238. background: #F8F9FB;
  239. position: absolute;
  240. left: 0;
  241. top: 206px;
  242. -webkit-transition: all 0.3s;
  243. -o-transition: all 0.3s;
  244. transition: all 0.3s;
  245. }