|
@@ -1968,8 +1968,9 @@ body .learn-more:hover {
|
|
|
|
|
|
@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%);
|
|
|
+ background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, #414141), color-stop(30%, transparent), color-stop(55%, #fff));
|
|
|
+ background: linear-gradient(180deg, #414141 100%, transparent 30%, #fff 55%);
|
|
|
+ padding-top: 10vw;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -1994,6 +1995,12 @@ body .learn-more:hover {
|
|
|
right: 0vw;
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec08 #sec08-title .col-lg-9 #OUR-PARTNER {
|
|
|
+ top: 0px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 {
|
|
|
font-size: 5em;
|
|
|
opacity: 0.8;
|
|
@@ -2002,16 +2009,14 @@ body .learn-more:hover {
|
|
|
text-align: center;
|
|
|
letter-spacing: 10px;
|
|
|
font-weight: 900;
|
|
|
- padding-left: 30px;
|
|
|
color: #f5f5f5;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec08 #sec08-title .col-lg-9 #OUR-PARTNER h5 {
|
|
|
- top: 200px;
|
|
|
- font-size: 3rem;
|
|
|
+ font-size: 20px;
|
|
|
letter-spacing: 5px;
|
|
|
- display: none;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2026,6 +2031,7 @@ body .learn-more:hover {
|
|
|
#sec08 #sec08-title h1 {
|
|
|
font-weight: 900;
|
|
|
font-size: 32px;
|
|
|
+ padding: 0px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2049,6 +2055,13 @@ body .learn-more:hover {
|
|
|
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
|
|
|
}
|
|
|
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec08 #sec08-container .card {
|
|
|
+ padding-top: 5vw;
|
|
|
+ padding-bottom: 5vw;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
#sec08 #sec08-container .card .adv4 {
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
@@ -2078,7 +2091,7 @@ body .learn-more:hover {
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec08 #sec08-container .col-3 img {
|
|
|
- padding: 0;
|
|
|
+ padding: 3px;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2094,7 +2107,20 @@ body .learn-more:hover {
|
|
|
#sec09 .col-lg-9 #TRADING {
|
|
|
position: absolute;
|
|
|
right: -10px;
|
|
|
- top: -150px;
|
|
|
+ top: -180px;
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 767px) {
|
|
|
+ #sec09 .col-lg-9 #TRADING {
|
|
|
+ top: 5px;
|
|
|
+ right: 30px;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+@media screen and (max-width: 350px) {
|
|
|
+ #sec09 .col-lg-9 #TRADING {
|
|
|
+ right: 20px;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
#sec09 .col-lg-9 #TRADING h5 {
|
|
@@ -2104,16 +2130,14 @@ body .learn-more:hover {
|
|
|
/* 通常搭配內距左邊 */
|
|
|
letter-spacing: 10px;
|
|
|
font-weight: 900;
|
|
|
- padding-left: 30px;
|
|
|
color: #414141;
|
|
|
}
|
|
|
|
|
|
@media screen and (max-width: 767px) {
|
|
|
#sec09 .col-lg-9 #TRADING h5 {
|
|
|
- top: 200px;
|
|
|
- font-size: 3rem;
|
|
|
+ font-size: 20px;
|
|
|
letter-spacing: 5px;
|
|
|
- display: none;
|
|
|
+ text-align: left;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2138,6 +2162,7 @@ body .learn-more:hover {
|
|
|
#sec09 #sec09-title h1 {
|
|
|
font-weight: 900;
|
|
|
font-size: 32px;
|
|
|
+ padding: 5px 0px;
|
|
|
}
|
|
|
}
|
|
|
|