index.module.scss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. .Bwwq {
  2. width: auto;
  3. height: 100%;
  4. background: url('../../../../../assets/img/A6_sinicize_bg2_4.jpg') repeat-x center bottom;
  5. background-size: 100% 100%;
  6. overflow: hidden;
  7. transition: all 0.3s ease-in-out;
  8. display: inline-block;
  9. vertical-align: top;
  10. &:global(.detailShow) {
  11. :global {
  12. .left,
  13. .right {
  14. opacity: 1;
  15. transition: all 1s ease-in-out, opacity 0.3s ease-in-out;
  16. }
  17. }
  18. }
  19. &:global(.detailHide) {
  20. :global {
  21. .left,
  22. .right {
  23. width: 0;
  24. opacity: 0;
  25. transition: all 0.6s ease-in-out;
  26. }
  27. }
  28. }
  29. :global {
  30. .point {
  31. position: absolute;
  32. top: 50%;
  33. left: 50%;
  34. transform: translate(-50%, -50%);
  35. width: 225px;
  36. height: 60px;
  37. & > img {
  38. position: absolute;
  39. z-index: -1;
  40. top: 50%;
  41. left: 50%;
  42. transform: translate(-50%, -50%);
  43. width: auto;
  44. height: 100%;
  45. object-fit: contain;
  46. }
  47. .pPoint {
  48. padding: 6px 0;
  49. padding-left: 55px;
  50. width: 100%;
  51. height: 100%;
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. justify-content: center;
  56. .pointTime,
  57. .pointTitle {
  58. padding-left: 10px;
  59. width: fit-content;
  60. height: 50%;
  61. font-size: 20px;
  62. font-weight: 500;
  63. color: rgba(124, 75, 54, 1);
  64. text-align: center;
  65. }
  66. }
  67. }
  68. .left {
  69. width: 242px;
  70. height: 100%;
  71. display: inline-block;
  72. vertical-align: top;
  73. position: relative;
  74. white-space: normal;
  75. .lTop {
  76. text-align: left;
  77. padding: 20px;
  78. padding-right: 0;
  79. padding-bottom: 0;
  80. width: 100%;
  81. height: 110px;
  82. font-size: 15px;
  83. line-height: 22px;
  84. font-weight: 400;
  85. color: rgba(93, 96, 96, 1);
  86. }
  87. .itemHotBtn {
  88. margin-top: 17px;
  89. margin-left: 15px;
  90. width: 80%;
  91. height: 56px;
  92. color: rgba(124, 75, 54, 1);
  93. font-size: 20px;
  94. cursor: pointer;
  95. position: relative;
  96. z-index: 2;
  97. display: flex;
  98. align-items: center;
  99. justify-content: center;
  100. & > img {
  101. position: absolute;
  102. z-index: -1;
  103. top: 50%;
  104. left: 50%;
  105. transform: translate(-50%, -50%);
  106. width: 180px;
  107. height: 100%;
  108. object-fit: fill;
  109. }
  110. .hotFocu {
  111. width: 35px;
  112. height: 35px;
  113. transform: translate(143%, -116%);
  114. }
  115. }
  116. .lContent {
  117. width: 100%;
  118. height: calc(100% - 100px);
  119. display: flex;
  120. gap: 5px;
  121. position: relative;
  122. .lImgBox {
  123. width: 550px;
  124. height: 100%;
  125. .pic {
  126. width: 100%;
  127. height: 100%;
  128. transition: all 0.6s ease-in-out;
  129. background-repeat: no-repeat;
  130. background-position: top right;
  131. background-size: contain;
  132. }
  133. & > img {
  134. height: 100%;
  135. object-fit: contain;
  136. }
  137. }
  138. .lInfo {
  139. padding-left: 20px;
  140. padding-top: 30px;
  141. width: 90%;
  142. height: 48%;
  143. display: flex;
  144. align-items: center;
  145. flex-direction: column;
  146. gap: 20px;
  147. overflow: auto;
  148. &::-webkit-scrollbar {
  149. width: 0px;
  150. height: 0px;
  151. }
  152. .item {
  153. width: 100%;
  154. height: fit-content;
  155. font-size: 13px;
  156. font-weight: 500;
  157. color: rgba(124, 75, 54, 1);
  158. .lTitle {
  159. width: 100%;
  160. height: fit-content;
  161. font-size: 19px;
  162. line-height: 24px;
  163. letter-spacing: 2px;
  164. font-weight: bold;
  165. color: rgba(124, 75, 54, 1);
  166. position: relative;
  167. z-index: 1;
  168. &::after {
  169. content: '';
  170. width: 32px;
  171. height: 7px;
  172. position: absolute;
  173. z-index: -1;
  174. top: 50%;
  175. left: 50%;
  176. transform: translate(-480%, 65%);
  177. background-color: rgb(197, 185, 144);
  178. }
  179. }
  180. .lText {
  181. font-size: 15px;
  182. line-height: 22px;
  183. font-weight: 400;
  184. color: rgb(93, 96, 96);
  185. height: fit-content;
  186. text-align: justify;
  187. margin-top: 5px;
  188. max-height: 90px;
  189. overflow: auto;
  190. &::-webkit-scrollbar {
  191. width: 0px;
  192. height: 0px;
  193. }
  194. & > span {
  195. color: rgb(169, 135, 99);
  196. }
  197. }
  198. }
  199. }
  200. }
  201. }
  202. .right {
  203. width: fit-content;
  204. height: 100%;
  205. display: inline-block;
  206. vertical-align: top;
  207. .RItems {
  208. width: fit-content;
  209. height: 100%;
  210. display: flex;
  211. align-items: center;
  212. gap: 10px;
  213. .item {
  214. width: 344px;
  215. height: 100%;
  216. position: relative;
  217. .pic {
  218. width: 100%;
  219. height: calc(100% - 15px);
  220. transition: all 0.6s ease-in-out;
  221. background-repeat: no-repeat;
  222. background-position: center center;
  223. background-size: contain;
  224. }
  225. .imgFromTxt {
  226. position: absolute;
  227. bottom: 5px;
  228. left: 0;
  229. width: 100%;
  230. height: 15px;
  231. font-size: 11px;
  232. color: rgba(151, 151, 151, 1);
  233. text-align: center;
  234. }
  235. .wq1 {
  236. transform: translate(-93%, 24%);
  237. width: 360px;
  238. .main {
  239. width: 160px;
  240. text-align: right;
  241. white-space: normal;
  242. .Cardtext {
  243. text-align: right;
  244. }
  245. }
  246. .dotRight {
  247. width: 85px;
  248. top: 7%;
  249. .card_arrowR {
  250. .line {
  251. border-top: 1px dashed rgba(93, 96, 96, 1);
  252. border-bottom: 1px dashed rgba(93, 96, 96, 1);
  253. }
  254. }
  255. }
  256. }
  257. .point7 {
  258. transform: translate(-142%, 121%);
  259. .pPoint {
  260. width: 417px;
  261. position: relative;
  262. top: -11px;
  263. left: -15px;
  264. }
  265. }
  266. }
  267. }
  268. }
  269. .itemHot {
  270. background-color: rgba(33, 30, 26, 0.8);
  271. backdrop-filter: blur(5px);
  272. position: fixed;
  273. z-index: 3;
  274. top: 0;
  275. left: 0;
  276. width: 100%;
  277. padding: 0 20px;
  278. height: 100%;
  279. display: flex;
  280. align-items: center;
  281. justify-content: center;
  282. .containner {
  283. width: 730px;
  284. height: 400px;
  285. display: flex;
  286. flex-direction: column;
  287. align-items: center;
  288. justify-content: center;
  289. gap: 20px;
  290. .closeItemHot {
  291. position: absolute;
  292. top: 33px;
  293. right: 44px;
  294. width: 80px;
  295. height: 40px;
  296. cursor: pointer;
  297. }
  298. .itemHot_title {
  299. width: 100%;
  300. height: 30px;
  301. font-size: 26px;
  302. color: rgba(255, 233, 182, 1);
  303. text-align: center;
  304. line-height: 24px;
  305. & > img {
  306. width: 20px;
  307. height: 20px;
  308. object-fit: contain;
  309. margin: 0 10px;
  310. display: inline-block;
  311. vertical-align: top;
  312. }
  313. }
  314. .itemHot_line {
  315. width: 100%;
  316. height: 30px;
  317. margin: 14px 0;
  318. & > img {
  319. width: 100%;
  320. height: 20px;
  321. object-fit: contain;
  322. }
  323. }
  324. .itemHot_content {
  325. width: 100%;
  326. height: 69%;
  327. display: flex;
  328. align-items: center;
  329. justify-content: space-between;
  330. font-size: 15px;
  331. line-height: 24px;
  332. color: rgba(255, 255, 255, 1);
  333. white-space: normal;
  334. gap: 20px;
  335. .itemHotL {
  336. width: 45%;
  337. height: 100%;
  338. & > img {
  339. width: 100%;
  340. height: 100%;
  341. object-fit: contain;
  342. }
  343. }
  344. .itemHotR {
  345. width: 55%;
  346. height: 100%;
  347. display: inline-block;
  348. vertical-align: top;
  349. }
  350. }
  351. }
  352. }
  353. }
  354. }