index.module.scss 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. .A3liuChao2 {
  2. position: absolute;
  3. top: 0;
  4. left: 0;
  5. width: 100%;
  6. height: 100%;
  7. z-index: 10;
  8. overflow: auto;
  9. :global {
  10. .A3box2 {
  11. width: 100%;
  12. height: 2120px;
  13. background-size: 100% 100%;
  14. padding-top: 112px;
  15. padding-top: 270px;
  16. .A3tit2 {
  17. display: flex;
  18. justify-content: center;
  19. &>img {
  20. width: 170px;
  21. height: 465px;
  22. }
  23. &>div {
  24. display: flex;
  25. align-items: center;
  26. margin-left: 42px;
  27. width: 677px;
  28. font-size: 24px;
  29. line-height: 36px;
  30. letter-spacing: 4px;
  31. }
  32. }
  33. .A3zhou2 {
  34. position: relative;
  35. background-size: 100% 100%;
  36. margin: 434px 0 122px 185px;
  37. width: 1229px;
  38. height: 671px;
  39. padding-top: 167px;
  40. .A3Ztop {
  41. width: 215px;
  42. height: auto;
  43. position: absolute;
  44. top: -114px;
  45. left: 106px;
  46. }
  47. .A3Ztxt {
  48. width: 650px;
  49. height: 460px;
  50. margin-left: 215px;
  51. overflow-y: auto;
  52. &>P {
  53. color: #170C07;
  54. font-size: 24px;
  55. line-height: 36px;
  56. margin-bottom: 30px;
  57. letter-spacing: 2px;
  58. font-family: 'kai';
  59. }
  60. }
  61. .A3Zimg {
  62. position: absolute;
  63. top: -46px;
  64. right: -330px;
  65. width: 616px;
  66. height: 800px;
  67. &>img {
  68. width: 100%;
  69. height: 710px;
  70. display: block;
  71. margin-bottom: 26px;
  72. }
  73. .A3ZimgBtn {
  74. padding: 0 60px;
  75. height: 64px;
  76. display: flex;
  77. align-items: center;
  78. &>img {
  79. pointer-events: auto;
  80. cursor: pointer;
  81. width: 64px;
  82. height: 64px;
  83. animation: yunShan 2s infinite linear;
  84. }
  85. .A3ZimgBtnNo {
  86. pointer-events: none;
  87. animation: none;
  88. opacity: 0.5;
  89. }
  90. &>p {
  91. font-size: 24px;
  92. width: calc(100% - 128px);
  93. padding: 0 5px;
  94. text-align: center;
  95. }
  96. }
  97. .A3ZimgBtn2 {
  98. &>img {
  99. opacity: 0 !important;
  100. }
  101. }
  102. }
  103. }
  104. .A3ZdiTxt {
  105. margin-top: 140px;
  106. font-size: 24px;
  107. line-height: 36px;
  108. width: 1423px;
  109. margin: 0 auto;
  110. letter-spacing: 1px;
  111. }
  112. }
  113. }
  114. }