| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018 | 
							- * {
 
-     margin: 0;
 
-     padding: 0;
 
-     box-sizing: border-box;
 
- }
 
- $desktop: 1025px;
 
- $table: 1024px;
 
- $moblie: 767px;
 
- $navbgcolor: #313131;
 
- .container-fluid {
 
-     width: 80vw;
 
-     margin: 0 auto;
 
-     @media screen and(max-width:$moblie) {
 
-         width: 100vw;
 
-     }
 
- }
 
- body {
 
-     .learn-more {
 
-         color: #fff;
 
-         width: 30%;
 
-         height: 50px;
 
-         margin: 10px 0px;
 
-         font-size: 16px;
 
-         border-radius: 0%;
 
-         border: none;
 
-         font-weight: 900;
 
-         background: #93000a;
 
-         vertical-align: top;
 
-         transition: 0.3s;
 
-         &:hover{
 
-             color:#93000a;
 
-             background: #fff;
 
-             border:1px solid #93000a;
 
-         }
 
-     }
 
- }
 
- // 主選單
 
- #Navigation {
 
-     width: 100vw;
 
-     background-color: #000;
 
-     color: #fff;
 
-     position: fixed;
 
-     z-index: 20;
 
-     #logo {
 
-         padding-top: 1.3vw;
 
-         @media screen and(max-width:$moblie) {
 
-             padding-top: 0;
 
-         }
 
-         img {
 
-             width: 180px;
 
-             @media screen and(max-width:$moblie) {
 
-                 width: 150px;
 
-             }
 
-         }
 
-     }
 
-     #link {
 
-         padding: 4vw 1vw 2vw 1vw;
 
-         @media screen and(max-width:$moblie) {
 
-             display: none;
 
-         }
 
-     }
 
-     a {
 
-         text-decoration: none;
 
-         color: #fff;
 
-         letter-spacing: 1px;
 
-         font-size: 0.9rem;
 
-         font-weight: 600;
 
-         cursor: pointer;
 
-         padding: 15px;
 
-         position: relative;
 
-         :hover {
 
-             opacity: 0.8;
 
-         }
 
-         &:after {
 
-             content: "";
 
-             display: block;
 
-             width: 80%;
 
-             height: 3px;
 
-             background-color: #fff;
 
-             position: absolute;
 
-             left: 12%;
 
-             bottom: 0;
 
-             transition: all 0.3s;
 
-             opacity: 0;
 
-         }
 
-         &:hover:after {
 
-             width: 80%;
 
-             opacity: 1;
 
-         }
 
-         @media screen and(max-width:$table) {
 
-             padding: 5px;
 
-             padding-top: 2vw;
 
-         }
 
-     }
 
-     #menu-btn1 {
 
-         position: absolute;
 
-         right: 1vw;
 
-         top: 5vw;
 
-         width: 15vw;
 
-         z-index: 6;
 
-         @media screen and(min-width:$desktop) {
 
-             display: none;
 
-         }
 
-         @media screen and(min-width:768px) {
 
-             display: none;
 
-         }
 
-     }
 
- }
 
- // 行動版彈跳式選單
 
- #menu-box {
 
-     width: 40vw;
 
-     right: 0px;
 
-     position: fixed;
 
-     z-index: 20;
 
-     overflow: hidden;
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     hr {
 
-         margin: 5px auto !important;
 
-         width: 25vw;
 
-         background: #fff;
 
-         opacity: 1 !important;
 
-     }
 
-     #menu-box2 {
 
-         padding-bottom: 5vw;
 
-         position: relative;
 
-         width: 40vw;
 
-         background-color: $navbgcolor;
 
-         z-index: 7;
 
-         text-align: center;
 
-         @media screen and(max-width:$moblie) {
 
-         }
 
-         @media screen and(max-width:350px) {
 
-         }
 
-         .close {
 
-             padding: 30px 15px 15px 15px;
 
-         }
 
-         a {
 
-             display: inline-block;
 
-             text-decoration: none;
 
-             color: #fff;
 
-             font-size: 14px;
 
-             font-weight: 900;
 
-             text-align: center;
 
-             padding: 0 !important;
 
-         }
 
-     }
 
- }
 
- // banner
 
- #banner {
 
-     width: 100vw;
 
-     display: inline-block;
 
