index.module.scss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. .C1Architec {
  2. background-size: 100% 100%;
  3. position: relative;
  4. overflow: hidden;
  5. :global {
  6. .C1tit{
  7. pointer-events: none;
  8. transition: all .3s;
  9. position: absolute;
  10. z-index: 20;
  11. left: 50%;
  12. top: 140px;
  13. transform: translateX(-50%);
  14. text-align: center;
  15. &>p{
  16. margin-top: 20px;
  17. color: var(--themeColor);
  18. font-size: 18px;
  19. letter-spacing: 2px;
  20. font-weight: 700;
  21. }
  22. }
  23. .C1titHide{
  24. opacity: 0;
  25. }
  26. .C1bs {
  27. position: absolute;
  28. z-index: 3;
  29. left: 40px;
  30. top: 40%;
  31. transform: translateY(-50%);
  32. background-image: url('../../assets/img/tab3//btn_cunluo.png');
  33. background-size: 100% 100%;
  34. width: 80px;
  35. min-height: 200px;
  36. text-align: center;
  37. padding: 24px 20px;
  38. &>img {
  39. cursor: pointer;
  40. display: inline-block;
  41. padding: 10px 0;
  42. }
  43. .C1noneImg {
  44. opacity: .5;
  45. pointer-events: none;
  46. }
  47. &>div {
  48. height: calc(100% - 120px);
  49. display: flex;
  50. flex-direction: column;
  51. font-size: 20px;
  52. color: var(--themeColor2);
  53. text-shadow: 1px 1px black;
  54. padding: 0 10px;
  55. }
  56. }
  57. .C1main {
  58. pointer-events: none;
  59. position: absolute;
  60. top: 0;
  61. left: 0;
  62. width: 100%;
  63. height: 100%;
  64. z-index: 2;
  65. overflow-x: auto;
  66. &::-webkit-scrollbar {
  67. width: 0px;
  68. height: 0px;
  69. }
  70. .C1mainBox {
  71. height: 100%;
  72. width: auto;
  73. white-space: nowrap;
  74. display: inline-block;
  75. .C1row {
  76. opacity: 0;
  77. transition: all .3s;
  78. display: inline-block;
  79. min-width: 400px;
  80. width: 25vw;
  81. height: 100%;
  82. background: linear-gradient(rgba(45, 40, 37, 0), rgba(45, 40, 37, 1));
  83. padding-top: 160px;
  84. position: relative;
  85. &::before {
  86. content: '';
  87. position: absolute;
  88. top: 0;
  89. left: 0;
  90. width: 1px;
  91. height: 100%;
  92. background: linear-gradient(rgba(252, 233, 172, 0), rgba(252, 233, 172, 1), rgba(252, 233, 172, 0));
  93. }
  94. &::after {
  95. content: '';
  96. position: absolute;
  97. top: 0;
  98. right: 0;
  99. width: 1px;
  100. height: 100%;
  101. background: linear-gradient(rgba(252, 233, 172, 0), rgba(252, 233, 172, 1), rgba(252, 233, 172, 0));
  102. }
  103. &>h1 {
  104. font-weight: 400;
  105. text-align: center;
  106. font-size: 22px;
  107. letter-spacing: 2px;
  108. color: var(--themeColor2);
  109. }
  110. .C1line {
  111. width: 80%;
  112. margin: 6px auto;
  113. height: 16px;
  114. background-image: url('../../assets/img/line.png');
  115. background-size: 100% 100%;
  116. }
  117. &>img {
  118. width: 100%;
  119. height: calc(100% - 240px);
  120. pointer-events: none;
  121. object-fit: contain;
  122. }
  123. &>P {
  124. width: 100%;
  125. padding: 6px 10px;
  126. margin-top: 20px;
  127. height: 150px;
  128. color: #fff;
  129. white-space: normal;
  130. letter-spacing: 2px;
  131. line-height: 20px;
  132. }
  133. }
  134. .C1rowShow {
  135. opacity: 1;
  136. }
  137. }
  138. }
  139. .C1cent {
  140. position: absolute;
  141. bottom: 0;
  142. height: 100%;
  143. width: 100%;
  144. overflow-y: auto;
  145. &::-webkit-scrollbar {
  146. width: 0px;
  147. height: 0px;
  148. }
  149. .C1cent1 {
  150. position: absolute;
  151. bottom: 180px;
  152. height: 400px;
  153. width: auto;
  154. white-space: nowrap;
  155. display: inline-block;
  156. .C1crow {
  157. cursor: pointer;
  158. position: relative;
  159. display: inline-block;
  160. min-width: 400px;
  161. width: 25vw;
  162. height: 100%;
  163. transition: all .3s;
  164. z-index: 2;
  165. &>img {
  166. width: 100%;
  167. height: 100%;
  168. object-fit: contain;
  169. }
  170. &>p {
  171. z-index: 10;
  172. position: absolute;
  173. bottom: -40px;
  174. left: 50%;
  175. transform: translateX(-50%);
  176. font-size: 20px;
  177. color: var(--themeColor);
  178. letter-spacing: 2px;
  179. pointer-events: none;
  180. }
  181. }
  182. .C1crowNone {
  183. opacity: 0;
  184. }
  185. }
  186. }
  187. .C1Bac {
  188. position: absolute;
  189. bottom: 180px;
  190. left: 0;
  191. width: 100%;
  192. height: 400px;
  193. background-color: #655b54;
  194. overflow-y: auto;
  195. &::-webkit-scrollbar {
  196. width: 0px;
  197. height: 0px;
  198. }
  199. .C1Bmove {
  200. width: 200%;
  201. height: 100%;
  202. background-size: 100% 100%;
  203. }
  204. }
  205. }
  206. }