style.scss 32 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. $desktop: 1025px;
  7. $table: 1024px;
  8. $moblie: 767px;
  9. $navbgcolor: #313131;
  10. .container-fluid {
  11. width: 80vw;
  12. margin: 0 auto;
  13. @media screen and(max-width:$moblie) {
  14. width: 100vw;
  15. }
  16. }
  17. body {
  18. background: #fff;
  19. .learn-more {
  20. color: #fff;
  21. width: 30%;
  22. height: 50px;
  23. margin: 10px 0px;
  24. font-size: 16px;
  25. border-radius: 0%;
  26. border: none;
  27. font-weight: 900;
  28. background: #93000a;
  29. vertical-align: top;
  30. transition: 0.3s;
  31. &:hover {
  32. color: #93000a;
  33. background: #fff;
  34. border: 1px solid #93000a;
  35. }
  36. }
  37. }
  38. // 主選單
  39. #Navigation {
  40. width: 100vw;
  41. background-color: #000;
  42. color: #fff;
  43. position: fixed;
  44. z-index: 20;
  45. #logo {
  46. padding-top: 1.3vw;
  47. @media screen and(max-width:$moblie) {
  48. padding: 10px;
  49. }
  50. img {
  51. width: 180px;
  52. @media screen and(max-width:$moblie) {
  53. width: 140px;
  54. }
  55. }
  56. }
  57. #link {
  58. padding: 4vw 1vw 2vw 1vw;
  59. @media screen and(max-width:$moblie) {
  60. display: none;
  61. }
  62. a {
  63. text-decoration: none;
  64. color: #fff;
  65. letter-spacing: 1px;
  66. font-size: 0.9rem;
  67. font-weight: 600;
  68. cursor: pointer;
  69. padding: 15px;
  70. position: relative;
  71. :hover {
  72. opacity: 0.8;
  73. }
  74. &:after {
  75. content: "";
  76. display: block;
  77. width: 80%;
  78. height: 3px;
  79. background-color: #fff;
  80. position: absolute;
  81. left: 12%;
  82. bottom: 0;
  83. transition: all 0.3s;
  84. opacity: 0;
  85. }
  86. &:hover:after {
  87. width: 80%;
  88. opacity: 1;
  89. }
  90. @media screen and(max-width:$table) {
  91. padding: 5px;
  92. padding-top: 2vw;
  93. }
  94. }
  95. }
  96. #menu-btn1 {
  97. position: absolute;
  98. right: 2vw;
  99. top: 8vw;
  100. width: 15vw;
  101. z-index: 6;
  102. @media screen and(min-width:$desktop) {
  103. display: none;
  104. }
  105. @media screen and(min-width:768px) {
  106. display: none;
  107. }
  108. }
  109. }
  110. // 行動版彈跳式選單
  111. #menu-box {
  112. width: 40vw;
  113. right: 0px;
  114. position: fixed;
  115. z-index: 20;
  116. overflow: hidden;
  117. @media screen and(min-width:$desktop) {
  118. display: none;
  119. }
  120. hr {
  121. margin: 5px auto !important;
  122. width: 25vw;
  123. background: #fff;
  124. opacity: 1 !important;
  125. }
  126. #menu-box2 {
  127. padding-bottom: 5vw;
  128. position: relative;
  129. width: 40vw;
  130. background-color: $navbgcolor;
  131. z-index: 7;
  132. text-align: center;
  133. @media screen and(max-width:$moblie) {
  134. }
  135. @media screen and(max-width:350px) {
  136. }
  137. .close {
  138. padding: 30px 15px 15px 15px;
  139. }
  140. a {
  141. display: inline-block;
  142. text-decoration: none;
  143. color: #fff;
  144. font-size: 14px;
  145. font-weight: 900;
  146. text-align: center;
  147. padding: 0 !important;
  148. }
  149. }
  150. }
  151. // banner
  152. #banner {
  153. width: 100vw;
  154. display: inline-block;
  155. background: url(./img/banner2.jpg), linear-gradient(75deg, rgba(0, 0, 0, 0.52) 35%, transparent 30%);
  156. background-position: center center;
  157. background-size: cover;
  158. background-blend-mode: overlay;
  159. @media screen and(max-width:$moblie) {
  160. background: url(./img/mobile-banner1.jpg);
  161. }
  162. #banner-container {
  163. width: 80vw;
  164. margin: 50px auto;
  165. padding-bottom: 5vw;
  166. @media screen and(max-width:$moblie) {
  167. width: 85vw;
  168. padding-bottom: 10vw;
  169. }
  170. .youtube {
  171. width: 80vw;
  172. padding-top: 10vw;
  173. margin: 0 auto;
  174. color: #fff;
  175. @media screen and(max-width:$moblie) {
  176. padding-top: 10vw;
  177. margin: 0 auto;
  178. }
  179. #youtube-text {
  180. h1 {
  181. font-size: 40px;
  182. text-align: left;
  183. @media screen and(max-width:$moblie) {
  184. font-size: 30px;
  185. margin: 0;
  186. }
  187. }
  188. .youtube-text-title1 {
  189. width: 380px;
  190. @media screen and(max-width:$moblie) {
  191. width: 80vw;
  192. }
  193. }
  194. .youtube-text-title2 {
  195. width: 350px;
  196. @media screen and(max-width:$moblie) {
  197. width: 80vw;
  198. }
  199. }
  200. p {
  201. width: 300px;
  202. @media screen and(max-width:$moblie) {
  203. width: 80vw;
  204. }
  205. }
  206. }
  207. hr {
  208. width: 12vw;
  209. height: 2px;
  210. color: #fff;
  211. margin: 20px 0px;
  212. opacity: 1 !important;
  213. @media screen and(max-width:$moblie) {
  214. width: 80vw;
  215. }
  216. }
  217. .youtube-text-hr {
  218. width: 20vw;
  219. padding: 10px;
  220. @media screen and(max-width:$moblie) {
  221. width: 80vw;
  222. }
  223. }
  224. p {
  225. font-size: 18px;
  226. }
  227. h1 {
  228. font-size: 30px;
  229. @media screen and(max-width:$moblie) {
  230. font-size: 25px;
  231. padding: 15px 0px;
  232. }
  233. }
  234. .learn-more {
  235. @media screen and(max-width:$moblie) {
  236. width: 100%;
  237. margin: 10px 0px;
  238. }
  239. }
  240. }
  241. .contact-form-destop {
  242. text-align: center;
  243. @media screen and(max-width:$moblie) {
  244. display: none;
  245. }
  246. h1 {
  247. padding: 5vw 0 1vw 0;
  248. color: #fff;
  249. @media screen and(max-width:$moblie) {
  250. font-size: 20px;
  251. padding: 15px;
  252. }
  253. }
  254. #email {
  255. width: 50%;
  256. font-size: 16px;
  257. margin: 15px 0;
  258. padding: 10px 15px;
  259. border: none;
  260. height: 50px;
  261. border: 1px solid #313131;
  262. @media screen and(max-width:$moblie) {
  263. display: none;
  264. }
  265. }
  266. .btn {
  267. color: #fff;
  268. width: 25%;
  269. height: 50px;
  270. margin: 15px 0px;
  271. font-size: 16px;
  272. border-radius: 0%;
  273. border: none;
  274. font-weight: 900;
  275. background: #93000a;
  276. vertical-align: top;
  277. transition: 0.3s;
  278. @media screen and(max-width:$moblie) {
  279. display: none;
  280. }
  281. &:hover {
  282. font-size: 17px;
  283. }
  284. }
  285. }
  286. .contact-form-mobile {
  287. @media screen and(min-width:$desktop) {
  288. display: none;
  289. }
  290. h1 {
  291. text-align: center;
  292. padding: 10vw 0 1vw 0;
  293. color: #fff;
  294. font-size: 20px;
  295. }
  296. // 手機板訂閱email
  297. #email-moblie {
  298. margin: 10px auto;
  299. width: 75%;
  300. padding: 10px 15px;
  301. border: none;
  302. height: 50px;
  303. background: url(./img/email.png) 5% 50% no-repeat scroll transparent;
  304. background-size: 20px 15px;
  305. background-color: #fff;
  306. text-align: center;
  307. color: #313131;
  308. font-weight: 900;
  309. @media screen and(min-width:$desktop) {
  310. display: none;
  311. }
  312. }
  313. }
  314. // 手機板按鈕
  315. #email-arrow {
  316. width: 15%;
  317. background: url(./img/button-arrow.png) 55% 50% no-repeat scroll transparent;
  318. background-size: 10px 15px;
  319. background-color: #93000a;
  320. height: 50px;
  321. margin: 10px auto;
  322. font-size: 16px;
  323. border-radius: 0%;
  324. border: none;
  325. font-weight: 900;
  326. vertical-align: top;
  327. @media screen and(min-width:$desktop) {
  328. display: none;
  329. }
  330. }
  331. }
  332. }
  333. // sec01 NEWS
  334. #sec01 {
  335. padding-top: 5vw;
  336. padding-bottom: 5vw;
  337. .NEWS {
  338. width: 80vw;
  339. margin: 0 auto;
  340. margin-top: -130px;
  341. margin-bottom: 100px;
  342. @media screen and(max-width:$moblie) {
  343. margin-top: -70px;
  344. width: 90vw;
  345. }
  346. h1 {
  347. padding: 0;
  348. margin: 0;
  349. font-weight: 900;
  350. color: #fff;
  351. letter-spacing: 3px;
  352. font-size: 60px;
  353. @media screen and(max-width:$moblie) {
  354. font-size: 50px;
  355. }
  356. }
  357. }
  358. #sec01-container {
  359. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  360. margin: 0 auto !important;
  361. @media screen and(max-width:$moblie) {
  362. width: 90vw;
  363. margin: 0 auto;
  364. }
  365. #sec01-container-card {
  366. .card {
  367. padding: 30px;
  368. border: none !important;
  369. @media screen and(max-width:$moblie) {
  370. padding: 15px;
  371. }
  372. h1 {
  373. padding: 15px;
  374. font-size: 40px;
  375. font-weight: 900;
  376. color: #9b9b9b;
  377. }
  378. p {
  379. padding: 5px;
  380. font-size: 18px;
  381. margin-bottom: 0 !important;
  382. @media screen and(max-width:$moblie) {
  383. padding: 0px;
  384. font-size: 16px;
  385. }
  386. }
  387. .sec01-title {
  388. padding: 15px 0px;
  389. font-weight: 900;
  390. font-size: 22px;
  391. @media screen and(max-width:$moblie) {
  392. font-size: 18px;
  393. }
  394. }
  395. a {
  396. text-decoration: none;
  397. color: #000;
  398. transition: 0.3s;
  399. cursor: pointer;
  400. &:hover {
  401. color: #2828ff;
  402. }
  403. }
  404. img {
  405. text-align: center;
  406. width: 38vw;
  407. height: 240px;
  408. object-fit: cover;
  409. @media screen and(max-width:$moblie) {
  410. width: 85vw;
  411. height: 200px;
  412. margin: 0 auto;
  413. }
  414. }
  415. }
  416. }
  417. }
  418. }
  419. // sec02 TOP排名 電腦版
  420. #sec02 {
  421. background: #414141;
  422. padding-top: 3vw;
  423. @media screen and(max-width:$moblie) {
  424. display: none;
  425. }
  426. #sec02-container {
  427. width: 90vw;
  428. padding: 15px;
  429. font-weight: 900;
  430. color: #fff;
  431. position: relative;
  432. // 電腦版top圖片排行
  433. #sec02-top-box {
  434. position: relative;
  435. #sec02-content {
  436. position: absolute;
  437. top: 10px;
  438. left: 300px;
  439. }
  440. .sec02-box1 {
  441. color: #000;
  442. width: 13vw;
  443. img {
  444. display: inline;
  445. width: 150px;
  446. height: 200px;
  447. object-fit: cover;
  448. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  449. }
  450. .sec02-top-text {
  451. span {
  452. font-size: 30px;
  453. }
  454. }
  455. }
  456. }
  457. }
  458. }
  459. // sec02 top排名手機板
  460. #sec02-moblie {
  461. background: #414141;
  462. padding-top: 3vw;
  463. padding-bottom: 20vw;
  464. @media screen and(min-width:$desktop) {
  465. display: none;
  466. }
  467. #sec02-container {
  468. padding: 15px;
  469. font-weight: 900;
  470. color: #fff;
  471. text-align: right;
  472. .sec02-top1-box {
  473. img {
  474. width: 80px;
  475. }
  476. span {
  477. font-size: 30px;
  478. }
  479. .sec02-top-text {
  480. text-align: center;
  481. }
  482. }
  483. #sec02-content {
  484. position: relative;
  485. }
  486. #sec02-top-box {
  487. width: 100vw;
  488. position: absolute;
  489. top: 1px;
  490. @media screen and(max-width:350px) {
  491. left: 10px;
  492. }
  493. .sec02-box1 {
  494. color: #000;
  495. #top1 {
  496. width: 100px;
  497. height: 130px;
  498. @media screen and(max-width:350px) {
  499. width: 100px;
  500. height: 130px;
  501. }
  502. }
  503. img {
  504. width: 80px;
  505. height: 120px;
  506. @media screen and(max-width:350px) {
  507. width: 70px;
  508. height: 100px;
  509. }
  510. }
  511. .sec02-top-text {
  512. font-size: 12px;
  513. text-align: left;
  514. @media screen and(max-width:350px) {
  515. }
  516. span {
  517. font-size: 30px;
  518. @media screen and(max-width:350px) {
  519. font-size: 25px;
  520. }
  521. }
  522. }
  523. }
  524. }
  525. }
  526. }
  527. // sec03 排名table-電腦版
  528. #sec03 {
  529. padding-top: 15vw;
  530. padding-bottom: 5vw;
  531. @media screen and(max-width:$moblie) {
  532. display: none;
  533. }
  534. #sec03-table {
  535. .sec03-table-title {
  536. font-family: 微軟正黑體;
  537. font-weight: 900;
  538. padding: 15px;
  539. font-size: 35px;
  540. }
  541. .table {
  542. th {
  543. font-size: 40px;
  544. display: table-cell;
  545. vertical-align: middle;
  546. }
  547. td {
  548. padding: 15px;
  549. a {
  550. text-decoration: none;
  551. color: #000;
  552. }
  553. }
  554. img {
  555. width: 50px;
  556. }
  557. .sec03-table-text {
  558. padding: 10px;
  559. display: table-cell;
  560. vertical-align: middle;
  561. h1 {
  562. font-size: 20px;
  563. margin: 0;
  564. }
  565. p {
  566. margin: 0;
  567. }
  568. }
  569. }
  570. }
  571. }
  572. // sec03排名table-手機板
  573. #sec03-moblie {
  574. padding-top: 40vw;
  575. position: relative;
  576. .arrow-table {
  577. position: fixed;
  578. width: 25px;
  579. right: 15px;
  580. bottom: 250px;
  581. z-index: 6;
  582. @media screen and(max-width:350px) {
  583. right: 10px;
  584. bottom: 200px;
  585. }
  586. }
  587. .sec03-table-title,
  588. .sec03-table-title2 {
  589. font-family: 微軟正黑體;
  590. font-weight: 900;
  591. font-size: 14px;
  592. display: inline-block;
  593. color: #9b9b9b;
  594. }
  595. .contant-toggle {
  596. display: inline-block;
  597. color: #000;
  598. padding-bottom: 10px;
  599. border-bottom: 2px solid #000;
  600. }
  601. #sec03-slider {
  602. padding-top: 5vw;
  603. .slick-slide img {
  604. display: inline;
  605. }
  606. #sec03-slider1,
  607. #sec03-slider2 {
  608. margin: 0 5px;
  609. @media screen and(max-width:350px) {
  610. margin: 0 5px;
  611. }
  612. }
  613. .table {
  614. th {
  615. font-size: 40px;
  616. display: table-cell;
  617. vertical-align: middle;
  618. padding: 15px;
  619. @media screen and(max-width:350px) {
  620. font-size: 25px;
  621. }
  622. }
  623. td {
  624. display: table-cell;
  625. vertical-align: middle;
  626. padding: 15px;
  627. padding: 10px 0;
  628. @media screen and(max-width:350px) {
  629. padding: 0px;
  630. }
  631. a {
  632. text-decoration: none;
  633. color: #000;
  634. }
  635. }
  636. img {
  637. width: 50px;
  638. }
  639. .sec03-table-text {
  640. padding: 0px 0px 0px 3px;
  641. display: table-cell;
  642. vertical-align: middle;
  643. @media screen and(max-width:350px) {
  644. padding: 0px;
  645. }
  646. h1 {
  647. font-size: 14px;
  648. margin: 0;
  649. }
  650. p {
  651. margin: 0;
  652. font-size: 12px;
  653. }
  654. }
  655. }
  656. }
  657. @media screen and(min-width:$desktop) {
  658. display: none;
  659. }
  660. }
  661. // sec04 洞察報告 電腦版
  662. #sec04 {
  663. padding-top: 5vw;
  664. padding-bottom: 5vw;
  665. background: #414141;
  666. @media screen and(max-width:$moblie) {
  667. display: none;
  668. }
  669. .sec04-title {
  670. padding-bottom: 1vw;
  671. h1 {
  672. color: #fff;
  673. font-size: 45px;
  674. font-weight: 900;
  675. padding: 10px 10px;
  676. @media screen and(max-width:$moblie) {
  677. font-weight: 900;
  678. font-size: 32px;
  679. }
  680. }
  681. hr {
  682. width: 12vw;
  683. height: 2px;
  684. color: #fff !important;
  685. margin: 10px;
  686. opacity: 1 !important;
  687. @media screen and(max-width:$moblie) {
  688. width: 30vw;
  689. }
  690. }
  691. }
  692. .learn-more {
  693. width: 45%;
  694. }
  695. #sec04-container {
  696. // box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  697. background: linear-gradient(180deg, #414141 15%, #eee 0%);
  698. padding: 20px;
  699. padding-bottom: 50px;
  700. .card {
  701. border: none;
  702. img {
  703. height: 150px;
  704. object-fit: cover;
  705. }
  706. border-radius: 0%;
  707. box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  708. .card-title {
  709. font-weight: 900;
  710. }
  711. }
  712. }
  713. }
  714. // sec04洞察報告 手機板
  715. #sec04-moblie {
  716. padding-top: 5vw;
  717. padding-bottom: 5vw;
  718. background: #414141;
  719. position: relative;
  720. overflow: hidden;
  721. .arrow-table {
  722. position: fixed;
  723. width: 25px;
  724. right: 15px;
  725. bottom: 240px;
  726. z-index: 6;
  727. @media screen and(max-width:350px) {
  728. right: 10px;
  729. }
  730. }
  731. @media screen and(min-width:$desktop) {
  732. display: none;
  733. }
  734. h1 {
  735. color: #fff;
  736. font-size: 45px;
  737. font-weight: 900;
  738. padding: 5px 10px;
  739. @media screen and(max-width:$moblie) {
  740. font-weight: 900;
  741. font-size: 32px;
  742. }
  743. }
  744. hr {
  745. width: 30vw;
  746. height: 2px;
  747. color: #fff;
  748. margin: 10px;
  749. opacity: 1 !important;
  750. }
  751. #sec04-moblie-container {
  752. padding-top: 10vw;
  753. .col {
  754. margin: 10px;
  755. .card {
  756. img {
  757. height: 150px;
  758. object-fit: cover;
  759. }
  760. border-radius: 0%;
  761. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  762. .card-title {
  763. font-weight: 900;
  764. }
  765. .learn-more {
  766. width: 120px;
  767. }
  768. }
  769. }
  770. }
  771. }
  772. // sec05 熱門作品-電腦版
  773. #sec05 {
  774. width: 85vw;
  775. margin: 0 auto;
  776. padding-top: 5vw;
  777. padding-bottom: 5vw;
  778. @media screen and(max-width:$moblie) {
  779. display: none;
  780. }
  781. h1 {
  782. font-size: 45px;
  783. font-weight: 900;
  784. padding: 15px;
  785. }
  786. #sec05-container {
  787. #sec05-destop-slider {
  788. .slick-prev:before,
  789. .slick-next:before {
  790. opacity: 0;
  791. }
  792. .slick-prev,
  793. .slick-next {
  794. width: 40px;
  795. height: 40px;
  796. content: none;
  797. }
  798. .slick-prev {
  799. background-image: url(./img/arrow-table2.png);
  800. background-repeat: no-repeat;
  801. left: -40px;
  802. &:hover,
  803. &:focus {
  804. background-image: url(./img/arrow-table2.png);
  805. background-repeat: no-repeat;
  806. }
  807. }
  808. .slick-next {
  809. background-image: url(./img/arrow-table.png);
  810. background-repeat: no-repeat;
  811. right: -50px;
  812. &:hover,
  813. &:focus {
  814. background-image: url(./img/arrow-table.png);
  815. background-repeat: no-repeat;
  816. }
  817. }
  818. }
  819. .col {
  820. margin: 5px;
  821. }
  822. .card {
  823. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  824. }
  825. }
  826. }
  827. // sec05熱門作品-手機板
  828. #sec05-moblie {
  829. padding-top: 5vw;
  830. padding-bottom: 10vw;
  831. overflow: hidden;
  832. @media screen and(min-width:$desktop) {
  833. display: none;
  834. }
  835. #sec05-moblie-container {
  836. position: relative;
  837. .arrow-table {
  838. position: fixed;
  839. width: 25px;
  840. right: 5px;
  841. bottom: 300px;
  842. z-index: 6;
  843. @media screen and(max-width:350px) {
  844. right: 10px;
  845. }
  846. }
  847. }
  848. h1 {
  849. font-size: 45px;
  850. font-weight: 900;
  851. padding: 15px;
  852. }
  853. #sec05-moblie-slider {
  854. .sec05-moblie-box {
  855. padding: 20px;
  856. margin: 30px;
  857. @media screen and(max-width:400px) {
  858. padding: 5px;
  859. margin: 20px;
  860. }
  861. .card {
  862. border: none;
  863. }
  864. }
  865. }
  866. .sec05-button {
  867. text-align: center;
  868. margin-top: -50px;
  869. .mouse_scroll {
  870. display: inline-block;
  871. margin: 0 auto;
  872. width: 24px;
  873. transform: rotate(90deg);
  874. }
  875. .testright {
  876. transform: rotate(180deg);
  877. }
  878. .m_scroll_arrows {
  879. display: block;
  880. width: 5px;
  881. height: 5px;
  882. -ms-transform: rotate(45deg); /* IE 9 */
  883. -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  884. transform: rotate(45deg);
  885. border-right: 2px solid #000;
  886. border-bottom: 2px solid #000;
  887. margin: 0 0 3px 4px;
  888. width: 16px;
  889. height: 16px;
  890. }
  891. .unu {
  892. margin-top: 1px;
  893. }
  894. .unu,
  895. .doi,
  896. .trei {
  897. -webkit-animation: mouse-scroll 1s infinite;
  898. -moz-animation: mouse-scroll 1s infinite;
  899. animation: mouse-scroll 1s infinite;
  900. }
  901. .unu {
  902. -webkit-animation-delay: 0.1s;
  903. -moz-animation-delay: 0.1s;
  904. -webkit-animation-direction: alternate;
  905. animation-direction: alternate;
  906. animation-delay: alternate;
  907. }
  908. .doi {
  909. -webkit-animation-delay: 0.2s;
  910. -moz-animation-delay: 0.2s;
  911. -webkit-animation-direction: alternate;
  912. animation-delay: 0.2s;
  913. animation-direction: alternate;
  914. margin-top: -6px;
  915. }
  916. .trei {
  917. -webkit-animation-delay: 0.3s;
  918. -moz-animation-delay: 0.3s;
  919. -webkit-animation-direction: alternate;
  920. animation-delay: 0.3s;
  921. animation-direction: alternate;
  922. margin-top: -6px;
  923. }
  924. .mouse {
  925. height: 42px;
  926. width: 24px;
  927. border-radius: 14px;
  928. transform: none;
  929. border: 2px solid #000;
  930. top: 170px;
  931. }
  932. .wheel {
  933. height: 5px;
  934. width: 2px;
  935. display: block;
  936. margin: 5px auto;
  937. background: #000;
  938. position: relative;
  939. height: 4px;
  940. width: 4px;
  941. border: 2px solid #000;
  942. -webkit-border-radius: 8px;
  943. border-radius: 8px;
  944. }
  945. .wheel {
  946. -webkit-animation: mouse-wheel 0.6s linear infinite;
  947. -moz-animation: mouse-wheel 0.6s linear infinite;
  948. animation: mouse-wheel 0.8s linear infinite;
  949. }
  950. @-webkit-keyframes mouse-wheel {
  951. 0% {
  952. opacity: 1;
  953. -webkit-transform: translateY(0);
  954. -ms-transform: translateY(0);
  955. transform: translateY(0);
  956. }
  957. 100% {
  958. opacity: 0;
  959. -webkit-transform: translateY(6px);
  960. -ms-transform: translateY(6px);
  961. transform: translateY(6px);
  962. }
  963. }
  964. @-moz-keyframes mouse-wheel {
  965. 0% {
  966. top: 1px;
  967. }
  968. 25% {
  969. top: 5px;
  970. }
  971. 50% {
  972. top: 10px;
  973. }
  974. 75% {
  975. top: 5px;
  976. }
  977. 100% {
  978. top: 1px;
  979. }
  980. }
  981. @-o-keyframes mouse-wheel {
  982. 0% {
  983. top: 1px;
  984. }
  985. 25% {
  986. top: 2px;
  987. }
  988. 50% {
  989. top: 3px;
  990. }
  991. 75% {
  992. top: 2px;
  993. }
  994. 100% {
  995. top: 1px;
  996. }
  997. }
  998. @keyframes mouse-wheel {
  999. 0% {
  1000. top: 1px;
  1001. }
  1002. 25% {
  1003. top: 5px;
  1004. }
  1005. 50% {
  1006. top: 15px;
  1007. }
  1008. 75% {
  1009. top: 5px;
  1010. }
  1011. 100% {
  1012. top: 1px;
  1013. }
  1014. }
  1015. @-webkit-keyframes mouse-scroll {
  1016. 0% {
  1017. opacity: 0;
  1018. }
  1019. 50% {
  1020. opacity: 0.5;
  1021. }
  1022. 100% {
  1023. opacity: 1;
  1024. }
  1025. }
  1026. @-moz-keyframes mouse-scroll {
  1027. 0% {
  1028. opacity: 0;
  1029. }
  1030. 50% {
  1031. opacity: 0.5;
  1032. }
  1033. 100% {
  1034. opacity: 1;
  1035. }
  1036. }
  1037. @-o-keyframes mouse-scroll {
  1038. 0% {
  1039. opacity: 0;
  1040. }
  1041. 50% {
  1042. opacity: 0.5;
  1043. }
  1044. 100% {
  1045. opacity: 1;
  1046. }
  1047. }
  1048. @keyframes mouse-scroll {
  1049. 0% {
  1050. opacity: 0;
  1051. }
  1052. 50% {
  1053. opacity: 0.5;
  1054. }
  1055. 100% {
  1056. opacity: 1;
  1057. }
  1058. }
  1059. }
  1060. }
  1061. // sec06 NFT資訊
  1062. #sec06 {
  1063. padding-top: 5vw;
  1064. padding-bottom: 5vw;
  1065. background: #525252;
  1066. @media screen and(max-width:$moblie) {
  1067. background: #313131;
  1068. }
  1069. h1 {
  1070. font-size: 45px;
  1071. font-weight: 900;
  1072. padding: 15px;
  1073. color: #fff;
  1074. }
  1075. hr {
  1076. width: 12vw;
  1077. height: 2px;
  1078. color: #fff;
  1079. margin: 10px;
  1080. opacity: 1 !important;
  1081. @media screen and(max-width:$moblie) {
  1082. width: 30vw;
  1083. }
  1084. }
  1085. #sec06-container {
  1086. .card {
  1087. margin: 10px;
  1088. img {
  1089. padding: 5px;
  1090. height: 150px;
  1091. object-fit: cover;
  1092. }
  1093. border-radius: 0%;
  1094. box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
  1095. .card-title {
  1096. font-weight: 900;
  1097. }
  1098. .learn-more {
  1099. width: 120px;
  1100. }
  1101. }
  1102. .learn-more {
  1103. width: 120px;
  1104. }
  1105. }
  1106. }
  1107. // sec07 table 電腦版
  1108. #sec07 {
  1109. padding-top: 5vw;
  1110. padding-bottom: 5vw;
  1111. @media screen and(max-width:$moblie) {
  1112. display: none;
  1113. }
  1114. .NFT-Collections-Sales-Volume {
  1115. width: 80vw;
  1116. margin: 0 auto;
  1117. margin-top: -120px;
  1118. margin-bottom: 50px;
  1119. @media screen and(max-width:$moblie) {
  1120. display: none;
  1121. }
  1122. h1 {
  1123. padding: 0;
  1124. margin: 0;
  1125. font-weight: normal;
  1126. color: #fff;
  1127. letter-spacing: 3px;
  1128. font-size: 50px;
  1129. }
  1130. }
  1131. .table {
  1132. text-align: center;
  1133. thead tr th {
  1134. border: 0;
  1135. }
  1136. td {
  1137. display: table-cell;
  1138. vertical-align: middle;
  1139. text-align: left;
  1140. img {
  1141. width: 50px;
  1142. }
  1143. .data-line {
  1144. width: 100px;
  1145. }
  1146. }
  1147. th {
  1148. display: table-cell;
  1149. vertical-align: middle;
  1150. text-align: left;
  1151. }
  1152. img {
  1153. padding: 5px;
  1154. }
  1155. }
  1156. .sec07-table-button {
  1157. text-align: right;
  1158. .data-button {
  1159. text-align: left;
  1160. border-radius: 25px;
  1161. width: 10vw;
  1162. padding: 5px 20px;
  1163. color: #000;
  1164. background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
  1165. background-size: 18px 18px;
  1166. background-color: #fff;
  1167. border: 1px solid #000;
  1168. }
  1169. }
  1170. }
  1171. // sec07 table手機板 標題
  1172. #sec07-moblir-title {
  1173. background: #414141;
  1174. @media screen and(min-width:$desktop) {
  1175. display: none;
  1176. }
  1177. #sec07-container {
  1178. padding: 15px;
  1179. font-weight: 900;
  1180. color: #fff;
  1181. }
  1182. }
  1183. // sec07 table手機板
  1184. #sec07-moblie {
  1185. padding-top: 5vw;
  1186. padding-bottom: 5vw;
  1187. @media screen and(min-width:$desktop) {
  1188. display: none;
  1189. }
  1190. .table {
  1191. text-align: center;
  1192. thead tr th {
  1193. border: 0;
  1194. }
  1195. td {
  1196. display: table-cell;
  1197. vertical-align: middle;
  1198. text-align-last: left;
  1199. font-size: 14px;
  1200. img {
  1201. width: 30px;
  1202. }
  1203. .data-line {
  1204. width: 80px;
  1205. }
  1206. }
  1207. th {
  1208. display: table-cell;
  1209. vertical-align: middle;
  1210. text-align: left;
  1211. font-size: 14px;
  1212. }
  1213. img {
  1214. padding: 5px;
  1215. width: 50px;
  1216. }
  1217. }
  1218. .sec07-table-button {
  1219. text-align: right;
  1220. .data-button {
  1221. text-align: left;
  1222. border-radius: 25px;
  1223. width: 35vw;
  1224. padding: 5px 20px;
  1225. color: #000;
  1226. background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
  1227. background-size: 18px 18px;
  1228. background-color: #fff;
  1229. border: 1px solid #000;
  1230. }
  1231. }
  1232. }
  1233. // 頁尾
  1234. #footer {
  1235. width: 100vw;
  1236. text-align: center;
  1237. line-height: 2;
  1238. background: #313131;
  1239. color: #fff;
  1240. padding-bottom: 3vw !important;
  1241. .footer-link {
  1242. padding-top: 3vw;
  1243. a {
  1244. text-decoration: none;
  1245. font-size: 20px;
  1246. padding: 10px;
  1247. color: #fff;
  1248. @media screen and(max-width:$moblie) {
  1249. font-size: 14px;
  1250. padding: 0 !important;
  1251. }
  1252. @media screen and(max-width:400px) {
  1253. font-size: 12px;
  1254. }
  1255. span {
  1256. font-size: 28px;
  1257. @media screen and(max-width:$moblie) {
  1258. font-size: 16px;
  1259. }
  1260. @media screen and(max-width:350px) {
  1261. font-size: 14px;
  1262. }
  1263. }
  1264. }
  1265. }
  1266. .text {
  1267. padding-top: 3vw;
  1268. a {
  1269. text-decoration: none;
  1270. color: #fff;
  1271. }
  1272. h2 {
  1273. font-size: 20px;
  1274. margin: 10px;
  1275. letter-spacing: 1px;
  1276. display: inline;
  1277. @media screen and(max-width:$moblie) {
  1278. display: block;
  1279. font-size: 16px;
  1280. margin: 8px;
  1281. }
  1282. }
  1283. p {
  1284. margin: 0 !important;
  1285. }
  1286. }
  1287. }