1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369 |
- * {
- letter-spacing: 1px;
- }
- .navbar {
- box-shadow: 0 2px 10px 2px rgb(204, 204, 204);
- background-color: white;
- width: 100%;
- }
- .navbar .navbar-collapse {
- flex-grow: 0;
- }
- .header {
- margin-top: 70px;
- position: relative;
- padding: 6rem 0 3rem;
- // padding-top: 6rem;
- // padding-bottom: 3rem;
- // @media (max-width: 767px) {
- // margin-top: 70px;
- // }
- }
- .header-lefttop {
- position: absolute;
- left: 0;
- top: 0;
- z-index: -1;
- width: 350px;
- }
- .header-title {
- font-size: 3rem;
- // color: #20616d;
- font-weight: 400;
- }
- .header__sub {
- color: #38a7bb;
- font-size: 1.5rem;
- font-weight: 300;
- position: relative;
- }
- .header__sub::before,
- .header__sub::after {
- content: " ";
- position: absolute;
- width: 12%;
- height: 1px;
- background-color: #38a7bb;
- top: 50%;
- }
- .header__sub::before {
- left: 28%;
- }
- .header__sub::after {
- left: 60%;
- }
- .header__form {
- margin: 1rem auto;
- justify-content: center;
- }
- .header__form__input {
- border-radius: 10rem;
- padding: 0.4rem 0.8rem;
- width: 60%;
- margin-left: 4.5rem;
- }
- .header__form__sub {
- border-radius: 10rem;
- background-color: #fca25e;
- color: white;
- border: none;
- width: 5rem;
- transform: translateX(-100%);
- transition: all 0.3s;
- }
- .header__form__sub:hover {
- background-color: #ff892e;
- }
- .header-right {
- width: 80%;
- height: 50vh;
- background-image: url("../imgs/電腦2.webp");
- background-size: contain;
- background-repeat: no-repeat;
- margin: 0 auto;
- position: relative;
- }
- .header-right.header-dm {
- background-image: url("https://i.imgur.com/SOu53ii.jpg");
- }
- .header-right-cir {
- width: 60%;
- position: absolute;
- right: 0%;
- top: -5%;
- z-index: -1;
- }
- .header-right__video {
- position: absolute;
- width: calc(80% - 10%);
- height: auto;
- left: 3.3rem;
- top: 1.8rem;
- }
- .header-right-magnifier {
- position: absolute;
- width: 25%;
- right: 3%;
- bottom: 1%;
- }
- .header-right-bubble {
- position: absolute;
- width: 22%;
- top: 0;
- left: 0;
- transform: translate(-60%, -50%);
- }
- .header-right-linecir {
- width: 45%;
- position: absolute;
- left: -8%;
- bottom: -3%;
- z-index: -1;
- }
- /* footer.html Start */
- .footer {
- color: #656565;
- .footer-contacts {
- margin-top: 2rem;
- line-height: 32px;
- }
- }
- .footer a {
- color: #656565;
- text-decoration: none;
- }
- .footer h5 {
- color: black;
- font-weight: 600;
- padding-bottom: 15px;
- }
- .footer .link {
- padding-bottom: 20px;
- }
- .footer {
- background-color: #f0f0f0;
- padding: 3rem;
- }
- .footer .right-column {
- border-left: 1px solid black;
- }
- .footer .footer-aigirl {
- font-weight: 600;
- font-size: 2rem;
- margin-top: 1rem;
- margin-bottom: 1rem;
- }
- .footer .footer-follow {
- font-size: 1.6rem;
- margin-bottom: 1rem;
- color: black;
- font-size: 1rem;
- font-weight: 600;
- margin-top: 2rem;
- }
- .footer .footer-socials a {
- margin-right: 5px;
- }
- /* footer.html End */
- /* footer_default.html Start */
- // .footer {
- // background-color: #555555;
- // padding: 50px 0;
- // color: #999999;
- // }
- .footer h4 {
- text-transform: uppercase;
- color: white;
- font-size: 14px;
- font-weight: 800;
- }
- .footer__btn__text {
- font-size: 1.3rem;
- color: white;
- }
- .footer .btn {
- border: 2px solid #38a7bb;
- color: #38a7bb;
- text-decoration: none;
- }
- .followus__btn {
- text-decoration: none;
- color: white;
- }
- .followus__btn:hover {
- color: #38a7bb;
- }
- .footer .btn:hover {
- color: white;
- background-color: #38a7bb;
- }
- .followus__txt {
- display: inline-block;
- margin-right: 1rem;
- color: white;
- font-weight: 600;
- }
- .footer-img {
- height: 60px;
- }
- /* footer_default.html End */
- /* iframe Start */
- .video-box {
- position: relative;
- width: 70%;
- height: 0;
- padding-bottom: 40%;
- }
- @media (max-width: 1200px) {
- .video-box {
- width: 80%;
- padding-bottom: 45%;
- }
- }
- @media (max-width: 767px) {
- .video-box {
- margin: 50px auto 0;
- }
- }
- @media (max-width: 576px) {
- .video-box {
- width: 90%;
- padding-bottom: 50%;
- }
- }
- .video-box iframe {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- /* iframe End */
- .category {
- padding: 2rem 0rem;
- }
- .category.dm-description {
- padding: 2rem 8rem;
- }
- .category-sub-h2 {
- position: relative;
- }
- .category-sub-h2::after {
- position: absolute;
- content: "";
- width: 4rem;
- height: 1rem;
- border-bottom: 10px solid #ff892e;
- left: 50%;
- top: -1.5rem;
- transform: translateX(-50%);
- }
- .category-btngrp {
- padding: 0 8rem;
- }
- .category-btn {
- background-color: #a7d9e2;
- border: none;
- border-radius: 5rem;
- outline: none;
- color: white;
- font-size: 1.3rem;
- padding: 0.4rem 2rem;
- text-decoration: none;
- }
- .category-btn.active {
- background-color: #38a7bb;
- text-decoration: none;
- color: white;
- }
- .card__rank {
- border: 1px solid #cecece;
- box-shadow: 1px 1px 5px 1px rgb(211, 211, 211);
- position: relative;
- padding: 1rem 1.5rem;
- }
- .top20 .card__rank {
- margin-bottom: 1.5rem;
- }
- .top3 {
- padding: 3rem 0rem;
- padding-bottom: 5rem;
- position: relative;
- }
- .top3 .row {
- padding: 0rem 4rem;
- }
- .top3 .backfill {
- position: absolute;
- width: 100%;
- height: 100px;
- background-color: #ffebe8;
- left: 0;
- right: 0;
- top: 7rem;
- }
- .top3__num {
- color: #fca25e;
- font-size: 5.8rem;
- font-family: "Trebuchet MS";
- position: absolute;
- left: 1rem;
- top: -3.5rem;
- font-weight: 300;
- }
- .card__rank__word {
- color: #20616d;
- margin-left: 3rem;
- font-size: 1.8rem;
- font-weight: 400;
- }
- .card__rank__goto {
- text-align: right;
- }
- .card__rank__link {
- color: #38a7bb;
- text-decoration: none;
- font-weight: 400;
- }
- .card__rank__link:hover {
- color: #19879b;
- }
- .top20 {
- padding-bottom: 5rem;
- }
- .top20 .row {
- padding: 0rem 4rem;
- }
- .top20 .card__rank__word {
- margin-left: 0;
- }
- .top20__num {
- color: #fca25e;
- font-size: 2.5rem;
- font-family: "Trebuchet MS";
- font-weight: 300;
- display: inline-block;
- width: 3rem;
- }
- /* content page */
- .cntheader {
- margin-top: 81px;
- padding: 4rem 0;
- position: relative;
- padding-bottom: 2rem;
- }
- .cntheader__sub {
- color: #38a7bb;
- font-size: 1.5rem;
- font-weight: 300;
- position: relative;
- }
- .cntheader__sub::before,
- .cntheader__sub::after {
- content: " ";
- position: absolute;
- width: 15%;
- height: 1px;
- background-color: #38a7bb;
- top: 50%;
- }
- .cntheader__sub::before {
- left: 18%;
- }
- .cntheader__sub::after {
- left: 67%;
- }
- .cntheader .category-btngrp {
- padding: 0 4rem;
- }
- .card__art {
- padding: 1rem;
- border: 1px solid #20616d;
- border-radius: 1rem;
- margin-bottom: 1rem;
- }
- .card__title {
- font-size: 1.8rem;
- font-weight: 400;
- }
- .card__text {
- color: #918f8f;
- }
- .card__link {
- display: inline-block;
- color: #38a7bb;
- margin-right: 1rem;
- text-decoration: none;
- }
- .card__link:hover {
- color: #20616d;
- }
- .toparticle {
- border: 1px solid #cecece;
- box-shadow: 1px 2px 3px 1px rgb(224, 224, 224);
- }
- .toparticle__title {
- color: white;
- background-color: #38a7bb;
- text-align: center;
- font-size: 1.3rem;
- padding: 0.3rem 0;
- position: relative;
- }
- .toparticle__title img {
- position: absolute;
- width: 150px;
- right: -4rem;
- top: -3.5rem;
- }
- .toparticle__list {
- padding: 1.5rem;
- padding-top: 0;
- list-style: none;
- padding-bottom: 1rem;
- }
- .toparticle__list-item {
- padding: 0.3rem;
- border-bottom: 1px solid #cecece;
- color: #38a7bb;
- position: relative;
- }
- .toparticle__list-item:nth-of-type(10) {
- border: none;
- }
- .toparticle__list-item a {
- text-decoration: none;
- color: #38a7bb;
- }
- .toparticle__num {
- color: #fca25e;
- font-size: 1.8rem;
- font-family: "Trebuchet MS";
- font-weight: 300;
- margin-right: 8px;
- }
- .toparticle__top {
- font-size: 2rem;
- }
- .toparticle__list-item small {
- position: absolute;
- right: 0;
- top: 45%;
- }
- .cntsubscribe {
- text-align: center;
- }
- .cntsubscribe__form {
- position: relative;
- }
- .cntsubscribe__sub {
- border-radius: 10rem;
- background-color: #fca25e;
- color: white;
- border: none;
- width: 5rem;
- position: absolute;
- right: 0;
- top: 0;
- padding: 0.45rem 0.8rem;
- }
- .cntsubscribe__sub:hover {
- background-color: #ff892e;
- color: white;
- }
- .cntsubscribe__input {
- border-radius: 10rem;
- padding: 0.4rem 0.8rem;
- width: 100%;
- }
- .img-block .img-block-img {
- width: 70%;
- }
- .img-block-list {
- padding: 2rem 6rem;
- }
- .img-block-linecir {
- position: absolute;
- right: 10%;
- bottom: 5%;
- width: 30%;
- z-index: -1;
- }
- .img-block-linecir.left {
- right: -10%;
- bottom: -5%;
- }
- .img-block-linecir.right {
- left: -10%;
- bottom: -5%;
- }
- .img-block-linecir.left {
- left: -10%;
- bottom: -5%;
- }
- .aboutus_img {
- width: 100%;
- }
- .aboutus_prize_img {
- border: 1.5rem solid rgb(231, 231, 231);
- border-radius: 1rem;
- }
- .header__ai-training__span {
- width: 6rem;
- height: 6rem;
- padding: 1rem;
- display: inline-block;
- font-size: 1.4rem;
- background-color: rgb(255, 255, 159);
- border-radius: 50%;
- }
- .ai-training__action {
- border: 3px dashed #ffebe8;
- }
- .ai-training__card .card-img-top {
- height: 35vh;
- }
- .ai-training__action ul {
- list-style: none;
- line-height: 2rem;
- }
- .ai-training__action__box {
- flex-direction: row;
- }
- .ai-training__action__btn {
- padding: 1.2rem 3rem;
- border: none;
- outline: none;
- border-radius: 4rem;
- background: #fca25e;
- font-size: 1.5rem;
- }
- .ai-training__action__img {
- width: 15rem;
- height: 15rem;
- background-repeat: no-repeat;
- background-position: center;
- background-size: cover;
- border-radius: 50%;
- border: 3px solid #ffdbd6;
- }
- .hero-btn {
- border: none;
- outline: none;
- border-radius: 3rem;
- margin-top: 0.5rem;
- padding: 0.6rem 1.5rem;
- background: linear-gradient(20deg, #ea5413, #920783);
- color: white;
- font-size: 1.1rem;
- box-shadow: 1px 1px 5px 1px rgb(207, 207, 207, 0.53);
- }
- .contact-btn {
- text-decoration: none;
- color: white;
- border: 1px solid #ea5413;
- padding: 0.6rem 1.5rem;
- outline: none;
- background-color: #ea5413;
- margin-top: 0.5rem;
- border-radius: 3rem;
- box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
- transition: all 0.3s;
- &:hover {
- color: #ea5413;
- background-color: transparent;
- border: 1px solid #ea5413;
- }
- }
- .loaded {
- box-shadow: 0 4px 8px 0 rgb(53, 105, 128, 0.3), 0 6px 20px 0 rgb(165, 200, 213, 0.41);
- margin-bottom: 4rem;
- }
- .pageForm-title {
- padding: 0 0 0 40px;
- background-image: url(/imgs/dm/accept.png);
- background-position: 0 0;
- background-repeat: no-repeat;
- background-size: 30px auto;
- }
- .pageForm-txt {
- padding-left: 40px;
- }
- .pageForm-notice {
- padding-left: 40px;
- color: grey;
- margin-top: 50px;
- }
- .pageForm-p {
- padding: 40px;
- }
- .btn-detailForm {
- background-color: transparent;
- border: none;
- outline: none;
- color: #ff892e;
- padding: 0 0;
- padding-bottom: 0.1rem;
- margin-bottom: 0.8rem;
- display: inline-block;
- border-bottom: 1px dotted #ff892e;
- transition: all 0.4s;
- text-decoration: none;
- }
- .btn-detailForm:hover {
- transform: translate(2px, 2px);
- text-decoration: none;
- color: #ff892e;
- }
- @media (max-width: 1300px) {
- .header-right__video {
- position: absolute;
- width: calc(80% - 4%);
- }
- }
- @media (max-width: 992px) {
- .header-title {
- font-size: 3rem;
- }
- .cntheader .header-title {
- font-size: 2.2rem;
- }
- // .header {
- // padding-top: 4rem;
- // height: 50vh;
- // }
- .header-right {
- height: 40vh;
- }
- .header-right-magnifier {
- right: -2.5rem;
- bottom: 1rem;
- }
- .header__sub {
- font-size: 1.3rem;
- }
- .header__sub::before,
- .header__sub::after {
- width: 8%;
- }
- .header__sub::before {
- left: 30%;
- }
- .header__sub::after {
- left: 62%;
- }
- .header__form__input {
- font-size: 0.9rem;
- }
- .category-btngrp {
- padding: 0;
- }
- .category-btn {
- padding: 0.3rem 1.5rem;
- font-size: 1.2rem;
- }
- .ctncategory-btn {
- padding: 0.2rem 1rem;
- font-size: 1rem;
- }
- .top3 .row {
- padding: 0;
- }
- .card__rank {
- padding: 0.8rem 1rem;
- }
- .top3__num {
- left: 0.6rem;
- top: -2.5rem;
- font-size: 4rem;
- }
- .card__rank__word {
- margin-left: 1.5rem;
- font-size: 1.2rem;
- }
- .card__rank hr {
- margin-top: 8px;
- margin-bottom: 8px;
- }
- .top20 .row {
- padding: 0;
- }
- .top20__num {
- font-size: 2.1rem;
- width: 1.6rem;
- }
- .container__footer {
- width: 95vw;
- }
- .header__form {
- width: 85%;
- position: relative;
- }
- .header__form__input {
- margin-left: 0;
- width: 100%;
- }
- .header__form__sub {
- transform: none;
- position: absolute;
- right: 0;
- top: 0;
- }
- .header-right-linecir {
- bottom: 0;
- }
- .cntheader__sub {
- font-size: 1.2rem;
- }
- .cntheader__sub::before {
- left: 13%;
- }
- .cntheader__sub::after {
- left: 72%;
- }
- .toparticle__title img {
- position: absolute;
- width: 90px;
- right: -2rem;
- top: -2rem;
- }
- .toparticle__top {
- font-size: 1.7rem;
- }
- .fb__fr {
- width: 100%;
- }
- .cntsubscribe__form {
- width: 100%;
- }
- .ai-training__action__box {
- flex-direction: column;
- }
- }
- @media (max-width: 767px) {
- // .header {
- // height: 70vh;
- // }
- .header .col-md-5 {
- margin-bottom: 3rem;
- }
- .header-right-bubble {
- width: 15%;
- }
- .header-right-magnifier {
- right: 4rem;
- bottom: 1rem;
- }
- .category {
- padding-top: 4rem;
- }
- .category.dm-description {
- padding-top: 4rem;
- padding-left: 0;
- padding-right: 0;
- margin-top: 4.5rem;
- }
- .category.mt-xl {
- margin-top: 8.5rem;
- }
- .category.dm-description h5 {
- padding-left: 1rem;
- padding-right: 1rem;
- }
- .top3 {
- padding-bottom: 2rem;
- }
- .top3 .col-md-4 {
- margin-bottom: 1.5rem;
- }
- .top3 .col-md-4:nth-of-type(3) {
- margin-bottom: 0;
- }
- .card__rank {
- margin-bottom: 1.5rem;
- }
- .row-right {
- margin-top: 2rem;
- }
- .cntheader {
- padding-bottom: 0rem;
- }
- .header-right__video {
- position: absolute;
- width: calc(80% - 10%);
- left: 2.3rem;
- top: 1.5rem;
- }
- .img-block-list {
- padding: 2rem 1.5rem;
- }
- .ai-training__card .card-img-top {
- height: 50vh;
- }
- }
- @media (max-width: 576px) {
- .header-title {
- font-size: 2.5rem;
- }
- // .header {
- // padding-top: 3rem;
- // height: 63vh;
- // padding-bottom: 0rem;
- // }
- .header.ai-training {
- height: 80vh;
- }
- .header-right {
- height: 30vh;
- }
- .header-right-magnifier {
- right: 0rem;
- bottom: 1.5rem;
- }
- .category-btn {
- padding: 0.2rem 1rem;
- font-size: 1rem;
- }
- .category {
- padding: 1rem;
- }
- .footer-img {
- height: 50px;
- }
- .footer {
- font-size: 0.9rem;
- }
- .pageForm-p {
- padding: 15px;
- }
- .pageForm {
- width: 95%;
- }
- }
- @media (max-width: 480px) {
- .ctncategory-btn {
- margin-top: 0.6rem;
- }
- .header-right__video {
- position: absolute;
- width: calc(80% - 5%);
- left: 2.1rem;
- top: 1.3rem;
- }
- }
- /* blog-traffic Start */
- .blog-traffic {
- overflow-x: hidden;
- .header {
- padding: 0;
- }
- .banner {
- width: 100vw;
- height: auto;
- position: absolute;
- z-index: -10;
- @media (max-width: 767px) {
- width: 150vw;
- height: auto;
- }
- }
- .header-img {
- width: 150%;
- height: auto;
- position: relative;
- top: -30px;
- right: 30px;
- z-index: -1;
- @media (max-width: 767px) {
- width: 100%;
- top: -45px;
- right: unset;
- }
- }
- .header-title {
- font-size: 2.5rem;
- line-height: 65px;
- font-weight: 600;
- color: #000;
- @media (max-width: 768px) {
- font-size: 2.2rem;
- }
- }
- .dm-description {
- margin-top: -250px;
- @media (max-width: 1400px) {
- margin-top: -190px;
- }
- @media (max-width: 991px) {
- margin-top: -100px;
- }
- p {
- font-size: 20px;
- line-height: 32px;
- }
- }
- .category {
- padding: 0;
- position: relative;
- &.dm-description {
- padding: 0;
- }
- @media (max-width: 575px) {
- padding: 0 10px;
- }
- h4 {
- font-size: 2rem;
- }
- h4,
- .sub-title {
- margin: 0;
- color: #f5ab1b;
- font-weight: bold;
- }
- }
- .category-sub-h2::after {
- width: 3rem;
- border-bottom: 10px solid #ea5413;
- margin-top: 15px;
- }
- ul {
- padding: 0;
- list-style: none;
- li {
- line-height: 32px;
- }
- }
- .img-block-img {
- width: 12%;
- object-fit: contain;
- image-rendering: -webkit-optimize-contrast;
- position: relative;
- top: -30px;
- @media (max-width: 1200px) {
- top: -10px;
- }
- @media (max-width: 991px) {
- width: 15%;
- }
- @media (max-width: 767px) {
- width: 20%;
- top: 5px;
- }
- @media (max-width: 490px) {
- top: 15px;
- }
- @media (max-width: 414px) {
- top: 22px;
- }
- }
- .img-first {
- @media (max-width: 1200px) {
- top: 0;
- }
- @media (max-width: 767px) {
- top: 15px;
- }
- @media (max-width: 490px) {
- top: 40px;
- }
- }
- .add-img {
- width: 130px;
- margin: 10px auto 0;
- image-rendering: -webkit-optimize-contrast;
- @media (max-width: 991px) {
- margin: 0 auto;
- }
- @media (max-width: 767px) {
- margin: 10px auto -25px;
- }
- }
- .purple-circle {
- width: 50%;
- left: -250px;
- bottom: 100px;
- @media (max-width: 991px) {
- left: -150px;
- }
- @media (max-width: 767px) {
- left: -50px;
- }
- }
- .orange-circle {
- width: 50%;
- right: -200px;
- top: -200px;
- @media (max-width: 767px) {
- right: -100px;
- top: -150px;
- }
- }
- .data-text {
- .circle {
- top: -250px;
- right: -5vw;
- @media (max-width: 767px) {
- top: 0px;
- }
- }
- }
- }
- /* blog-traffic End */
- /* youtube-views Start */
- #youtube-views {
- overflow-x: hidden;
- h5 {
- line-height: 32px;
- }
- .title {
- color: #ea5413;
- font-size: 1.3rem;
- font-weight: bold;
- }
- .header-right {
- background-position: center;
- }
- .card-group {
- margin-top: 50px;
- .card {
- box-shadow: 0 0 10px rgb(32 32 32 / 25%);
- ul {
- padding: 0;
- list-style: none;
- img {
- margin-bottom: 1px;
- }
- }
- .price {
- width: 100%;
- padding: 10px 0;
- font-size: 28px;
- font-weight: bold;
- text-align: center;
- color: #fff;
- background-color: #ea5413;
- letter-spacing: 2px;
- }
- .buy-btn {
- padding: 10px 20px;
- color: #fff;
- border: 1px solid transparent;
- border-radius: 50px;
- background: #ea5413;
- transition: all 0.3s;
- &:hover {
- color: #ea5413;
- border: 1px solid #ea5413;
- background: #fff;
- }
- }
- }
- .paypal-content {
- margin: 0 20px;
- box-shadow: none;
- }
- }
- .direction-list {
- margin-top: 100px;
- img {
- width: 50px;
- object-fit: contain;
- filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
- }
- .content > div {
- margin-bottom: 40px;
- padding: 0px 15px;
- border-left: 1px solid rgba(0, 0, 0, 0.125);
- border-bottom: 1px solid rgba(0, 0, 0, 0.125);
- }
- section {
- h5 {
- margin: 0;
- font-size: 18px;
- font-weight: bold;
- }
- p {
- font-size: 14px;
- }
- }
- }
- .accordion-button {
- padding: 20px;
- }
- .accordion-button:not(.collapsed) {
- color: #ea5413 !important;
- background-color: #ffebe2 !important;
- }
- button:focus:not(:focus-visible) {
- box-shadow: none !important;
- }
- .accordion-button:not(.collapsed)::after {
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ea5413'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
- }
- @media (max-width: 767px) {
- & .category.dm-description {
- padding-top: 6rem;
- }
- }
- @media (max-width: 575px) {
- & .category.dm-description {
- padding-top: 14rem;
- }
- }
- }
- /* youtube-views End */
- /* seo-image Start */
- .seo-image {
- overflow-x: hidden;
- p {
- line-height: 32px;
- }
- .header {
- padding: 0;
- }
- .video-box {
- width: 100%;
- padding-bottom: 56%;
- }
- .content {
- margin: 150px auto;
- @media (max-width: 767px) {
- margin: 80px auto;
- }
- }
- .line {
- width: 820px;
- position: absolute;
- top: -70px;
- left: 345px;
- @media (max-width: 1400px) {
- width: 840px;
- top: -85px;
- left: 210px;
- }
- @media (max-width: 1200px) {
- width: 880px;
- top: -90px;
- left: 114px;
- }
- @media (max-width: 991px) {
- display: none;
- }
- }
- .title {
- font-size: 28px;
- color: #f6ab1c;
- font-weight: bold;
- }
- .img-item {
- @media (max-width: 991px) {
- width: 100%;
- max-width: 100% !important;
- }
- }
- .purple-circle,
- .orange-circle {
- width: 100%;
- @media (max-width: 991px) {
- width: 60%;
- }
- }
- .purple-circle {
- top: -470px;
- right: -100%;
- @media (max-width: 991px) {
- top: -350px;
- right: -150px;
- }
- @media (max-width: 767px) {
- top: -250px;
- right: -20px;
- }
- }
- .orange-circle {
- top: -200px;
- left: -100%;
- @media (max-width: 991px) {
- top: -30vw;
- left: -20vw;
- }
- }
- .data-text {
- .circle {
- top: -400px;
- right: -5vw;
- @media (max-width: 991px) {
- top: -250px;
- }
- @media (max-width: 767px) {
- top: -120px;
- }
- }
- }
- }
- /* seo-image End */
- /* 共用 className Start */
- .purple-circle,
- .orange-circle {
- position: absolute;
- z-index: -1;
- }
- .data-text {
- position: relative;
- p {
- font-size: 28px;
- font-weight: bold;
- text-align: center;
- }
- .circle {
- width: 500px;
- z-index: -100;
- position: absolute;
- @media (max-width: 991px) {
- width: 400px;
- }
- @media (max-width: 767px) {
- width: 250px;
- }
- }
- }
- /* 共用 className End */
|