Browse Source

頁面修正

jeter20131220 3 years ago
parent
commit
51bf358542
3 changed files with 9 additions and 8 deletions
  1. 4 3
      desktopB/style.css
  2. 0 0
      desktopB/style.css.map
  3. 5 5
      desktopB/style.scss

+ 4 - 3
desktopB/style.css

@@ -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;

File diff suppressed because it is too large
+ 0 - 0
desktopB/style.css.map


+ 5 - 5
desktopB/style.scss

@@ -66,7 +66,7 @@ body {
 .banner {
     width: 100vw;
     position: relative;
-
+    padding-bottom: 10vw;
     #text {
         text-align: center;
 
@@ -76,7 +76,7 @@ body {
             .banner1,
             .banner2,
             .banner3 {
-                height: 105vh;
+                padding-bottom: 10vw;
                 background-size: cover;
                 background-repeat: no-repeat;
                 background-position: center;
@@ -93,12 +93,12 @@ body {
                 .icondown {
                     position: absolute;
                     left:48vw;
-                    top:45vw;
+                    top:48vw;
                    
                     
                 }
                 .process-box {
-                padding-top: 5vw;
+                     padding-top: 5vw;
                     display: grid;
                     grid-template-columns: repeat(4, 1fr);
                     width: 55vw;
@@ -108,7 +108,7 @@ body {
                     .box-text {
                         font-family: 微軟正黑體;
                         text-align: center;
-                        font-size: 18px;
+                        font-size: 16px;
                         font-weight: 900;
                         padding-right: 3vw;
                         color: $Font-color;

Some files were not shown because too many files changed in this diff