-     background: linear-gradient(115deg, #313131 38%, transparent 30%, #707070 27%);
 
-     background-blend-mode: overlay;
 
-     @media screen and(max-width:$moblie) {
 
-       
 
-         background: linear-gradient(115deg, #414141 100%, transparent 30%, #707070 0%);
 
-     }
 
-     #banner-container {
 
-         width: 80vw;
 
-         margin: 50px auto;
 
-         padding-bottom: 5vw;
 
-         @media screen and(max-width:$moblie) {
 
-             width: 100vw;
 
-             margin: 0;
 
-             padding-bottom: 15vw;
 
-         }
 
-         .youtube {
 
-             width: 80vw;
 
-             padding-top: 10vw;
 
-             margin: 0 auto;
 
-             color: #fff;
 
-             @media screen and(max-width:$moblie) {
 
-                 padding-top: 30vw;
 
-             }
 
-             hr {
 
-                 width: 12vw;
 
-                 height: 2px;
 
-                 color: #fff;
 
-                 margin: 20px 0px; 
 
-                 opacity: 1 !important;
 
-                 @media screen and(max-width:$moblie) {
 
-                     width: 30vw;
 
-                 }
 
-             }
 
-            
 
-             p{
 
-                 font-size: 18px;
 
-             }
 
-             h1{
 
-                 font-size: 40px;
 
-                 padding-top: 0;
 
-                 @media screen and(max-width:$moblie) {
 
-                     font-size: 25px;
 
-                     padding: 15px 0px;
 
-                 }
 
-             }
 
-             .learn-more{
 
-                 @media screen and(max-width:$moblie) {
 
-                     width: 100%;
 
-                     margin: 10px 0px;
 
-                 }
 
-             }
 
-         }
 
-         h1 {
 
-        
 
-             padding-top: 3vw;
 
-             text-align: center;
 
-             color: #fff;
 
-             @media screen and(max-width:$moblie) {
 
-                 font-size: 20px;
 
-                 padding: 15px;
 
-             }
 
-         }
 
-         #email {
 
-             width: 75%;
 
-             font-size: 16px;
 
-             margin: 10px 0px;
 
-             padding: 10px 15px;
 
-             border: none;
 
-             height: 50px;
 
-             @media screen and(max-width:$moblie) {
 
-                 display: none;
 
-             }
 
-         }
 
-         // 手機板訂閱email
 
-         #email-moblie {
 
-             margin: 10px auto;
 
-             width: 75%;
 
-             padding: 10px 15px;
 
-             border: none;
 
-             height: 50px;
 
-             background: url(./img/email.png) 5% 50% no-repeat scroll transparent;
 
-             background-size: 20px 15px;
 
-             background-color: #fff;
 
-             text-align: center;
 
-             color: #313131;
 
-             font-weight: 900;
 
-             @media screen and(min-width:$desktop) {
 
-                 display: none;
 
-             }
 
-         }
 
-         // 電腦版按鈕
 
-         .btn {
 
-             color: #fff;
 
-             width: 25%;
 
-             height: 50px;
 
-             margin: 10px 0px;
 
-             font-size: 16px;
 
-             border-radius: 0%;
 
-             border: none;
 
-             font-weight: 900;
 
-             background: #93000a;
 
-             vertical-align: top;
 
-             transition: 0.3s;
 
-             @media screen and(max-width:$moblie) {
 
-                 display: none;
 
-             }
 
-             &:hover {
 
-                 font-size: 17px;
 
-             }
 
-         }
 
-         // 手機板按鈕
 
-         #email-arrow {
 
-             width: 15%;
 
-             background: url(./img/button-arrow.png) 55% 50% no-repeat scroll transparent;
 
-             background-size: 10px 15px;
 
-             background-color: #93000a;
 
-             height: 50px;
 
-             margin: 10px auto;
 
-             font-size: 16px;
 
-             border-radius: 0%;
 
-             border: none;
 
-             font-weight: 900;
 
-             vertical-align: top;
 
-             @media screen and(min-width:$desktop) {
 
-                 display: none;
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec01 NEWS
 
- #sec01 {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     .NEWS {
 
-         width: 80vw;
 
-         margin: 0 auto;
 
-         margin-top: -130px;
 
-         margin-bottom: 100px;
 
-         @media screen and(max-width:$moblie) {
 
-             margin-top: -70px;
 
-             width: 90vw;
 
-         }
 
-         h1 {
 
-             padding: 0;
 
-             margin: 0;
 
-             font-weight: 900;
 
-             color: #fff;
 
-             letter-spacing: 3px;
 
-             font-size: 60px;
 
-             @media screen and(max-width:$moblie) {
 
-                 font-size: 50px;
 
-             }
 
-         }
 
-     }
 
