index.module.less 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .title {
  2. position: relative;
  3. text-align: center;
  4. font-size: 22px;
  5. font-weight: 600;
  6. color: #000000;
  7. line-height: 30px;
  8. letter-spacing: 1px;
  9. span {
  10. position: relative;
  11. z-index: 9;
  12. &::before {
  13. content: '';
  14. position: absolute;
  15. bottom: -6px;
  16. right: -12px;
  17. width: 111px;
  18. height: 39px;
  19. background: url('../images/co-person/title-1.png') no-repeat center;
  20. background-size: contain;
  21. z-index: -1;
  22. }
  23. }
  24. }
  25. .content {
  26. padding: 8px 24px 17px;
  27. font-size: 14px;
  28. color: rgba(0, 0, 0, 0.5);
  29. line-height: 24px;
  30. }
  31. .section1 {
  32. background: #fff;
  33. padding: 20px 0 30px;
  34. }
  35. .section2 {
  36. padding: 40px 0 50px;
  37. background: url('https://oss.dayaedu.com/klx/1699432209073img2-bg.png') no-repeat center #fff;
  38. background-size: cover;
  39. .content {
  40. padding-bottom: 22px;
  41. }
  42. }
  43. .section3 {
  44. background: #fff;
  45. padding: 45px 0 46px;
  46. }
  47. .section4 {
  48. position: relative;
  49. padding: 40px 0 50px;
  50. background: url('https://oss.dayaedu.com/klx/1699432226773img4-bg.png') no-repeat center #fff;
  51. background-size: cover;
  52. .iconTip {
  53. width: 40px;
  54. height: 40px;
  55. display: inline-block;
  56. position: absolute;
  57. top: 25px;
  58. left: 23px;
  59. background: url('../images/co-person/icon-tip.png') no-repeat center;
  60. background-size: contain;
  61. }
  62. .content {
  63. text-align: center;
  64. padding-bottom: 20px;
  65. }
  66. }
  67. .section5 {
  68. background: url('../images/co-person/download_bg.png') no-repeat bottom center;
  69. background-size: cover;
  70. min-height: 232px;
  71. position: relative;
  72. overflow: hidden;
  73. .stitle {
  74. display: block;
  75. margin: 28px auto 24px;
  76. width: 255px;
  77. height: 81px;
  78. }
  79. .btnGroup {
  80. display: flex;
  81. align-items: center;
  82. justify-content: center;
  83. }
  84. .btn {
  85. width: 125px;
  86. height: 46px;
  87. background-color: red;
  88. margin: 0 9px 0;
  89. }
  90. .btnIos {
  91. background: url('../images/co-person/btn-student.png') no-repeat center;
  92. background-size: contain;
  93. }
  94. .btnAndroid {
  95. background: url('../images/co-person/btn-teacher.png') no-repeat center;
  96. background-size: contain;
  97. }
  98. }
  99. .wxpopup {
  100. width: 100%;
  101. height: 100vh;
  102. position: fixed;
  103. top: 0;
  104. left: 0;
  105. background: rgba(0, 0, 0, 0.5);
  106. z-index: 9999;
  107. img {
  108. width: 88%;
  109. margin: 0 6%;
  110. }
  111. }