|
@@ -515,6 +515,10 @@
|
|
|
#home .swiper .swiper-pagination-bullet-active {
|
|
|
background-color: #000 !important;
|
|
|
}
|
|
|
+#home .swiper .swiper-button-next,
|
|
|
+#home .swiper .swiper-button-prev {
|
|
|
+ color: #6c6d70;
|
|
|
+}
|
|
|
#home #main {
|
|
|
overflow: hidden;
|
|
|
}
|
|
@@ -569,12 +573,13 @@
|
|
|
}
|
|
|
#home #main .content .action-btn {
|
|
|
margin-top: 60px;
|
|
|
- padding: 8px 22px;
|
|
|
- color: #fff;
|
|
|
- transition: all 0.3s;
|
|
|
+ padding: 13px 30px;
|
|
|
border: none;
|
|
|
- border-radius: 20px;
|
|
|
+ color: #fff;
|
|
|
background-color: #ea5413;
|
|
|
+ text-decoration: none;
|
|
|
+ border-radius: 100px;
|
|
|
+ transition: all 0.3s;
|
|
|
}
|
|
|
#home #main .content .action-btn:hover {
|
|
|
background-color: #d54d13;
|
|
@@ -1428,7 +1433,7 @@
|
|
|
font-size: 1.3rem;
|
|
|
}
|
|
|
.header__sub::before,
|
|
|
-.header__sub::after {
|
|
|
+ .header__sub::after {
|
|
|
width: 8%;
|
|
|
}
|
|
|
.header__sub::before {
|
|
@@ -2842,7 +2847,7 @@
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
#youtube-views .direction-list,
|
|
|
-#youtube-views-zh .direction-list {
|
|
|
+ #youtube-views-zh .direction-list {
|
|
|
margin-top: 60px;
|
|
|
}
|
|
|
}
|
|
@@ -2889,13 +2894,13 @@
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
#youtube-views .category.dm-description,
|
|
|
-#youtube-views-zh .category.dm-description {
|
|
|
+ #youtube-views-zh .category.dm-description {
|
|
|
padding-top: 6rem;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
#youtube-views .category.dm-description,
|
|
|
-#youtube-views-zh .category.dm-description {
|
|
|
+ #youtube-views-zh .category.dm-description {
|
|
|
padding-top: 14rem;
|
|
|
}
|
|
|
}
|
|
@@ -3199,7 +3204,7 @@
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
.seo-image .purple-circle,
|
|
|
-.seo-image .orange-circle {
|
|
|
+ .seo-image .orange-circle {
|
|
|
width: 60%;
|
|
|
}
|
|
|
}
|
|
@@ -3308,6 +3313,21 @@
|
|
|
margin-top: -34px;
|
|
|
}
|
|
|
}
|
|
|
+.ai-presenter .link-btn {
|
|
|
+ display: inline-block;
|
|
|
+ padding: 12px 35px;
|
|
|
+ margin-top: 25px;
|
|
|
+ font-size: 18px;
|
|
|
+ font-weight: bold;
|
|
|
+ border-radius: 100px;
|
|
|
+ text-decoration: none;
|
|
|
+ color: #fff;
|
|
|
+ background: #ea5413;
|
|
|
+ transition: all 0.3s;
|
|
|
+}
|
|
|
+.ai-presenter .link-btn:hover {
|
|
|
+ opacity: 0.8;
|
|
|
+}
|
|
|
.ai-presenter .usecace-list {
|
|
|
margin-bottom: 100px;
|
|
|
}
|
|
@@ -3414,21 +3434,6 @@
|
|
|
.ai-presenter .template-content .bg-bottom {
|
|
|
bottom: -10px;
|
|
|
}
|
|
|
-.ai-presenter .step-content .link-btn,
|
|
|
-.ai-presenter .template-content .link-btn {
|
|
|
- display: inline-block;
|
|
|
- padding: 12px 20px;
|
|
|
- margin-top: 25px;
|
|
|
- border-radius: 100px;
|
|
|
- text-decoration: none;
|
|
|
- color: #fff;
|
|
|
- background: #ea5413;
|
|
|
- transition: all 0.3s;
|
|
|
-}
|
|
|
-.ai-presenter .step-content .link-btn:hover,
|
|
|
-.ai-presenter .template-content .link-btn:hover {
|
|
|
- opacity: 0.8;
|
|
|
-}
|
|
|
.ai-presenter .step-content ul,
|
|
|
.ai-presenter .template-content ul {
|
|
|
padding: 0;
|
|
@@ -3456,7 +3461,7 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content ul li h4,
|
|
|
-.ai-presenter .template-content ul li h4 {
|
|
|
+ .ai-presenter .template-content ul li h4 {
|
|
|
font-size: 20px;
|
|
|
}
|
|
|
}
|
|
@@ -3470,7 +3475,7 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content ul li .point-list li,
|
|
|
-.ai-presenter .template-content ul li .point-list li {
|
|
|
+ .ai-presenter .template-content ul li .point-list li {
|
|
|
margin: 5px 0 5px 20px;
|
|
|
}
|
|
|
}
|
|
@@ -3492,13 +3497,13 @@
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content .excerpt,
|
|
|
-.ai-presenter .template-content .excerpt {
|
|
|
+ .ai-presenter .template-content .excerpt {
|
|
|
font-size: 16px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .step-content .caption,
|
|
|
-.ai-presenter .template-content .caption {
|
|
|
+ .ai-presenter .template-content .caption {
|
|
|
font-size: 15px;
|
|
|
}
|
|
|
}
|
|
@@ -3601,26 +3606,26 @@
|
|
|
}
|
|
|
@media (max-width: 1200px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
top: 8%;
|
|
|
font-size: 28px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 991px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 22px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 767px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 30px;
|
|
|
}
|
|
|
}
|
|
|
@media (max-width: 575px) {
|
|
|
.ai-presenter .template-content .info .img-text-left,
|
|
|
-.ai-presenter .template-content .info .img-text-right {
|
|
|
+ .ai-presenter .template-content .info .img-text-right {
|
|
|
font-size: 4.8vw;
|
|
|
}
|
|
|
}
|