yuhaiTupian.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. max-width: 100%;
  5. margin: 0 auto;
  6. }
  7. /* line 8, ../sass/inc/_base.scss */
  8. * {
  9. box-sizing: border-box;
  10. }
  11. .icon-right-open-big:before {
  12. content: "\e766";
  13. }
  14. /* '\e766' */
  15. .o-slider-header-mobile {
  16. height: 100%;
  17. width: 100%;
  18. text-align: center;
  19. }
  20. /* line 9, ../sass/inc/_base.scss */
  21. a {
  22. color: #fff;
  23. font-size: 14px;
  24. letter-spacing: 0.125em;
  25. text-decoration: none;
  26. text-transform: uppercase;
  27. }
  28. /* line 16, ../sass/inc/_base.scss */
  29. h1 {
  30. text-transform: uppercase;
  31. margin: 0;
  32. padding: 0;
  33. font-size: 2.5rem;
  34. }
  35. /* line 22, ../sass/inc/_base.scss */
  36. .pre {
  37. display: inline-block;
  38. padding: 20px;
  39. background: #f1f1f1;
  40. box-shadow: 3px 3px 0 1px rgba(0, 0, 0, 0.1);
  41. width: 100%;
  42. }
  43. @-webkit-keyframes ball-scale-multiple {
  44. 0% {
  45. transform: scale(0) rotate(-90deg);
  46. opacity: 0;
  47. }
  48. 5% {
  49. opacity: 1;
  50. }
  51. 100% {
  52. transform: scale(1.2) rotate(90deg);
  53. opacity: 0;
  54. }
  55. }
  56. @keyframes ball-scale-multiple {
  57. 0% {
  58. transform: scale(0) rotate(-90deg);
  59. opacity: 0;
  60. }
  61. 5% {
  62. opacity: 1;
  63. }
  64. 100% {
  65. transform: scale(1.2) rotate(90deg);
  66. opacity: 0;
  67. }
  68. }
  69. /* line 1, ../sass/inc/_loader.scss */
  70. .loaderWrap {
  71. position: absolute;
  72. left: 0;
  73. top: 0;
  74. right: 0;
  75. bottom: 0;
  76. background: rgba(0, 0, 0, 0.2);
  77. z-index: 123333333;
  78. }
  79. /* line 10, ../sass/inc/_loader.scss */
  80. .ball-scale-multiple {
  81. position: absolute;
  82. top: 50%;
  83. left: 50%;
  84. transform: translate(-50%, 50%);
  85. }
  86. /* line 15, ../sass/inc/_loader.scss */
  87. .ball-scale-multiple>div {
  88. background-color: #fff;
  89. border-radius: 0;
  90. animation-fill-mode: both;
  91. position: absolute;
  92. left: -60px;
  93. top: -60px;
  94. opacity: 0;
  95. margin: 0;
  96. width: 120px;
  97. height: 120px;
  98. animation: ball-scale-multiple 1s 0s linear infinite;
  99. box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  100. }
  101. /* line 28, ../sass/inc/_loader.scss */
  102. .ball-scale-multiple>div:nth-child(1) {
  103. animation-delay: -1s;
  104. }
  105. /* line 31, ../sass/inc/_loader.scss */
  106. .ball-scale-multiple>div:nth-child(2) {
  107. animation-delay: -0.8s;
  108. }
  109. /* line 34, ../sass/inc/_loader.scss */
  110. .ball-scale-multiple>div:nth-child(3) {
  111. animation-delay: -0.6s;
  112. }
  113. /* line 37, ../sass/inc/_loader.scss */
  114. .ball-scale-multiple>div:nth-child(4) {
  115. animation-delay: -0.4s;
  116. }
  117. /* line 40, ../sass/inc/_loader.scss */
  118. .ball-scale-multiple>div:nth-child(5) {
  119. animation-delay: -0.2s;
  120. }
  121. /* line 7, ../sass/style.scss */
  122. .a-container {
  123. width: 1170px;
  124. margin: 20px auto;
  125. }
  126. /* line 12, ../sass/style.scss */
  127. .a-1_2 {
  128. width: 48%;
  129. display: inline-block;
  130. margin: 0 1%;
  131. }
  132. /* line 17, ../sass/style.scss */
  133. .o-sliderContainer {
  134. /* overflow: hidden; */
  135. position: relative;
  136. width: 100%;
  137. min-height: 200px;
  138. float: left;
  139. height: auto;
  140. }
  141. /* line 27, ../sass/style.scss */
  142. .o-sliderContainer.hasShadow {
  143. box-shadow: 0 39px 22px -29px rgba(0, 0, 0, 0.2);
  144. }
  145. /* line 39, ../sass/style.scss */
  146. .o-slider--item {
  147. height: auto;
  148. width: 0;
  149. background-position: center center;
  150. background-repeat: no-repeat;
  151. background-size: cover;
  152. position: relative;
  153. float: left;
  154. transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
  155. opacity: 0.6;
  156. transform: scale(0.95, 0.95);
  157. transform-origin: center center;
  158. z-index: 99;
  159. background-size: 40%;
  160. background-position: 95% 106%;
  161. }
  162. .o-slider-header {
  163. height: 100%;
  164. width: 100%;
  165. position: relative;
  166. overflow: scroll;
  167. }
  168. .o-slider-bg {
  169. position: absolute;
  170. height: 100%;
  171. width: 100%;
  172. display: flex;
  173. align-items: center;
  174. }
  175. .o-slider-header>img {
  176. /* max-width: 100%; */
  177. max-height: 100%;
  178. position: absolute;
  179. /* top: 50%;
  180. left: 50%;
  181. transform: translate(-50%, -50%); */
  182. /* transition: all 0.3s; */
  183. top:0;
  184. bottom:0;
  185. left:0;
  186. right:0;
  187. margin:auto;
  188. }
  189. .o-slider-header>video {
  190. width: 100%;
  191. height: 100%;
  192. }
  193. .o-slider-header iframe {
  194. width: 100%;
  195. height: 100%;
  196. }
  197. .content-top {
  198. height: 15%;
  199. text-align: center;
  200. padding-left: 30px;
  201. display: flex;
  202. align-items: center;
  203. }
  204. .content-top img {
  205. max-width: 86%;
  206. }
  207. .content-content {
  208. height: 45%;
  209. width: 100%;
  210. text-align: center;
  211. }
  212. .content-content img {
  213. height: 90%;
  214. /* margin: auto 0; */
  215. }
  216. .content-footer {
  217. padding-left: 30px;
  218. height: 20%;
  219. }
  220. .content-footer img {
  221. max-width: 60%;
  222. max-height: 100%;
  223. }
  224. .pinch-zoom-container {
  225. width: 100%;
  226. max-height: 100%;
  227. }
  228. /* line 52, ../sass/style.scss */
  229. /* .o-slider--item::after {
  230. content: '';
  231. position: absolute;
  232. top: 0;
  233. right: 0;
  234. bottom: 0;
  235. left: 0;
  236. background: rgba(0, 0, 0, 0.3);
  237. background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  238. background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0, 0, 0, 0.6)), color-stop(70%, transparent));
  239. background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  240. background: -o-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  241. background: -ms-linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  242. background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, transparent 70%);
  243. z-index: 0;
  244. } */
  245. /* line 65, ../sass/style.scss */
  246. .o-slider--item.isActive {
  247. opacity: 1;
  248. transform: scale(1, 1);
  249. }
  250. .o-slider--item.isActive img{
  251. max-height: 100%;
  252. /* width:30%; */
  253. }
  254. .hotImageClick{
  255. width: 80% !important;
  256. max-height: fit-content !important;
  257. top: 0 !important;
  258. /* transform: translate(-50%, 0%) !important; */
  259. padding: 10px;
  260. }
  261. .o-slider--item img {
  262. max-height: 100%;
  263. }
  264. /* line 69, ../sass/style.scss */
  265. .o-slider--item.isMoving {
  266. opacity: 0.6;
  267. transform: scale(0.95, 0.95);
  268. z-index: 100;
  269. }
  270. /* line 76, ../sass/style.scss */
  271. .o-slider {
  272. width: auto;
  273. position: relative;
  274. display: none;
  275. transition: all 0.2s cubic-bezier(0.7, 0.18, 0.53, 0.75);
  276. }
  277. /* line 81, ../sass/style.scss */
  278. .o-slider.isVisible {
  279. display: table;
  280. }
  281. /* line 86, ../sass/style.scss */
  282. .o-slider.isDraggable {
  283. cursor: move;
  284. }
  285. /* line 91, ../sass/style.scss */
  286. .o-slider-textWrap {
  287. left: 2%;
  288. bottom: 45px;
  289. height: auto;
  290. position: absolute;
  291. text-align: left;
  292. padding: 0 0 20px 0;
  293. width: 96%;
  294. transition: all 0.4s;
  295. opacity: 1;
  296. overflow: visible;
  297. perspective: 1000px;
  298. z-index: 2;
  299. }
  300. /* line 107, ../sass/style.scss */
  301. .isActive .o-slider-textWrap::after {
  302. width: 100%;
  303. left: 0;
  304. }
  305. /* line 112, ../sass/style.scss */
  306. .isActive .o-slider-paragraph {
  307. opacity: 1;
  308. transform: perspective(0) rotateY(0) translate(0, 0);
  309. transform-origin: 0 0;
  310. transition-delay: 1s;
  311. }
  312. /* line 119, ../sass/style.scss */
  313. .isActive .o-slider-title {
  314. opacity: 1;
  315. transform: perspective(0) rotateY(0) translate(0, 0);
  316. transform-origin: 0 0;
  317. transition-delay: 0.2s;
  318. }
  319. /* line 126, ../sass/style.scss */
  320. .isActive .o-slider-subTitle {
  321. opacity: 1;
  322. transform: perspective(0) rotateY(0) translate(0, 0);
  323. transform-origin: 0 0;
  324. transition-delay: 0.6s;
  325. }
  326. /* line 155, ../sass/style.scss */
  327. .o-slider-title {
  328. width: auto;
  329. margin: 0 0 5px 0;
  330. height: auto;
  331. color: #fff;
  332. text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  333. font-size: 1.4rem;
  334. display: inline-block;
  335. padding: 0;
  336. transition: all 0.4s;
  337. transform-origin: 0 0;
  338. transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  339. opacity: 0;
  340. position: relative;
  341. z-index: 1;
  342. }
  343. /* line 172, ../sass/style.scss */
  344. .o-slider-subTitle {
  345. width: auto;
  346. margin: 0 0 5px 0;
  347. height: auto;
  348. color: #fff;
  349. text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  350. font-size: 1.4rem;
  351. display: inline-block;
  352. padding: 0;
  353. transition: all 0.4s;
  354. transform-origin: 0 0;
  355. transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  356. opacity: 0;
  357. position: relative;
  358. z-index: 1;
  359. font-size: 1.2rem;
  360. }
  361. /* line 190, ../sass/style.scss */
  362. .o-slider-paragraph {
  363. width: auto;
  364. margin: 0 0 5px 0;
  365. height: auto;
  366. color: #fff;
  367. text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  368. font-size: 1.4rem;
  369. display: inline-block;
  370. padding: 0;
  371. transition: all 0.4s;
  372. transform-origin: 0 0;
  373. transform: perspective(1000px) rotateY(120deg) translate(100px, -100px);
  374. opacity: 0;
  375. position: relative;
  376. z-index: 1;
  377. font-size: 0.8rem;
  378. max-width: 100%;
  379. display: none;
  380. }
  381. @media screen and (min-width: 768px) {
  382. /* line 211, ../sass/style.scss */
  383. .o-slider-textWrap {
  384. left: 5%;
  385. width: 90%;
  386. }
  387. /* line 216, ../sass/style.scss */
  388. .o-slider-title {
  389. font-size: 1.8rem;
  390. }
  391. /* line 220, ../sass/style.scss */
  392. .o-slider-subTitle {
  393. font-size: 1.4rem;
  394. }
  395. /* line 224, ../sass/style.scss */
  396. .o-slider-paragraph {
  397. max-width: 60%;
  398. font-size: 1rem;
  399. display: block;
  400. }
  401. }
  402. @media screen and (min-width: 1024px) {
  403. /* line 232, ../sass/style.scss */
  404. .o-slider-pagination {
  405. bottom: 6%;
  406. }
  407. /* line 234, ../sass/style.scss */
  408. .o-slider-textWrap {
  409. left: 70px;
  410. width: 80%;
  411. bottom: 50px;
  412. }
  413. /* line 240, ../sass/style.scss */
  414. .o-slider-title {
  415. font-size: 2rem;
  416. }
  417. /* line 244, ../sass/style.scss */
  418. .o-slider-subTitle {
  419. font-size: 1.6rem;
  420. }
  421. /* line 248, ../sass/style.scss */
  422. .o-slider-paragraph {
  423. max-width: 40%;
  424. font-size: 1.2rem;
  425. }
  426. }
  427. /* line 299, ../sass/style.scss */
  428. .a-divider {
  429. display: block;
  430. width: 100%;
  431. height: 1px;
  432. margin: 2px 0;
  433. }
  434. /* line 306, ../sass/style.scss */
  435. .o-slider-controls {
  436. display: none;
  437. }
  438. /* line 309, ../sass/style.scss */
  439. .o-slider-controls.isVisible {
  440. display: block;
  441. }
  442. /* line 314, ../sass/style.scss */
  443. .o-slider-pagination {
  444. bottom: 20px;
  445. left: 0;
  446. position: absolute;
  447. text-align: center;
  448. width: 100%;
  449. z-index: 1444000;
  450. margin: 0;
  451. padding: 0;
  452. }
  453. /* line 324, ../sass/style.scss */
  454. .o-slider-pagination>li {
  455. border-radius: 50%;
  456. /* box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.9), 0 0 2px 0 rgba(0, 0, 0, 0.4) inset; */
  457. display: inline-block;
  458. position: relative;
  459. top: 0;
  460. right: 0;
  461. bottom: 0;
  462. left: 0;
  463. height: 8px;
  464. width: 8px;
  465. margin-left: 4px;
  466. margin-right: 4px;
  467. transition: all 250ms;
  468. cursor: pointer;
  469. /* background-clip: padding-box; */
  470. z-index: 100;
  471. background: #fff;
  472. }
  473. /* line 340, ../sass/style.scss */
  474. .o-slider-pagination>li.isActive {
  475. background-color: #19bbed;
  476. transform: scale(1.3, 1.3);
  477. }
  478. /* line 347, ../sass/style.scss */
  479. .o-slider--preview {
  480. position: absolute;
  481. top: -70px;
  482. right: auto;
  483. bottom: auto;
  484. left: -65px;
  485. opacity: 0;
  486. width: 140px;
  487. height: 60px;
  488. background-size: cover;
  489. background-position: center center;
  490. transition: all 250ms;
  491. z-index: -1;
  492. border: 3px solid #000;
  493. transform: scale(0.2, 0.2);
  494. transform-origin: center bottom;
  495. display: none;
  496. }
  497. /* line 362, ../sass/style.scss */
  498. .o-slider--preview::before {
  499. content: "";
  500. position: absolute;
  501. top: auto;
  502. right: auto;
  503. bottom: -13px;
  504. left: 50%;
  505. margin: 0 0 0 -5px;
  506. height: 0;
  507. width: 0;
  508. border-left: 10px solid transparent;
  509. border-right: 10px solid transparent;
  510. border-top: 10px solid #000;
  511. }
  512. /* line 374, ../sass/style.scss */
  513. .o-slider--preview.isActive, .o-slider-pagination li:hover .o-slider--preview {
  514. opacity: 1;
  515. position: absolute;
  516. top: -76px;
  517. right: auto;
  518. bottom: auto;
  519. left: -65px;
  520. transform: scale(1, 1);
  521. }
  522. @media screen and (min-width: 768px) {
  523. /* line 384, ../sass/style.scss */
  524. .o-slider--preview {
  525. display: block;
  526. }
  527. }
  528. /* line 389, ../sass/style.scss */
  529. .o-slider-arrows {
  530. margin: 0;
  531. list-style: none;
  532. display: block;
  533. }
  534. /* line 395, ../sass/style.scss */
  535. .o-slider-next, .o-slider-prev {
  536. position: fixed;
  537. top: 0;
  538. left: 0px;
  539. margin: -12px 0 0;
  540. width: 60px;
  541. z-index: 99;
  542. padding: 0;
  543. margin: 0;
  544. height: 60px;
  545. list-style: none;
  546. cursor: pointer;
  547. text-align: center;
  548. padding: 10px 25px;
  549. background: rgba(0, 0, 0, 0.4);
  550. display: inline-block;
  551. vertical-align: middle;
  552. line-height: 100%;
  553. transition: all 0.4s;
  554. top: 50%;
  555. transform: translateY(-50%);
  556. }
  557. /* line 416, ../sass/style.scss */
  558. .o-slider-next i, .o-slider-prev i {
  559. position: absolute;
  560. top: 50%;
  561. left: 0;
  562. /* margin: -12px 0 0; */
  563. text-align: center;
  564. width: 100%;
  565. font-size: 2.8rem;
  566. color: #fff;
  567. transform: translateY(-50%);
  568. }
  569. /* line 428, ../sass/style.scss */
  570. .o-slider-next {
  571. left: auto;
  572. right: 0px;
  573. }
  574. /* line 433, ../sass/style.scss */
  575. .isDisabled {
  576. opacity: 1;
  577. cursor: auto;
  578. }
  579. @media screen and (max-width: 1280px) {
  580. /* line 439, ../sass/style.scss */
  581. .a-container {
  582. width: 970px;
  583. }
  584. }
  585. @media screen and (max-width: 1024px) {
  586. /* line 445, ../sass/style.scss */
  587. .o-slider-arrows {
  588. display: none;
  589. }
  590. /* line 449, ../sass/style.scss */
  591. .o-sliderContainer {
  592. height: 450px;
  593. width: 100%;
  594. }
  595. /* line 455, ../sass/style.scss */
  596. .o-slider--item {
  597. height: 450px;
  598. }
  599. }
  600. @media screen and (max-width: 768px) {
  601. /* line 461, ../sass/style.scss */
  602. .a-container {
  603. width: 90%;
  604. margin: 20px auto;
  605. }
  606. /* line 466, ../sass/style.scss */
  607. .a-1_2 {
  608. width: 100%;
  609. display: block;
  610. margin: 0;
  611. }
  612. /* line 472, ../sass/style.scss */
  613. .o-slider-arrows {
  614. display: none;
  615. }
  616. /* line 476, ../sass/style.scss */
  617. .o-sliderContainer {
  618. height: 350px;
  619. }
  620. /* line 480, ../sass/style.scss */
  621. .o-slider--item {
  622. height: 350px;
  623. }
  624. /* line 484, ../sass/style.scss */
  625. .o-slider-panel img {
  626. left: -15%;
  627. width: 130%;
  628. }
  629. }
  630. @media screen and (max-width: 480px) {
  631. /* line 491, ../sass/style.scss */
  632. .o-slider--item {
  633. height: 270px;
  634. }
  635. /* line 494, ../sass/style.scss */
  636. /* line 500, ../sass/style.scss */
  637. .o-sliderContainer {
  638. height: 270px;
  639. }
  640. }
  641. /* line 505, ../sass/style.scss */
  642. .slider-pagination>li:hover {
  643. background-color: rgba(255, 255, 255, 0.9);
  644. transform: scale(1.3, 1.3);
  645. }