compress.css 5.1 KB

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