diff --git a/4.css b/4.css index 08979d6..b57c380 100644 --- a/4.css +++ b/4.css @@ -7,6 +7,9 @@ body { width: 100%; font-family: sans-serif; } +p{ + margin-left:10px; +} a{ color: #0077ff; text-decoration: underline; @@ -22,7 +25,10 @@ a:hover{ } .full_page{ - width:50vw; + /*width:50vw;*/ + width:90vw; + max-width: 986px; + border-radius:5px; margin:auto; } @@ -68,7 +74,8 @@ a:hover{ background-size:cover; } div.pageText{ - width:50vw; + width:90vw; + max-width: 986px; padding-top:20px; background-color:#d1d1d1; border-color:#ffffff; @@ -79,7 +86,8 @@ div.pageText{ margin-top: 40px; } div.pageBanner{ - width:50vw; + width:90vw; + max-width: 986px; background-color:#0077ff; border-color:#0077ff; border:3px solid; @@ -88,7 +96,8 @@ div.pageBanner{ margin:auto; } div.terminator{ - width:50vw; + width:90vw; + max-width: 986px; padding-top:1px; background-color:#d1d1d1; border-color:#ffffff; @@ -98,7 +107,8 @@ div.terminator{ margin:auto; } div.main{ - width:50vw; + width:90vw; + max-width: 986px; padding-top:1px; background-color:#d1d1d1; border-color:#ffffff; @@ -109,7 +119,7 @@ div.main{ h6 span{ cursor:pointer; - width:calc(20% - 23px); + width:calc(23% - 23px); line-height: 40px; font-size:30px; padding-top: 2px; @@ -184,6 +194,7 @@ div.subSpace{ } h1{ color:#000000; + border-radius: 5px; background-color:#ffffff; margin-left:10px; @@ -196,6 +207,7 @@ h1{ } h2{ color:#333; + background-color:#ffffff; border-radius:5px; margin-left:10px; @@ -235,7 +247,8 @@ hr.intro{ color:#000000; } #bttn{ - width: 1054px; + width:90vw; + max-width: 986px; height: 200px; padding-top: 30vh; margin: auto; @@ -243,7 +256,8 @@ hr.intro{ border-radius:5px; } div.main_info_scroll{ - width:50vw; + width:90vw; + max-width: 986px; padding-top:1px; background:#d1d1d1; border-color:#333333;