|
@@ -1966,6 +1966,13 @@ body .learn-more:hover {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #sec08 {
|
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, #414141), color-stop(30%, transparent), color-stop(55%, #fff));
|
|
|
|
+ background: linear-gradient(180deg, #414141 55%, transparent 30%, #fff 55%);
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#sec08 #sec08-container-box {
|
|
#sec08 #sec08-container-box {
|
|
background-size: contain;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
@@ -1977,17 +1984,17 @@ body .learn-more:hover {
|
|
padding-top: 5vw;
|
|
padding-top: 5vw;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec08 #sec08-title .col-9 {
|
|
|
|
|
|
+#sec08 #sec08-title .col-lg-9 {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec08 #sec08-title .col-9 #OUR-PARTNER {
|
|
|
|
|
|
+#sec08 #sec08-title .col-lg-9 #OUR-PARTNER {
|
|
position: absolute;
|
|
position: absolute;
|
|
top: -10px;
|
|
top: -10px;
|
|
right: 0vw;
|
|
right: 0vw;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec08 #sec08-title .col-9 #OUR-PARTNER h5 {
|
|
|
|
|
|
+#sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 {
|
|
font-size: 5em;
|
|
font-size: 5em;
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
/* 文字的距離 */
|
|
/* 文字的距離 */
|
|
@@ -1999,6 +2006,15 @@ body .learn-more:hover {
|
|
color: #f5f5f5;
|
|
color: #f5f5f5;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 {
|
|
|
|
+ top: 200px;
|
|
|
|
+ font-size: 3rem;
|
|
|
|
+ letter-spacing: 5px;
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#sec08 #sec08-title h1 {
|
|
#sec08 #sec08-title h1 {
|
|
padding: 10px;
|
|
padding: 10px;
|
|
color: #fff;
|
|
color: #fff;
|
|
@@ -2071,17 +2087,17 @@ body .learn-more:hover {
|
|
padding-bottom: 5vw;
|
|
padding-bottom: 5vw;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec09 .col-9 {
|
|
|
|
|
|
+#sec09 .col-lg-9 {
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec09 .col-9 #TRADING {
|
|
|
|
|
|
+#sec09 .col-lg-9 #TRADING {
|
|
position: absolute;
|
|
position: absolute;
|
|
right: -10px;
|
|
right: -10px;
|
|
top: -150px;
|
|
top: -150px;
|
|
}
|
|
}
|
|
|
|
|
|
-#sec09 .col-9 #TRADING h5 {
|
|
|
|
|
|
+#sec09 .col-lg-9 #TRADING h5 {
|
|
font-size: calc(7rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));
|
|
font-size: calc(7rem + (1.3-1.2) * ((100vw - 600px) / (1200 - 600)));
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
/* 文字的距離 */
|
|
/* 文字的距離 */
|
|
@@ -2092,6 +2108,15 @@ body .learn-more:hover {
|
|
color: #414141;
|
|
color: #414141;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
|
+ #sec09 .col-lg-9 #TRADING h5 {
|
|
|
|
+ top: 200px;
|
|
|
|
+ font-size: 3rem;
|
|
|
|
+ letter-spacing: 5px;
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+
|
|
#sec09 #sec09-container-box {
|
|
#sec09 #sec09-container-box {
|
|
background-size: contain;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|