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