-     #sec01-container {
 
-         box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
 
-         margin: 0 auto !important;
 
-         @media screen and(max-width:$moblie) {
 
-             width: 90vw;
 
-             margin: 0 auto;
 
-         }
 
-         #sec01-container-card {
 
-             .card {
 
-                 padding: 30px;
 
-                 border: none !important;
 
-                 @media screen and(max-width:$moblie) {
 
-                     padding: 15px;
 
-                 }
 
-                 h1 {
 
-                     padding: 15px;
 
-                     font-size: 40px;
 
-                     font-weight: 900;
 
-                     color: #9b9b9b;
 
-                 }
 
-                 p {
 
-                     padding: 5px;
 
-                     font-size: 18px;
 
-                     margin-bottom: 0 !important;
 
-                     @media screen and(max-width:$moblie) {
 
-                         padding: 0px;
 
-                         font-size: 16px;
 
-                     }
 
-                 }
 
-                 .sec01-title {
 
-                     padding: 15px 0px;
 
-                     font-weight: 900;
 
-                     font-size: 22px;
 
-                     @media screen and(max-width:$moblie) {
 
-                         font-size: 18px;
 
-                     }
 
-                 }
 
-                 a {
 
-                     text-decoration: none;
 
-                     color: #000;
 
-                     transition: 0.3s;
 
-                     cursor: pointer;
 
-                     &:hover {
 
-                         color: #2828ff;
 
-                     }
 
-                 }
 
-                 img {
 
-                     text-align: center;
 
-                     width: 38vw;
 
-                     height: 240px;
 
-                     object-fit: cover;
 
-                     @media screen and(max-width:$moblie) {
 
-                         width: 85vw;
 
-                         height: 200px;
 
-                         margin: 0 auto;
 
-                     }
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec02 TOP排名 電腦版
 
- #sec02 {
 
-     background: #414141;
 
-     padding-top: 3vw;
 
-     @media screen and(max-width:$moblie) {
 
-         display: none;
 
-     }
 
-     #sec02-container {
 
-         width: 90vw;
 
-         padding: 15px;
 
-         font-weight: 900;
 
-         color: #fff;
 
-         position: relative;
 
-         // 電腦版top圖片排行
 
-         #sec02-top-box {
 
-             position: relative;
 
-             #sec02-content {
 
-                 position: absolute;
 
-                 top: 10px;
 
-                 left: 300px;
 
-             }
 
-             .sec02-box1 {
 
-                 color: #000;
 
-                 width: 13vw;
 
-                 img {
 
-                     border-radius: 50%;
 
-                     width: 150px;
 
-                     height: 200px;
 
-                     object-fit: cover;
 
-                 }
 
-                 .sec02-top-text {
 
-                     span {
 
-                         font-size: 30px;
 
-                     }
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec02 top排名手機板
 
- #sec02-moblie {
 
-     background: #414141;
 
-     padding-top: 3vw;
 
-     padding-bottom: 20vw;
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     #sec02-container {
 
-         padding: 15px;
 
-         font-weight: 900;
 
-         color: #fff;
 
-         text-align: right;
 
-         .sec02-top1-box {
 
-             img {
 
-                 width: 80px;
 
-             }
 
-             span {
 
-                 font-size: 30px;
 
-             }
 
-             .sec02-top-text {
 
-                 text-align: center;
 
-             }
 
-         }
 
-         #sec02-content {
 
-             position: relative;
 
-         }
 
-         #sec02-top-box {
 
-             position: absolute;
 
-             top: 1px;
 
-             .sec02-box1 {
 
-                 color: #000;
 
-                 img {
 
-                     width: 80px;
 
-                     height: 120px;
 
-                     border-radius: 50%;
 
-                 }
 
-                 .sec02-top-text {
 
-                     font-size: 12px;
 
-                     span {
 
-                         font-size: 30px;
 
-                     }
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec03 排名table-電腦版
 
- #sec03 {
 
-     padding-top: 15vw;
 
-     padding-bottom: 5vw;
 
-     @media screen and(max-width:$moblie) {
 
-         display: none;
 
-     }
 
-     #sec03-table {
 
-         .sec03-table-title {
 
-             font-family: 微軟正黑體;
 
-             font-weight: 900;
 
-             padding: 15px;
 
-             font-size: 35px;
 
-         }
 
-         .table {
 
-             th {
 
-                 font-size: 40px;
 
-                 display: table-cell;
 
-                 vertical-align: middle;
 
-             }
 
-             td {
 
-                 padding: 15px;
 
-             }
 
-             img {
 
-                 width: 50px;
 
-             }
 
-             .sec03-table-text {
 
-                 padding: 10px;
 
-                 display: table-cell;
 
-                 vertical-align: middle;
 
-                 h1 {
 
-                     font-size: 20px;
 
-                     margin: 0;
 
-                 }
 
-                 p {
 
-                     margin: 0;
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec03排名table-手機板
 
- #sec03-moblie {
 
-     padding-top: 40vw;
 
-     position: relative;
 
-     .arrow-table {
 
-         position: fixed;
 
-         width: 25px;
 
-         right: 15px;
 
-         bottom: 250px;
 
-         z-index: 6;
 
-         @media screen and(max-width:350px) {
 
-             right: 10px;
 
-             bottom: 200px;
 
-         }
 
-     }
 
-     .sec03-table-title {
 
-         font-family: 微軟正黑體;
 
-         font-weight: 900;
 
-         font-size: 15px;
 
-         padding: 0 !important;
 
-         margin-bottom: 20px;
 
-     }
 
-     #sec03-slider {
 
-         .slick-slide img {
 
-             display: inline;
 
-         }
 
-         #sec03-slider1,
 
-         #sec03-slider2 {
 
-             margin: 0 5px;
 
-             @media screen and(max-width:350px) {
 
-                 margin: 0 5px;
 
-             }
 
-         }
 
-         .table {
 
-             th {
 
-                 font-size: 40px;
 
-                 display: table-cell;
 
-                 vertical-align: middle;
 
-                 padding: 15px;
 
-                 @media screen and(max-width:350px) {
 
-                     font-size: 30px;
 
-                 }
 
-             }
 
-             td {
 
-                 display: table-cell;
 
-                 vertical-align: middle;
 
-                 padding: 15px;
 
-                 padding: 10px;
 
-                 @media screen and(max-width:350px) {
 
-                     padding: 0px;
 
-                 }
 
-             }
 
-             img {
 
-                 width: 50px;
 
-             }
 
-             .sec03-table-text {
 
-                 padding: 0px 0px 0px 3px;
 
-                 display: table-cell;
 
-                 vertical-align: middle;
 
-                 @media screen and(max-width:350px) {
 
-                     padding: 0px;
 
-                 }
 
-                 h1 {
 
-                     font-size: 14px;
 
-                     margin: 0;
 
-                 }
 
-                 p {
 
-                     margin: 0;
 
-                     font-size: 12px;
 
-                 }
 
-             }
 
-         }
 
-     }
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
- }
 
- // sec04  洞察報告 電腦版
 
- #sec04 {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     background: #414141;
 
-     @media screen and(max-width:$moblie) {
 
-         display: none;
 
-     }
 
-     h1 {
 
-         color: #fff;
 
-         font-size: 45px;
 
-         font-weight: 900;
 
-         padding: 5px 10px;
 
-         @media screen and(max-width:$moblie) {
 
-             font-weight: 900;
 
-             font-size: 32px;
 
-         }
 
-     }
 
-     hr {
 
-         width: 12vw;
 
-         height: 2px;
 
-         color: #fff;
 
-         margin: 10px;
 
-         opacity: 1 !important;
 
-         @media screen and(max-width:$moblie) {
 
-             width: 30vw;
 
-         }
 
-     }
 
-     .learn-more{
 
-         width: 45%;
 
-     }
 
-     #sec04-container {
 
-         .card {
 
-           
 
-             img {
 
-                 padding: 5px;
 
-                 height: 150px;
 
-                 object-fit: cover;
 
-             }
 
-             border-radius: 0%;
 
-             box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
 
-             .card-title{
 
-                 font-weight: 900;
 
-             }
 
-         }
 
-     }
 
- }
 
- #sec04-moblie {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     background: #414141;
 
-     position: relative;
 
-     .arrow-table {
 
-         position: fixed;
 
-         width: 25px;
 
-         right: 15px;
 
-         bottom: 240px;
 
-         z-index: 6;
 
-         @media screen and(max-width:350px) {
 
-             right: 10px;
 
-         }
 
-     }
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     h1 {
 
-         color: #fff;
 
-         font-size: 45px;
 
-         font-weight: 900;
 
-         padding: 5px 10px;
 
-         @media screen and(max-width:$moblie) {
 
-             font-weight: 900;
 
-             font-size: 32px;
 
-         }
 
-     }
 
-     hr {
 
-         width: 30vw;
 
-         height: 2px;
 
-         color: #fff;
 
-         margin: 10px;
 
-         opacity: 1 !important;
 
-     }
 
-     #sec04-moblie-container {
 
-         padding-top: 10vw;
 
-         .col {
 
-             margin: 10px;
 
-             .card {
 
-                 img {
 
-                     height: 150px;
 
-                     object-fit: cover;
 
-                 }
 
-                 border-radius: 0%;
 
-                 box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec05 熱門作品-電腦版
 
- #sec05 {
 
-     width: 85vw;
 
-     margin: 0 auto;
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     @media screen and(max-width:$moblie) {
 
-         display: none;
 
-     }
 
-     h1 {
 
-         font-size: 45px;
 
-         font-weight: 900;
 
-         padding: 15px;
 
-     }
 
-     #sec05-container {
 
-         #sec05-destop-slider {
 
-             .slick-prev:before,
 
-             .slick-next:before {
 
-                 opacity: 0;
 
-             }
 
-             .slick-prev,
 
-             .slick-next {
 
-                 width: 40px;
 
-                 height: 40px;
 
-                 content: none;
 
-             }
 
-             .slick-prev {
 
-                 background-image: url(./img/arrow-table2.png);
 
-                 background-repeat: no-repeat;
 
-                 left: -40px;
 
-                 &:hover,
 
-                 &:focus {
 
-                     background-image: url(./img/arrow-table2.png);
 
-                     background-repeat: no-repeat;
 
-                 }
 
-             }
 
-             .slick-next {
 
-                 background-image: url(./img/arrow-table.png);
 
-                 background-repeat: no-repeat;
 
-                 right: -50px;
 
-                 &:hover,
 
-                 &:focus {
 
-                     background-image: url(./img/arrow-table.png);
 
-                     background-repeat: no-repeat;
 
-                 }
 
-             }
 
-         }
 
-         .col {
 
-             margin: 5px;
 
-         }
 
-         .card {
 
-             box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
 
-         }
 
-     }
 
- }
 
- // sec05熱門作品-手機板
 
- #sec05-moblie {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     overflow: hidden;
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     #sec05-moblie-container {
 
-         position: relative;
 
-         .arrow-table {
 
-             position: fixed;
 
-             width: 25px;
 
-             right: 5px;
 
-             bottom: 300px;
 
-             z-index: 6;
 
-             @media screen and(max-width:350px) {
 
-                 right: 10px;
 
-             }
 
-         }
 
-     }
 
