index.module.scss 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. .Sinicize {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. left: 50%;
  6. top: 50%;
  7. transform: translate(-50%, -50%);
  8. z-index: 1;
  9. overflow: hidden;
  10. background-color: rgba(255, 233, 182, 1);
  11. :global {
  12. .SinicizeScroll {
  13. width: 100%;
  14. height: 100%;
  15. overflow-x: auto;
  16. transition: all 0.3s ease-in-out;
  17. white-space: nowrap;
  18. -webkit-overflow-scrolling: touch;
  19. overscroll-behavior: none;
  20. &::-webkit-scrollbar {
  21. height: 0;
  22. }
  23. }
  24. }
  25. }
  26. .Sinicize1 {
  27. width: 737px;
  28. height: 100%;
  29. position: relative;
  30. background-position: center center;
  31. background-repeat: no-repeat;
  32. background-image: url('../../../assets/img/A6_sinicize_bg.jpg');
  33. background-color: rgba(255, 233, 182, 1);
  34. background-size: 100% 100%;
  35. display: inline-block;
  36. vertical-align: top;
  37. white-space: normal;
  38. :global {
  39. .title {
  40. position: absolute;
  41. top: 13%;
  42. left: 50%;
  43. transform: translateX(-122%);
  44. height: 100px;
  45. width: 275px;
  46. & > img {
  47. height: 100%;
  48. object-fit: contain;
  49. }
  50. }
  51. .S2text {
  52. position: absolute;
  53. top: 36%;
  54. left: 50%;
  55. transform: translateX(-117%);
  56. height: 60px;
  57. width: 287px;
  58. display: flex;
  59. flex-direction: column;
  60. gap: 10px;
  61. color: rgba(93, 96, 96, 1);
  62. font-weight: lighter;
  63. .line1 {
  64. width: 100%;
  65. height: 25px;
  66. & > img {
  67. height: 100%;
  68. object-fit: contain;
  69. }
  70. }
  71. .t2 {
  72. width: 87%;
  73. font-size: 15px;
  74. line-height: 24px;
  75. font-weight: 400;
  76. }
  77. }
  78. .zhufo,
  79. .pusha {
  80. position: absolute;
  81. top: 50%;
  82. left: 50%;
  83. transform: translate(-50%, -50%);
  84. opacity: 0.6;
  85. transition: all 0.3s ease-in-out;
  86. & > img {
  87. height: 100%;
  88. object-fit: contain;
  89. }
  90. &.active {
  91. opacity: 1;
  92. }
  93. }
  94. .zhufo {
  95. height: 335px;
  96. width: 280px;
  97. transform: translate(-12%, -50%);
  98. .name {
  99. font-size: 16px;
  100. font-weight: 500;
  101. color: rgba(170, 105, 77, 1);
  102. text-align: center;
  103. }
  104. }
  105. .pusha {
  106. height: 325px;
  107. width: 120px;
  108. transform: translate(45%, -50%);
  109. & > img {
  110. width: 100%;
  111. }
  112. .name {
  113. font-size: 16px;
  114. font-weight: 500;
  115. color: rgba(170, 105, 77, 1);
  116. text-align: center;
  117. }
  118. }
  119. .sinicizeBtn1,
  120. .sinicizeBtn2 {
  121. position: absolute;
  122. right: 2%;
  123. bottom: 5%;
  124. height: 80px;
  125. width: 80px;
  126. background: url('../../../assets/img/btn_tab.png') no-repeat center center;
  127. background-size: 100% 100%;
  128. display: flex;
  129. align-items: center;
  130. justify-content: center;
  131. font-size: 14px;
  132. font-weight: 500;
  133. color: rgba(255, 233, 182, 1);
  134. transition: all 0.3s ease-in-out;
  135. &.active {
  136. color: rgba(93, 30, 32, 1);
  137. background: url('../../../assets/img/btn_tabAc.png') no-repeat center center;
  138. background-size: 100% 100%;
  139. }
  140. }
  141. .sinicizeBtn1 {
  142. bottom: 21%;
  143. }
  144. }
  145. }
  146. .label {
  147. transform: scale(1.5);
  148. position: absolute;
  149. height: 30px;
  150. width: fit-content;
  151. display: flex;
  152. align-items: center;
  153. color: rgba(124, 75, 54, 1);
  154. font-weight: 500;
  155. font-size: 9px;
  156. :global {
  157. .btn {
  158. width: 40px;
  159. height: 15px;
  160. background-position: center center;
  161. background-repeat: no-repeat;
  162. background-image: url('../../../assets/img/A6_sinicize_btn1.png');
  163. background-size: 100% 100%;
  164. background-color: rgba(255, 233, 182, 1);
  165. text-align: center;
  166. line-height: 17px;
  167. animation: fadeInOut 3s linear infinite;
  168. }
  169. .arrowL,
  170. .arrowR {
  171. width: 10px;
  172. position: relative;
  173. height: 0;
  174. border-bottom: 1px dashed rgba(124, 75, 54, 1);
  175. animation: fadeInOut 3s linear infinite;
  176. .dot {
  177. position: absolute;
  178. width: 4px;
  179. height: 4px;
  180. background-color: rgba(124, 75, 54, 1);
  181. border-radius: 50%;
  182. }
  183. }
  184. .arrowL {
  185. .dot {
  186. left: -5px;
  187. top: -1px;
  188. }
  189. }
  190. .arrowR {
  191. .dot {
  192. right: -5px;
  193. top: -1px;
  194. }
  195. }
  196. // .arrowL {
  197. // &::after {
  198. // content: '';
  199. // position: absolute;
  200. // left: -6px;
  201. // top: 50%;
  202. // transform: translateY(-1px);
  203. // // 箭头三角形(向左)
  204. // border-right: 4px solid rgb(124, 75, 54);
  205. // border-top: 3px solid transparent;
  206. // border-bottom: 3px solid transparent;
  207. // }
  208. // }
  209. // .arrowR {
  210. // &::after {
  211. // content: '';
  212. // position: absolute;
  213. // right: -5px;
  214. // top: 50%;
  215. // transform: translateY(-1px);
  216. // border-left: 4px solid rgb(124, 75, 54);
  217. // border-top: 3px solid transparent;
  218. // border-bottom: 3px solid transparent;
  219. // }
  220. // }
  221. }
  222. }
  223. .Sinicize2 {
  224. width: fit-content;
  225. height: 100%;
  226. position: relative;
  227. display: inline-block;
  228. vertical-align: top;
  229. white-space: normal;
  230. :global {
  231. .scroll {
  232. width: fit-content;
  233. height: 100%;
  234. display: inline-block;
  235. vertical-align: top;
  236. white-space: nowrap;
  237. .yearItem {
  238. width: fit-content;
  239. height: 100%;
  240. display: inline-block;
  241. vertical-align: top;
  242. background-color: #fff;
  243. .year {
  244. width: 100px;
  245. height: 100%;
  246. font-size: 20px;
  247. font-weight: 500;
  248. color: rgba(255, 233, 182, 0.6);
  249. text-align: center;
  250. background-size: 100% 100%;
  251. box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
  252. display: inline-block;
  253. vertical-align: top;
  254. .yearContainner {
  255. width: 100%;
  256. height: 100%;
  257. .txt {
  258. writing-mode: vertical-rl;
  259. text-align: left;
  260. letter-spacing: 4px;
  261. width: 100%;
  262. padding: 50px 40%;
  263. padding-bottom: 10px;
  264. height: 44%;
  265. }
  266. .front {
  267. width: 100%;
  268. height: 50%;
  269. padding: 0 10px;
  270. font-size: 15px;
  271. line-height: 24px;
  272. font-weight: 400;
  273. overflow: auto;
  274. mask-image: linear-gradient(
  275. to bottom,
  276. rgba(0, 0, 0, 1) 0%,
  277. rgba(0, 0, 0, 1) 70%,
  278. /* 保留顶部70%不透明 */ rgba(255, 255, 255, 0.3) 100% /* 底部30%完全透明 */
  279. );
  280. -webkit-mask-image: linear-gradient(
  281. to bottom,
  282. rgba(0, 0, 0, 1) 0%,
  283. rgba(0, 0, 0, 1) 70%,
  284. rgba(255, 255, 255, 0.3) 100%
  285. );
  286. &::-webkit-scrollbar {
  287. width: 0;
  288. height: 0;
  289. }
  290. }
  291. }
  292. }
  293. .year-zongjie {
  294. background: url(../../../assets/img/sinicize_jy.jpg) no-repeat center center;
  295. background-size: 100% 100%;
  296. width: 100px;
  297. .yearContainner {
  298. .txt {
  299. padding: 20px 40%;
  300. padding-top: 50px;
  301. letter-spacing: 2px;
  302. height: 35%;
  303. }
  304. .front {
  305. height: 65%;
  306. text-align: justify;
  307. padding: 0 20px;
  308. padding-bottom: 50px;
  309. }
  310. }
  311. }
  312. .jieyuDetail {
  313. background-image: url(../../../assets/img/A6_sinicize_jieyuBg.png);
  314. background-size: 100% 100%;
  315. background-position: center center;
  316. width: auto;
  317. height: 100%;
  318. display: inline-block;
  319. vertical-align: top;
  320. overflow: hidden;
  321. transition: all 0.6s ease-in-out;
  322. .jieyuDetailtxt {
  323. width: 500px;
  324. height: 100%;
  325. padding: 80px 160px 0 40px;
  326. font-size: 15px;
  327. font-weight: 400;
  328. color: rgba(93, 96, 96, 1);
  329. transition: opacity 1s ease-in-out, width 0.1s ease-in-out;
  330. line-height: 30px;
  331. text-indent: 2em;
  332. text-align: justify;
  333. white-space: normal;
  334. }
  335. }
  336. .jieyuDetailHide {
  337. .jieyuDetailtxt {
  338. width: 0;
  339. opacity: 0;
  340. padding: 0;
  341. }
  342. }
  343. }
  344. }
  345. }
  346. }
  347. .tip {
  348. width: 100%;
  349. height: 100%;
  350. position: fixed;
  351. top: 0;
  352. left: 0;
  353. background: rgba(0, 0, 0, 0.5);
  354. :global {
  355. .gesture {
  356. position: absolute;
  357. top: 20%;
  358. right: 3%;
  359. width: 71px;
  360. height: 100px;
  361. display: flex;
  362. align-items: center;
  363. flex-direction: column;
  364. justify-content: center;
  365. gap: 2px;
  366. font-size: 10px;
  367. font-weight: 500;
  368. color: #fff;
  369. & > img {
  370. width: 60px;
  371. height: 50px;
  372. object-fit: contain;
  373. }
  374. .txt {
  375. text-align: center;
  376. width: 100%;
  377. height: fit-content;
  378. font-size: 8px;
  379. font-weight: 500;
  380. color: #fff;
  381. }
  382. }
  383. .t1,
  384. .t2 {
  385. width: 77px;
  386. height: 25px;
  387. position: absolute;
  388. top: 50%;
  389. left: 50%;
  390. transform: translate(-50%, -50%);
  391. font-size: 8px;
  392. font-weight: 500;
  393. color: #fff;
  394. display: flex;
  395. flex-direction: column;
  396. justify-content: center;
  397. .txt {
  398. width: 60px;
  399. height: 22px;
  400. }
  401. .lineContainer {
  402. width: 100%;
  403. height: 5px;
  404. display: flex;
  405. align-items: center;
  406. justify-content: flex-end;
  407. .line {
  408. width: 60px;
  409. height: 0;
  410. border-bottom: 1px dashed #fff;
  411. }
  412. .ball {
  413. width: 5px;
  414. height: 5px;
  415. border-radius: 50%;
  416. background-color: #fff;
  417. }
  418. }
  419. }
  420. .t1 {
  421. transform: translate(317%, 34%);
  422. }
  423. .t2 {
  424. transform: translate(317%, 371%);
  425. }
  426. }
  427. }