style.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /* 产品功能 */
  2. .pinFun {
  3. padding-top: 100px;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. }
  8. .pinFun>h1 {
  9. color: #000;
  10. font-family: Microsoft YaHei;
  11. font-size: 36px;
  12. font-style: normal;
  13. font-weight: 700;
  14. line-height: normal;
  15. }
  16. .pinFun>ul {
  17. margin-top: 70px;
  18. margin-bottom: 100px;
  19. display: flex;
  20. justify-content: center;
  21. align-items: center;
  22. }
  23. .pinFun>ul li {
  24. margin-right: 30px;
  25. padding-bottom: 24px;
  26. width: 380px;
  27. border-radius: 16px;
  28. background: #FFF;
  29. box-shadow: 0px 0px 34px 0px #E4EBFC;
  30. }
  31. .pinFun>ul li:last-child {
  32. margin-right: 0;
  33. }
  34. .pinFun>ul li img {
  35. width: 100%;
  36. }
  37. .pinFun>ul li div:nth-child(2) {
  38. margin-top: 23px;
  39. margin-bottom: 16px;
  40. margin-left: 24px;
  41. color: #000;
  42. font-family: Microsoft YaHei;
  43. font-size: 24px;
  44. text-transform: capitalize;
  45. }
  46. .pinFun>ul li div:nth-child(3) {
  47. margin-left: 24px;
  48. color: #000;
  49. font-family: Microsoft YaHei;
  50. font-size: 14px;
  51. }
  52. .pinFun .odd {
  53. display: flex;
  54. justify-content: center;
  55. align-items: center;
  56. height: 648px;
  57. width: 100%;
  58. background: #F9FAFB;
  59. }
  60. .pinFun .odd>img {
  61. margin-right: 59px;
  62. width: 800px;
  63. }