-     h1 {
 
-         font-size: 45px;
 
-         font-weight: 900;
 
-         padding: 15px;
 
-     }
 
-     #sec05-container {
 
-         #sec05-moblie-slider {
 
-             width: 100vw;
 
-             .sec05-moblie-box {
 
-                 margin: 30px;
 
-                 .card {
 
-                     border: none;
 
-                 }
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec06 NFT資訊
 
- #sec06 {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     background: #525252;
 
-     @media screen and(max-width:$moblie) {
 
-         background: #313131;
 
-     }
 
-     h1 {
 
-         font-size: 45px;
 
-         font-weight: 900;
 
-         padding: 15px;
 
-         color: #fff;
 
-     }
 
-     hr {
 
-         width: 12vw;
 
-         height: 2px;
 
-         color: #fff;
 
-         margin: 10px;
 
-         opacity: 1 !important;
 
-         @media screen and(max-width:$moblie) {
 
-             width: 30vw;
 
-         }
 
-     }
 
-     #sec06-container {
 
-         .card {
 
-             height: 480px;
 
-             margin:10px ;
 
-             img {
 
-                 padding: 5px;
 
-                 height: 150px;
 
-                 object-fit: cover;
 
-             }
 
-             border-radius: 0%;
 
-             box-shadow: 0 10px 1px rgba(155, 155, 155, 0.8);
 
-             .card-title{
 
-                 font-weight: 900;
 
-             }
 
-             .learn-more{
 
-                 width: 120px;
 
-             }
 
-         }
 
-     }
 
