|
@@ -68,6 +68,7 @@ body .arrow:hover {
|
|
|
.banner {
|
|
|
width: 100vw;
|
|
|
position: relative;
|
|
|
+ padding-bottom: 10vw;
|
|
|
}
|
|
|
|
|
|
.banner #text {
|
|
@@ -82,7 +83,7 @@ body .arrow:hover {
|
|
|
.banner #text .banner-slider .banner1,
|
|
|
.banner #text .banner-slider .banner2,
|
|
|
.banner #text .banner-slider .banner3 {
|
|
|
- height: 105vh;
|
|
|
+ padding-bottom: 10vw;
|
|
|
background-size: cover;
|
|
|
background-repeat: no-repeat;
|
|
|
background-position: center;
|
|
@@ -104,7 +105,7 @@ body .arrow:hover {
|
|
|
.banner #text .banner-slider .banner3 .icondown {
|
|
|
position: absolute;
|
|
|
left: 48vw;
|
|
|
- top: 45vw;
|
|
|
+ top: 48vw;
|
|
|
}
|
|
|
|
|
|
.banner #text .banner-slider .banner1 .process-box,
|
|
@@ -124,7 +125,7 @@ body .arrow:hover {
|
|
|
.banner #text .banner-slider .banner3 .process-box .box-text {
|
|
|
font-family: 微軟正黑體;
|
|
|
text-align: center;
|
|
|
- font-size: 18px;
|
|
|
+ font-size: 16px;
|
|
|
font-weight: 900;
|
|
|
padding-right: 3vw;
|
|
|
color: #fff;
|