12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403 |
- * {
- 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;
- font-weight: bold;
- // color: #20616d;
- }
- .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: 0.5rem 2rem;
- border: none;
- outline: none;
- border-radius: 4rem;
- background: #ea5413;
- font-size: 1.3rem;
- color: white;
- }
- .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 #cfcfcf87;
- }
- .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 #3569804d, 0 6px 20px 0 #a5c8d569;
- 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 */
- /* seo Start */
- #seo-dm {
- overflow: hidden;
- .stock-01 {
- position: absolute;
- z-index: -1;
- width: 800px;
- top: -180px;
- left: -300px;
- }
- .bg-img {
- width: 50%;
- position: absolute;
- right: -50px;
- z-index: -1;
- }
- .block-content {
- margin-left: -35px;
- h3 {
- color: #f6ab1c;
- font-size: 2.2rem;
- font-weight: bold;
- }
- p {
- color: #656565;
- font-weight: bold;
- }
- }
- }
- /* seo 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 #20202040;
- 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 */
|