- }
 
- // sec07 table 電腦版
 
- #sec07 {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     @media screen and(max-width:$moblie) {
 
-         display: none;
 
-     }
 
-     .NFT-Collections-Sales-Volume {
 
-         width: 80vw;
 
-         margin: 0 auto;
 
-         margin-top: -120px;
 
-         margin-bottom: 50px;
 
-         @media screen and(max-width:$moblie) {
 
-             display: none;
 
-         }
 
-         h1 {
 
-             padding: 0;
 
-             margin: 0;
 
-             font-weight: normal;
 
-             color: #fff;
 
-             letter-spacing: 3px;
 
-             font-size: 50px;
 
-         }
 
-     }
 
-     .table {
 
-         text-align: center;
 
-         thead tr th {
 
-             border: 0;
 
-         }
 
-         td {
 
-             display: table-cell;
 
-             vertical-align: middle;
 
-             text-align: left;
 
-             img {
 
-                 width: 50px;
 
-             }
 
-             .data-line {
 
-                 width: 100px;
 
-             }
 
-         }
 
-         th {
 
-             display: table-cell;
 
-             vertical-align: middle;
 
-             text-align: left;
 
-         }
 
-         img {
 
-             padding: 5px;
 
-         }
 
-     }
 
-     .sec07-table-button {
 
-         text-align: right;
 
-         .data-button {
 
-             text-align: left;
 
-             border-radius: 25px;
 
-             width: 10vw;
 
-             padding: 5px 20px;
 
-             color: #000;
 
-             background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
 
-             background-size: 18px 18px;
 
-             background-color: #fff;
 
-             border: 1px solid #000;
 
-         }
 
-     }
 
