index.module.scss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .C1ArchitecM {
  2. background-size: 100% 100%;
  3. position: relative;
  4. :global {
  5. .C1Aguang {
  6. z-index: 20;
  7. pointer-events: none;
  8. position: absolute;
  9. top: -10%;
  10. left: 0;
  11. width: 100%;
  12. height: 80%;
  13. &>img {
  14. width: 100%;
  15. object-fit: contain;
  16. }
  17. }
  18. .C1Aname {
  19. position: absolute;
  20. z-index: 30;
  21. top: 8%;
  22. font-size: 24px;
  23. font-weight: 700;
  24. letter-spacing: 2px;
  25. padding-bottom: 30px;
  26. pointer-events: none;
  27. text-align: center;
  28. color: var(--themeColor);
  29. width: 100%;
  30. &>img {
  31. position: absolute;
  32. bottom: 0;
  33. left: 50%;
  34. transform: translateX(-50%);
  35. width: 60%;
  36. height: 16px;
  37. }
  38. }
  39. .C1bs {
  40. position: absolute;
  41. z-index: 3;
  42. right: 10px;
  43. top: 20px;
  44. background-image: url('../../assets/img/tab3//btn_cunluo.png');
  45. background-size: 100% 100%;
  46. width: 50px;
  47. text-align: center;
  48. padding: 16px 5px;
  49. &>img {
  50. display: inline-block;
  51. padding: 10px 0 5px;
  52. width: 20px;
  53. &:nth-of-type(2) {
  54. padding: 5px 0 10px;
  55. }
  56. }
  57. .C1noneImg {
  58. opacity: .3;
  59. pointer-events: none;
  60. }
  61. &>div {
  62. height: calc(100% - 100px);
  63. display: flex;
  64. flex-direction: column;
  65. font-size: 14px;
  66. color: var(--themeColor2);
  67. text-shadow: 1px 1px black;
  68. padding: 0 10px;
  69. }
  70. }
  71. .C1bsLong {
  72. background-image: url('../../assets/img/tab3//btn_cunluo2.png');
  73. }
  74. // 轮播图
  75. .C1Amain {
  76. position: absolute;
  77. bottom: 16%;
  78. height: calc(76% - 80px);
  79. width: 100%;
  80. z-index: 40;
  81. .mySwiper {
  82. width: 100%;
  83. height: 70%;
  84. position: relative;
  85. .C1AmainBac {
  86. position: absolute;
  87. top: 100px;
  88. left: 0;
  89. width: 100%;
  90. height: calc(100% - 100px);
  91. background-color: #655b53;
  92. background-size: 100% 100%;
  93. }
  94. .swiper-wrapper {
  95. height: 100%;
  96. position: relative;
  97. z-index: 3;
  98. .swiper-slide {
  99. position: relative;
  100. height: calc(100% - 100px);
  101. text-align: center;
  102. top: 100px;
  103. img {
  104. transition: all .3s;
  105. position: absolute;
  106. bottom: 0;
  107. left: 50%;
  108. transform: translateX(-50%);
  109. // width: 100%;
  110. height: 100%;
  111. // object-fit: fill;
  112. }
  113. }
  114. .swiper-slideBig {
  115. // transform: scale(1.4);
  116. // top: 52px;
  117. &>img {
  118. height: calc(100% + 100px);
  119. max-height: 150%;
  120. max-width: 150%;
  121. }
  122. // height: calc(100% - 10px);
  123. }
  124. }
  125. }
  126. // 底部介绍
  127. .C1Atxt {
  128. width: 100%;
  129. height: 30%;
  130. display: flex;
  131. justify-content: center;
  132. align-items: center;
  133. padding: 5px 20px;
  134. &>div {
  135. max-width: 100%;
  136. max-height: 100%;
  137. overflow-y: auto;
  138. padding-right: 4px;
  139. color: var(--themeColor);
  140. letter-spacing: 2px;
  141. }
  142. }
  143. }
  144. }
  145. }