|
@@ -14,14 +14,12 @@
|
|
|
}
|
|
|
|
|
|
.header {
|
|
|
- margin-top: 50px;
|
|
|
- padding-top: 6.5rem;
|
|
|
- height: 75vh;
|
|
|
+ margin-top: 70px;
|
|
|
position: relative;
|
|
|
- padding-bottom: 3rem;
|
|
|
+ padding: 6rem 0 3rem;
|
|
|
}
|
|
|
|
|
|
-.header__lefttop {
|
|
|
+.header-lefttop {
|
|
|
position: absolute;
|
|
|
left: 0;
|
|
|
top: 0;
|
|
@@ -29,9 +27,8 @@
|
|
|
width: 350px;
|
|
|
}
|
|
|
|
|
|
-.header__title {
|
|
|
+.header-title {
|
|
|
font-size: 3rem;
|
|
|
- color: #20616d;
|
|
|
font-weight: 400;
|
|
|
}
|
|
|
|
|
@@ -86,7 +83,7 @@
|
|
|
background-color: #ff892e;
|
|
|
}
|
|
|
|
|
|
-.header__right {
|
|
|
+.header-right {
|
|
|
width: 80%;
|
|
|
height: 50vh;
|
|
|
background-image: url("../imgs/電腦2.webp");
|
|
@@ -96,11 +93,11 @@
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.header__right.header__dm {
|
|
|
+.header-right.header-dm {
|
|
|
background-image: url("https://i.imgur.com/SOu53ii.jpg");
|
|
|
}
|
|
|
|
|
|
-.header__right__cir {
|
|
|
+.header-right-cir {
|
|
|
width: 60%;
|
|
|
position: absolute;
|
|
|
right: 0%;
|
|
@@ -108,7 +105,7 @@
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
-.header__right__video {
|
|
|
+.header-right__video {
|
|
|
position: absolute;
|
|
|
width: 70%;
|
|
|
height: auto;
|
|
@@ -116,14 +113,14 @@
|
|
|
top: 1.8rem;
|
|
|
}
|
|
|
|
|
|
-.header__right__magnifier {
|
|
|
+.header-right-magnifier {
|
|
|
position: absolute;
|
|
|
width: 25%;
|
|
|
right: 3%;
|
|
|
bottom: 1%;
|
|
|
}
|
|
|
|
|
|
-.header__right__bubble {
|
|
|
+.header-right-bubble {
|
|
|
position: absolute;
|
|
|
width: 22%;
|
|
|
top: 0;
|
|
@@ -131,7 +128,7 @@
|
|
|
transform: translate(-60%, -50%);
|
|
|
}
|
|
|
|
|
|
-.header__right__linecir {
|
|
|
+.header-right-linecir {
|
|
|
width: 45%;
|
|
|
position: absolute;
|
|
|
left: -8%;
|
|
@@ -139,19 +136,152 @@
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
+/* footer.html Start */
|
|
|
+.footer {
|
|
|
+ color: #656565;
|
|
|
+}
|
|
|
+.footer .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 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 {
|
|
|
+.category.dm-description {
|
|
|
padding: 2rem 8rem;
|
|
|
}
|
|
|
|
|
|
-.category__sub_h2 {
|
|
|
+.category-sub-h2 {
|
|
|
position: relative;
|
|
|
}
|
|
|
|
|
|
-.category__sub_h2::after {
|
|
|
+.category-sub-h2::after {
|
|
|
position: absolute;
|
|
|
content: "";
|
|
|
width: 4rem;
|
|
@@ -162,11 +292,11 @@
|
|
|
transform: translateX(-50%);
|
|
|
}
|
|
|
|
|
|
-.category__btngrp {
|
|
|
+.category-btngrp {
|
|
|
padding: 0 8rem;
|
|
|
}
|
|
|
|
|
|
-.category__btn {
|
|
|
+.category-btn {
|
|
|
background-color: #a7d9e2;
|
|
|
border: none;
|
|
|
border-radius: 5rem;
|
|
@@ -177,7 +307,7 @@
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.category__btn.active {
|
|
|
+.category-btn.active {
|
|
|
background-color: #38a7bb;
|
|
|
text-decoration: none;
|
|
|
color: white;
|
|
@@ -266,55 +396,6 @@
|
|
|
width: 3rem;
|
|
|
}
|
|
|
|
|
|
-.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;
|
|
|
-}
|
|
|
-
|
|
|
/* content page */
|
|
|
.cntheader {
|
|
|
margin-top: 81px;
|
|
@@ -348,7 +429,7 @@
|
|
|
left: 67%;
|
|
|
}
|
|
|
|
|
|
-.cntheader .category__btngrp {
|
|
|
+.cntheader .category-btngrp {
|
|
|
padding: 0 4rem;
|
|
|
}
|
|
|
|
|
@@ -472,7 +553,7 @@
|
|
|
width: 100%;
|
|
|
}
|
|
|
|
|
|
-.img-block .img-block__img {
|
|
|
+.img-block .img-block-img {
|
|
|
width: 70%;
|
|
|
}
|
|
|
|
|
@@ -480,7 +561,7 @@
|
|
|
padding: 2rem 6rem;
|
|
|
}
|
|
|
|
|
|
-.img-block__linecir {
|
|
|
+.img-block-linecir {
|
|
|
position: absolute;
|
|
|
right: 10%;
|
|
|
bottom: 5%;
|
|
@@ -488,17 +569,17 @@
|
|
|
z-index: -1;
|
|
|
}
|
|
|
|
|
|
-.img-block__linecir.left {
|
|
|
+.img-block-linecir.left {
|
|
|
right: -10%;
|
|
|
bottom: -5%;
|
|
|
}
|
|
|
|
|
|
-.img-block__linecir.right {
|
|
|
+.img-block-linecir.right {
|
|
|
left: -10%;
|
|
|
bottom: -5%;
|
|
|
}
|
|
|
|
|
|
-.img-block__linecir.left {
|
|
|
+.img-block-linecir.left {
|
|
|
left: -10%;
|
|
|
bottom: -5%;
|
|
|
}
|
|
@@ -570,7 +651,7 @@
|
|
|
box-shadow: 1px 1px 5px 1px rgba(207, 207, 207, 0.53);
|
|
|
}
|
|
|
|
|
|
-.btns-dark {
|
|
|
+.contact-btn {
|
|
|
text-decoration: none;
|
|
|
color: white;
|
|
|
border: 1px solid #ea5413;
|
|
@@ -579,8 +660,13 @@
|
|
|
background-color: #ea5413;
|
|
|
margin-top: 0.5rem;
|
|
|
border-radius: 3rem;
|
|
|
- font-size: 1.1rem;
|
|
|
box-shadow: 1px 1px 5px 1px rgba(201, 201, 201, 0.637);
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.contact-btn:hover {
|
|
|
+ color: #ea5413;
|
|
|
+ background-color: transparent;
|
|
|
+ border: 1px solid #ea5413;
|
|
|
}
|
|
|
|
|
|
.loaded {
|
|
@@ -588,7 +674,7 @@
|
|
|
margin-bottom: 4rem;
|
|
|
}
|
|
|
|
|
|
-.pageForm__title {
|
|
|
+.pageForm-title {
|
|
|
padding: 0 0 0 40px;
|
|
|
background-image: url(/imgs/dm/accept.png);
|
|
|
background-position: 0 0;
|
|
@@ -596,21 +682,21 @@
|
|
|
background-size: 30px auto;
|
|
|
}
|
|
|
|
|
|
-.pageForm__txt {
|
|
|
+.pageForm-txt {
|
|
|
padding-left: 40px;
|
|
|
}
|
|
|
|
|
|
-.pageForm__notice {
|
|
|
+.pageForm-notice {
|
|
|
padding-left: 40px;
|
|
|
color: grey;
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
|
|
|
-.pageForm__p {
|
|
|
+.pageForm-p {
|
|
|
padding: 40px;
|
|
|
}
|
|
|
|
|
|
-.btn__detailForm {
|
|
|
+.btn-detailForm {
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
outline: none;
|
|
@@ -624,33 +710,29 @@
|
|
|
text-decoration: none;
|
|
|
}
|
|
|
|
|
|
-.btn__detailForm:hover {
|
|
|
+.btn-detailForm:hover {
|
|
|
transform: translate(2px, 2px);
|
|
|
text-decoration: none;
|
|
|
color: #ff892e;
|
|
|
}
|
|
|
|
|
|
@media (max-width: 1300px) {
|
|
|
- .header__right__video {
|
|
|
+ .header-right__video {
|
|
|
position: absolute;
|
|
|
width: 76%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 992px) {
|
|
|
- .header__title {
|
|
|
+ .header-title {
|
|
|
font-size: 3rem;
|
|
|
}
|
|
|
- .cntheader .header__title {
|
|
|
+ .cntheader .header-title {
|
|
|
font-size: 2.2rem;
|
|
|
}
|
|
|
- .header {
|
|
|
- padding-top: 4rem;
|
|
|
- height: 50vh;
|
|
|
- }
|
|
|
- .header__right {
|
|
|
+ .header-right {
|
|
|
height: 40vh;
|
|
|
}
|
|
|
- .header__right__magnifier {
|
|
|
+ .header-right-magnifier {
|
|
|
right: -2.5rem;
|
|
|
bottom: 1rem;
|
|
|
}
|
|
@@ -670,14 +752,14 @@
|
|
|
.header__form__input {
|
|
|
font-size: 0.9rem;
|
|
|
}
|
|
|
- .category__btngrp {
|
|
|
+ .category-btngrp {
|
|
|
padding: 0;
|
|
|
}
|
|
|
- .category__btn {
|
|
|
+ .category-btn {
|
|
|
padding: 0.3rem 1.5rem;
|
|
|
font-size: 1.2rem;
|
|
|
}
|
|
|
- .ctncategory__btn {
|
|
|
+ .ctncategory-btn {
|
|
|
padding: 0.2rem 1rem;
|
|
|
font-size: 1rem;
|
|
|
}
|
|
@@ -724,7 +806,7 @@
|
|
|
right: 0;
|
|
|
top: 0;
|
|
|
}
|
|
|
- .header__right__linecir {
|
|
|
+ .header-right-linecir {
|
|
|
bottom: 0;
|
|
|
}
|
|
|
.cntheader__sub {
|
|
@@ -756,23 +838,20 @@
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
- .header {
|
|
|
- height: 70vh;
|
|
|
- }
|
|
|
.header .col-md-5 {
|
|
|
margin-bottom: 3rem;
|
|
|
}
|
|
|
- .header__right__bubble {
|
|
|
+ .header-right-bubble {
|
|
|
width: 15%;
|
|
|
}
|
|
|
- .header__right__magnifier {
|
|
|
+ .header-right-magnifier {
|
|
|
right: 4rem;
|
|
|
bottom: 1rem;
|
|
|
}
|
|
|
.category {
|
|
|
padding-top: 4rem;
|
|
|
}
|
|
|
- .category.dm__description {
|
|
|
+ .category.dm-description {
|
|
|
padding-top: 4rem;
|
|
|
padding-left: 0;
|
|
|
padding-right: 0;
|
|
@@ -781,7 +860,7 @@
|
|
|
.category.mt-xl {
|
|
|
margin-top: 8.5rem;
|
|
|
}
|
|
|
- .category.dm__description h5 {
|
|
|
+ .category.dm-description h5 {
|
|
|
padding-left: 1rem;
|
|
|
padding-right: 1rem;
|
|
|
}
|
|
@@ -803,7 +882,7 @@
|
|
|
.cntheader {
|
|
|
padding-bottom: 0rem;
|
|
|
}
|
|
|
- .header__right__video {
|
|
|
+ .header-right__video {
|
|
|
position: absolute;
|
|
|
width: 70%;
|
|
|
left: 2.3rem;
|
|
@@ -817,38 +896,33 @@
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 576px) {
|
|
|
- .header__title {
|
|
|
+ .header-title {
|
|
|
font-size: 2.5rem;
|
|
|
}
|
|
|
- .header {
|
|
|
- padding-top: 3rem;
|
|
|
- height: 63vh;
|
|
|
- padding-bottom: 0rem;
|
|
|
- }
|
|
|
.header.ai-training {
|
|
|
height: 80vh;
|
|
|
}
|
|
|
- .header__right {
|
|
|
+ .header-right {
|
|
|
height: 30vh;
|
|
|
}
|
|
|
- .header__right__magnifier {
|
|
|
+ .header-right-magnifier {
|
|
|
right: 0rem;
|
|
|
bottom: 1.5rem;
|
|
|
}
|
|
|
- .category__btn {
|
|
|
+ .category-btn {
|
|
|
padding: 0.2rem 1rem;
|
|
|
font-size: 1rem;
|
|
|
}
|
|
|
.category {
|
|
|
padding: 1rem;
|
|
|
}
|
|
|
- .footer_img {
|
|
|
+ .footer-img {
|
|
|
height: 50px;
|
|
|
}
|
|
|
.footer {
|
|
|
font-size: 0.9rem;
|
|
|
}
|
|
|
- .pageForm__p {
|
|
|
+ .pageForm-p {
|
|
|
padding: 15px;
|
|
|
}
|
|
|
.pageForm {
|
|
@@ -856,10 +930,10 @@
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 480px) {
|
|
|
- .ctncategory__btn {
|
|
|
+ .ctncategory-btn {
|
|
|
margin-top: 0.6rem;
|
|
|
}
|
|
|
- .header__right__video {
|
|
|
+ .header-right__video {
|
|
|
position: absolute;
|
|
|
width: 75%;
|
|
|
left: 2.1rem;
|
|
@@ -867,118 +941,101 @@
|
|
|
}
|
|
|
}
|
|
|
/* blog-traffic Start */
|
|
|
-.blog-traffic .header__right {
|
|
|
- width: 100%;
|
|
|
- height: 50vw;
|
|
|
- position: relative;
|
|
|
- top: -100px;
|
|
|
- right: -70px;
|
|
|
- z-index: -1;
|
|
|
- background-size: cover;
|
|
|
-}
|
|
|
-
|
|
|
-@media (max-width: 1200px) {
|
|
|
- .blog-traffic .header__right {
|
|
|
- height: 60vw;
|
|
|
- right: 0px;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- .blog-traffic .header__right {
|
|
|
- width: 80%;
|
|
|
- height: 75vw;
|
|
|
- top: 0px;
|
|
|
- right: 0px;
|
|
|
- }
|
|
|
+.blog-traffic {
|
|
|
+ overflow-x: hidden;
|
|
|
}
|
|
|
-@media (max-width: 414px) {
|
|
|
- .blog-traffic .header__right {
|
|
|
- width: 100%;
|
|
|
- height: 95vw;
|
|
|
- top: 0px;
|
|
|
- right: 5px;
|
|
|
- }
|
|
|
+.blog-traffic .header {
|
|
|
+ padding: 0;
|
|
|
}
|
|
|
-.blog-traffic .header__lefttop {
|
|
|
+.blog-traffic .banner {
|
|
|
width: 100vw;
|
|
|
height: auto;
|
|
|
- top: -120px;
|
|
|
+ position: absolute;
|
|
|
+ z-index: -10;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 767px) {
|
|
|
- .blog-traffic .header__lefttop {
|
|
|
+ .blog-traffic .banner {
|
|
|
width: 150vw;
|
|
|
height: auto;
|
|
|
}
|
|
|
}
|
|
|
-.blog-traffic .header__title {
|
|
|
+.blog-traffic .header-img {
|
|
|
+ width: 150%;
|
|
|
+ height: auto;
|
|
|
+ position: relative;
|
|
|
+ top: -30px;
|
|
|
+ right: 30px;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .blog-traffic .header-img {
|
|
|
+ width: 100%;
|
|
|
+ top: -45px;
|
|
|
+ right: unset;
|
|
|
+ }
|
|
|
+}
|
|
|
+.blog-traffic .header-title {
|
|
|
font-size: 2.5rem;
|
|
|
line-height: 65px;
|
|
|
font-weight: 600;
|
|
|
+ color: #000;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 768px) {
|
|
|
- .blog-traffic .header__title {
|
|
|
+ .blog-traffic .header-title {
|
|
|
font-size: 2.2rem;
|
|
|
}
|
|
|
}
|
|
|
+.blog-traffic .dm-description {
|
|
|
+ margin-top: -250px;
|
|
|
+}
|
|
|
+@media (max-width: 1400px) {
|
|
|
+ .blog-traffic .dm-description {
|
|
|
+ margin-top: -190px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .blog-traffic .dm-description {
|
|
|
+ margin-top: -100px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.blog-traffic .dm-description p {
|
|
|
+ font-size: 20px;
|
|
|
+ line-height: 32px;
|
|
|
+}
|
|
|
.blog-traffic .category {
|
|
|
padding: 0;
|
|
|
+ position: relative;
|
|
|
}
|
|
|
-
|
|
|
-.blog-traffic .category.dm__description {
|
|
|
+.blog-traffic .category.dm-description {
|
|
|
padding: 0;
|
|
|
}
|
|
|
-
|
|
|
-.blog-traffic .category__sub_h2::after {
|
|
|
+@media (max-width: 575px) {
|
|
|
+ .blog-traffic .category {
|
|
|
+ padding: 0 10px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.blog-traffic .category h4 {
|
|
|
+ font-size: 2rem;
|
|
|
+}
|
|
|
+.blog-traffic .category h4,
|
|
|
+.blog-traffic .category .sub-title {
|
|
|
+ margin: 0;
|
|
|
+ color: #f5ab1b;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+.blog-traffic .category-sub-h2::after {
|
|
|
width: 3rem;
|
|
|
border-bottom: 10px solid #ea5413;
|
|
|
margin-top: 15px;
|
|
|
}
|
|
|
-
|
|
|
.blog-traffic ul {
|
|
|
+ padding: 0;
|
|
|
list-style: none;
|
|
|
}
|
|
|
-
|
|
|
-/* .blog-traffic .dm__description {
|
|
|
- margin-top: 3rem;
|
|
|
-} */
|
|
|
-@media (max-width: 1800px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: 5rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 1400px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: -5rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 1200px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: 0rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 991px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: -8rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 767px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: 11rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 414px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: 5rem;
|
|
|
- }
|
|
|
-}
|
|
|
-@media (max-width: 389px) {
|
|
|
- .blog-traffic .dm__description {
|
|
|
- margin-top: 10rem;
|
|
|
- }
|
|
|
+.blog-traffic ul li {
|
|
|
+ line-height: 32px;
|
|
|
}
|
|
|
-.blog-traffic .img-block__img {
|
|
|
+.blog-traffic .img-block-img {
|
|
|
width: 12%;
|
|
|
-o-object-fit: contain;
|
|
|
object-fit: contain;
|
|
@@ -986,77 +1043,52 @@
|
|
|
position: relative;
|
|
|
top: -30px;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 1200px) {
|
|
|
- .blog-traffic .img-block__img {
|
|
|
+ .blog-traffic .img-block-img {
|
|
|
top: -10px;
|
|
|
}
|
|
|
- .blog-traffic .img-first {
|
|
|
- top: 0;
|
|
|
- }
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
- .blog-traffic .img-block__img {
|
|
|
+ .blog-traffic .img-block-img {
|
|
|
width: 15%;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
- .blog-traffic .img-block__img {
|
|
|
+ .blog-traffic .img-block-img {
|
|
|
width: 20%;
|
|
|
top: 5px;
|
|
|
}
|
|
|
- .blog-traffic .img-first {
|
|
|
- top: 15px;
|
|
|
- }
|
|
|
}
|
|
|
@media (max-width: 490px) {
|
|
|
- .blog-traffic .img-block__img {
|
|
|
+ .blog-traffic .img-block-img {
|
|
|
top: 15px;
|
|
|
}
|
|
|
- .blog-traffic .img-first {
|
|
|
- top: 40px;
|
|
|
- }
|
|
|
}
|
|
|
@media (max-width: 414px) {
|
|
|
- .blog-traffic .img-block__img {
|
|
|
+ .blog-traffic .img-block-img {
|
|
|
top: 22px;
|
|
|
}
|
|
|
}
|
|
|
-@media (max-width: 575px) {
|
|
|
- .blog-traffic .category {
|
|
|
- padding: 0 10px;
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .blog-traffic .img-first {
|
|
|
+ top: 0;
|
|
|
}
|
|
|
}
|
|
|
-.blog-traffic .category h4 {
|
|
|
- font-size: 2rem;
|
|
|
-}
|
|
|
-
|
|
|
-.blog-traffic .category h4,
|
|
|
-.blog-traffic .category .sub-title {
|
|
|
- margin: 0;
|
|
|
- color: #f5ab1b;
|
|
|
- font-weight: bold;
|
|
|
-}
|
|
|
-
|
|
|
-.blog-traffic .category p {
|
|
|
- margin: 30px 0;
|
|
|
-}
|
|
|
-
|
|
|
-.blog-traffic .category ul {
|
|
|
- padding: 0;
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .blog-traffic .img-first {
|
|
|
+ top: 15px;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
-.blog-traffic .category p,
|
|
|
-.blog-traffic .category li {
|
|
|
- line-height: 30px;
|
|
|
+@media (max-width: 490px) {
|
|
|
+ .blog-traffic .img-first {
|
|
|
+ top: 40px;
|
|
|
+ }
|
|
|
}
|
|
|
-
|
|
|
.blog-traffic .add-img {
|
|
|
width: 130px;
|
|
|
margin: 10px auto 0;
|
|
|
image-rendering: -webkit-optimize-contrast;
|
|
|
}
|
|
|
-
|
|
|
@media (max-width: 991px) {
|
|
|
.blog-traffic .add-img {
|
|
|
margin: 0 auto;
|
|
@@ -1067,6 +1099,42 @@
|
|
|
margin: 10px auto -25px;
|
|
|
}
|
|
|
}
|
|
|
+.blog-traffic .purple-circle {
|
|
|
+ width: 50%;
|
|
|
+ left: -250px;
|
|
|
+ bottom: 100px;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .blog-traffic .purple-circle {
|
|
|
+ left: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .blog-traffic .purple-circle {
|
|
|
+ left: -50px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.blog-traffic .orange-circle {
|
|
|
+ width: 50%;
|
|
|
+ right: -200px;
|
|
|
+ top: -200px;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .blog-traffic .orange-circle {
|
|
|
+ right: -100px;
|
|
|
+ top: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.blog-traffic .data-text .circle {
|
|
|
+ top: -250px;
|
|
|
+ right: -5vw;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .blog-traffic .data-text .circle {
|
|
|
+ top: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
/* blog-traffic End */
|
|
|
/* youtube-views Start */
|
|
|
#youtube-views {
|
|
@@ -1080,7 +1148,7 @@
|
|
|
font-size: 1.3rem;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
-#youtube-views .header__right {
|
|
|
+#youtube-views .header-right {
|
|
|
background-position: center;
|
|
|
}
|
|
|
#youtube-views .card-group {
|
|
@@ -1160,14 +1228,156 @@
|
|
|
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) {
|
|
|
- #youtube-views .category.dm__description {
|
|
|
+ #youtube-views .category.dm-description {
|
|
|
padding-top: 6rem;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
- #youtube-views .category.dm__description {
|
|
|
+ #youtube-views .category.dm-description {
|
|
|
padding-top: 14rem;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-/* youtube-views End *//*# sourceMappingURL=style.css.map */
|
|
|
+/* youtube-views End */
|
|
|
+/* seo-image Start */
|
|
|
+.seo-image {
|
|
|
+ overflow-x: hidden;
|
|
|
+}
|
|
|
+.seo-image p {
|
|
|
+ line-height: 32px;
|
|
|
+}
|
|
|
+.seo-image .header {
|
|
|
+ padding: 0;
|
|
|
+}
|
|
|
+.seo-image .video-box {
|
|
|
+ width: 100%;
|
|
|
+ padding-bottom: 56%;
|
|
|
+}
|
|
|
+.seo-image .content {
|
|
|
+ margin: 150px auto;
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .seo-image .content {
|
|
|
+ margin: 80px auto;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .line {
|
|
|
+ width: 820px;
|
|
|
+ position: absolute;
|
|
|
+ top: -70px;
|
|
|
+ left: 345px;
|
|
|
+}
|
|
|
+@media (max-width: 1400px) {
|
|
|
+ .seo-image .line {
|
|
|
+ width: 840px;
|
|
|
+ top: -85px;
|
|
|
+ left: 210px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 1200px) {
|
|
|
+ .seo-image .line {
|
|
|
+ width: 880px;
|
|
|
+ top: -90px;
|
|
|
+ left: 114px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .line {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .title {
|
|
|
+ font-size: 28px;
|
|
|
+ color: #f6ab1c;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .img-item {
|
|
|
+ width: 100%;
|
|
|
+ max-width: 100% !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .purple-circle,
|
|
|
+.seo-image .orange-circle {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .purple-circle,
|
|
|
+.seo-image .orange-circle {
|
|
|
+ width: 60%;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .purple-circle {
|
|
|
+ top: -470px;
|
|
|
+ right: -100%;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .purple-circle {
|
|
|
+ top: -350px;
|
|
|
+ right: -150px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .seo-image .purple-circle {
|
|
|
+ top: -250px;
|
|
|
+ right: -20px;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .orange-circle {
|
|
|
+ top: -200px;
|
|
|
+ left: -100%;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .orange-circle {
|
|
|
+ top: -30vw;
|
|
|
+ left: -20vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+.seo-image .data-text .circle {
|
|
|
+ top: -400px;
|
|
|
+ right: -5vw;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .seo-image .data-text .circle {
|
|
|
+ top: -250px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .seo-image .data-text .circle {
|
|
|
+ top: -120px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* seo-image End */
|
|
|
+/* 共用 className Start */
|
|
|
+.purple-circle,
|
|
|
+.orange-circle {
|
|
|
+ position: absolute;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+
|
|
|
+.data-text {
|
|
|
+ position: relative;
|
|
|
+}
|
|
|
+.data-text p {
|
|
|
+ font-size: 28px;
|
|
|
+ font-weight: bold;
|
|
|
+ text-align: center;
|
|
|
+}
|
|
|
+.data-text .circle {
|
|
|
+ width: 500px;
|
|
|
+ z-index: -100;
|
|
|
+ position: absolute;
|
|
|
+}
|
|
|
+@media (max-width: 991px) {
|
|
|
+ .data-text .circle {
|
|
|
+ width: 400px;
|
|
|
+ }
|
|
|
+}
|
|
|
+@media (max-width: 767px) {
|
|
|
+ .data-text .circle {
|
|
|
+ width: 250px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+/* 共用 className End *//*# sourceMappingURL=style.css.map */
|