- }
 
- // sec07 table手機板 標題
 
- #sec07-moblir-title {
 
-     background: #414141;
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     #sec07-container {
 
-         padding: 15px;
 
-         font-weight: 900;
 
-         color: #fff;
 
-     }
 
- }
 
- // sec07 table手機板
 
- #sec07-moblie {
 
-     padding-top: 5vw;
 
-     padding-bottom: 5vw;
 
-     @media screen and(min-width:$desktop) {
 
-         display: none;
 
-     }
 
-     .table {
 
-         text-align: center;
 
-         thead tr th {
 
-             border: 0;
 
-         }
 
-         td {
 
-             display: table-cell;
 
-             vertical-align: middle;
 
-             text-align-last: left;
 
-             font-size: 14px;
 
-             img {
 
-                 width: 30px;
 
-             }
 
-             .data-line {
 
-                 width: 80px;
 
-             }
 
-         }
 
-         th {
 
-             display: table-cell;
 
-             vertical-align: middle;
 
-             text-align: left;
 
-             font-size: 14px;
 
-         }
 
-         img {
 
-             padding: 5px;
 
-             width: 50px;
 
-         }
 
-     }
 
-     .sec07-table-button {
 
-         text-align: right;
 
-         .data-button {
 
-             text-align: left;
 
-             border-radius: 25px;
 
-             width: 35vw;
 
-             padding: 5px 20px;
 
-             color: #000;
 
-             background: url(./img/play.png) 80% 40% no-repeat scroll transparent;
 
-             background-size: 18px 18px;
 
-             background-color: #fff;
 
-             border: 1px solid #000;
 
-         }
 
-     }
 
- }
 
- // 頁尾
 
- #footer {
 
-     width: 100vw;
 
-     text-align: center;
 
-     line-height: 2;
 
-     background: #313131;
 
-     color: #fff;
 
-     padding-bottom: 3vw !important;
 
-     .footer-link {
 
-         padding-top: 3vw;
 
-         a {
 
-             text-decoration: none;
 
-             font-size: 20px;
 
-             padding: 10px;
 
-             color: #fff;
 
-             @media screen and(max-width:$moblie) {
 
-                 font-size: 14px;
 
-                 padding: 0 !important;
 
-             }
 
-             @media screen and(max-width:400px) {
 
-                 font-size: 12px;
 
-             }
 
-             span {
 
-                 font-size: 28px;
 
-                 @media screen and(max-width:$moblie) {
 
-                     font-size: 16px;
 
-                 }
 
-                 @media screen and(max-width:350px) {
 
-                     font-size: 14px;
 
-                 }
 
-             }
 
-         }
 
-     }
 
-     .text {
 
-         padding-top: 3vw;
 
-         h2 {
 
-             font-size: 20px;
 
-             margin: 10px;
 
-             letter-spacing: 1px;
 
-             display: inline;
 
-             @media screen and(max-width:$moblie) {
 
-                 display: block;
 
-                 font-size: 16px;
 
-                 margin: 8px;
 
-             }
 
-         }
 
-         p {
 
-             margin: 0 !important;
 
-         }
 
-     }
 
- }
 
 
  |