|
@@ -1,9 +1,5 @@
|
|
@charset "UTF-8";
|
|
@charset "UTF-8";
|
|
* {
|
|
* {
|
|
- margin: 0;
|
|
|
|
- padding: 0;
|
|
|
|
- -webkit-box-sizing: border-box;
|
|
|
|
- box-sizing: border-box;
|
|
|
|
font-family: 微軟正黑體;
|
|
font-family: 微軟正黑體;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -15,6 +11,7 @@
|
|
|
|
|
|
body {
|
|
body {
|
|
height: 5000px;
|
|
height: 5000px;
|
|
|
|
+ width: 100vw;
|
|
}
|
|
}
|
|
|
|
|
|
body .btn {
|
|
body .btn {
|
|
@@ -38,19 +35,18 @@ body .btn .btn-main {
|
|
}
|
|
}
|
|
|
|
|
|
body .btn .btn-main:hover {
|
|
body .btn .btn-main:hover {
|
|
- background-color: #9C857B;
|
|
|
|
|
|
+ background-color: #9c857b;
|
|
width: 285px;
|
|
width: 285px;
|
|
font-size: 17px;
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
|
|
|
|
body .title {
|
|
body .title {
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
- padding: 15px;
|
|
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-family: "Times New Roman", Times, serif;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
- margin-left: 190px;
|
|
|
|
- font-size: 49px;
|
|
|
|
|
|
+ font-size: 45px;
|
|
color: #4b515e;
|
|
color: #4b515e;
|
|
|
|
+ padding-left: 10vw;
|
|
}
|
|
}
|
|
|
|
|
|
body .arrow {
|
|
body .arrow {
|
|
@@ -61,45 +57,50 @@ body .arrow {
|
|
z-index: 10;
|
|
z-index: 10;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner {
|
|
|
|
|
|
+.banner {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text {
|
|
|
|
|
|
+.banner #text {
|
|
text-align: center;
|
|
text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .banner-slider .banner1,
|
|
|
|
-#banner #text .banner-slider .banner2,
|
|
|
|
-#banner #text .banner-slider .banner3 {
|
|
|
|
- width: 100vw;
|
|
|
|
|
|
+.banner #text .banner-slider {
|
|
|
|
+ margin: 0 !important;
|
|
|
|
+ padding: 0 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.banner #text .banner-slider .banner1,
|
|
|
|
+.banner #text .banner-slider .banner2,
|
|
|
|
+.banner #text .banner-slider .banner3 {
|
|
height: 100vh;
|
|
height: 100vh;
|
|
background-size: cover;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-position: center;
|
|
|
|
+ padding-right: 0 !important;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .banner-slider .banner1 {
|
|
|
|
|
|
+.banner #text .banner-slider .banner1 {
|
|
background-image: url(./img/banner/00.webp);
|
|
background-image: url(./img/banner/00.webp);
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .banner-slider .banner2 {
|
|
|
|
|
|
+.banner #text .banner-slider .banner2 {
|
|
background-image: url(./img/banner/002.webp);
|
|
background-image: url(./img/banner/002.webp);
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .banner-slider .banner3 {
|
|
|
|
|
|
+.banner #text .banner-slider .banner3 {
|
|
background-image: url(./img/banner/003.webp);
|
|
background-image: url(./img/banner/003.webp);
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text h1 {
|
|
|
|
|
|
+.banner #text h1 {
|
|
padding: 15px;
|
|
padding: 15px;
|
|
color: #fff;
|
|
color: #fff;
|
|
font-family: 追奇手寫體;
|
|
font-family: 追奇手寫體;
|
|
font-size: 72px;
|
|
font-size: 72px;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .btn-main {
|
|
|
|
|
|
+.banner #text .btn-main {
|
|
-webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
|
|
-webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
|
|
box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
|
|
border: none;
|
|
border: none;
|
|
@@ -114,16 +115,16 @@ body .arrow {
|
|
transition: 0.3s;
|
|
transition: 0.3s;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner #text .btn-main:hover {
|
|
|
|
- background-color: #927368;
|
|
|
|
|
|
+.banner #text .btn-main:hover {
|
|
|
|
+ background-color: #9c857b;
|
|
width: 285px;
|
|
width: 285px;
|
|
font-size: 17px;
|
|
font-size: 17px;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation {
|
|
|
|
- width: 100vw;
|
|
|
|
- height: 50px;
|
|
|
|
|
|
+.banner .Navigation {
|
|
|
|
+ width: 90vw;
|
|
position: absolute;
|
|
position: absolute;
|
|
|
|
+ margin: 0 auto;
|
|
top: 20px;
|
|
top: 20px;
|
|
z-index: 5;
|
|
z-index: 5;
|
|
display: -ms-grid;
|
|
display: -ms-grid;
|
|
@@ -132,38 +133,56 @@ body .arrow {
|
|
grid-template-columns: 2fr 4fr;
|
|
grid-template-columns: 2fr 4fr;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation .logo {
|
|
|
|
|
|
+.banner .Navigation .logo {
|
|
padding-top: 1.5vw;
|
|
padding-top: 1.5vw;
|
|
padding-left: 12vw;
|
|
padding-left: 12vw;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation .logo img {
|
|
|
|
|
|
+.banner .Navigation .logo img {
|
|
width: 120px;
|
|
width: 120px;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation .link {
|
|
|
|
|
|
+.banner .Navigation .link {
|
|
text-align: right;
|
|
text-align: right;
|
|
padding: 30px;
|
|
padding: 30px;
|
|
- padding-right: 150px;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation .link a {
|
|
|
|
|
|
+.banner .Navigation .link a {
|
|
|
|
+ display: inline-block;
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
color: #fff;
|
|
color: #fff;
|
|
- padding-right: 35px;
|
|
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
font-size: 0.9rem;
|
|
font-size: 0.9rem;
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
|
|
+ padding: 15px;
|
|
|
|
+ position: relative;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.banner .Navigation .link a :hover {
|
|
|
|
+ opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner .Navigation .link hr {
|
|
|
|
- width: 100px;
|
|
|
|
- background: #fff;
|
|
|
|
|
|
+.banner .Navigation .link a:after {
|
|
|
|
+ content: "";
|
|
|
|
+ display: block;
|
|
|
|
+ width: 80%;
|
|
height: 3px;
|
|
height: 3px;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+ position: absolute;
|
|
|
|
+ left: 12%;
|
|
|
|
+ bottom: 0;
|
|
|
|
+ -webkit-transition: all 0.3s;
|
|
|
|
+ transition: all 0.3s;
|
|
|
|
+ opacity: 0;
|
|
}
|
|
}
|
|
|
|
|
|
-#banner hr {
|
|
|
|
|
|
+.banner .Navigation .link a:hover:after {
|
|
|
|
+ width: 80%;
|
|
|
|
+ opacity: 1;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.banner hr {
|
|
width: 85vw;
|
|
width: 85vw;
|
|
position: absolute;
|
|
position: absolute;
|
|
top: 90px;
|
|
top: 90px;
|
|
@@ -177,23 +196,25 @@ body .arrow {
|
|
display: grid;
|
|
display: grid;
|
|
-ms-grid-columns: 1fr 1fr;
|
|
-ms-grid-columns: 1fr 1fr;
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-columns: 1fr 1fr;
|
|
- margin: 150px auto;
|
|
|
|
- padding-top: 30px;
|
|
|
|
- width: 85vw;
|
|
|
|
|
|
+ margin: 0 auto;
|
|
|
|
+ padding-top: 150px;
|
|
|
|
+ width: 90vw;
|
|
position: relative;
|
|
position: relative;
|
|
|
|
+ grid-gap: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .hr2 {
|
|
#content1 .hr2 {
|
|
position: absolute;
|
|
position: absolute;
|
|
- width: 34vw;
|
|
|
|
|
|
+ width: 32vw;
|
|
height: 1px !important;
|
|
height: 1px !important;
|
|
- left: 6vw;
|
|
|
|
|
|
+ left: 5vw;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-left {
|
|
#content1 .content1-left {
|
|
- width: 35vw;
|
|
|
|
|
|
+ width: 45vw;
|
|
text-align: left;
|
|
text-align: left;
|
|
- margin: 30px auto;
|
|
|
|
|
|
+ margin: 0px auto;
|
|
|
|
+ padding-right: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-left .contant-toggle {
|
|
#content1 .content1-left .contant-toggle {
|
|
@@ -206,13 +227,13 @@ body .arrow {
|
|
|
|
|
|
#content1 .content1-left .title {
|
|
#content1 .content1-left .title {
|
|
margin: 0;
|
|
margin: 0;
|
|
- margin-top: -10px;
|
|
|
|
padding: 10px;
|
|
padding: 10px;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
- font-weight: bolder;
|
|
|
|
- font-size: 50px;
|
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ font-size: 45px;
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-family: "Times New Roman", Times, serif;
|
|
- color: #8593A4;
|
|
|
|
|
|
+ color: #4b515e;
|
|
|
|
+ padding-left: 5vw;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-left .left {
|
|
#content1 .content1-left .left {
|
|
@@ -220,8 +241,7 @@ body .arrow {
|
|
display: grid;
|
|
display: grid;
|
|
-ms-grid-columns: 1.5fr 3fr;
|
|
-ms-grid-columns: 1.5fr 3fr;
|
|
grid-template-columns: 1.5fr 3fr;
|
|
grid-template-columns: 1.5fr 3fr;
|
|
- grid-gap: 30px;
|
|
|
|
- width: 35vw;
|
|
|
|
|
|
+ width: 37vw;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-left .left .title1 {
|
|
#content1 .content1-left .left .title1 {
|
|
@@ -229,9 +249,8 @@ body .arrow {
|
|
font-size: 90px;
|
|
font-size: 90px;
|
|
font-weight: 400;
|
|
font-weight: 400;
|
|
font-family: "Times New Roman", Times, serif;
|
|
font-family: "Times New Roman", Times, serif;
|
|
- color: #4b515e;
|
|
|
|
- padding: -10px;
|
|
|
|
- display: inline;
|
|
|
|
|
|
+ color: #8593a4;
|
|
|
|
+ padding-left: 3vw;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-left .left .text1,
|
|
#content1 .content1-left .left .text1,
|
|
@@ -250,14 +269,14 @@ body .arrow {
|
|
#content1 .content1-left .left .text3 .text-1,
|
|
#content1 .content1-left .left .text3 .text-1,
|
|
#content1 .content1-left .left .text3 .text-2,
|
|
#content1 .content1-left .left .text3 .text-2,
|
|
#content1 .content1-left .left .text3 .text-3 {
|
|
#content1 .content1-left .left .text3 .text-3 {
|
|
- font-size: 24px;
|
|
|
|
|
|
+ font-size: 23px;
|
|
font-weight: bolder;
|
|
font-weight: bolder;
|
|
color: #4b515e;
|
|
color: #4b515e;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-right {
|
|
#content1 .content1-right {
|
|
- margin: auto 10px;
|
|
|
|
- width: 39vw;
|
|
|
|
|
|
+ width: 35vw;
|
|
|
|
+ text-align: center;
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-right .slick-dots {
|
|
#content1 .content1-right .slick-dots {
|
|
@@ -269,8 +288,7 @@ body .arrow {
|
|
}
|
|
}
|
|
|
|
|
|
#content1 .content1-right img {
|
|
#content1 .content1-right img {
|
|
- margin-left: 70px;
|
|
|
|
- width: 32vw;
|
|
|
|
|
|
+ width: 35vw;
|
|
height: 40vw;
|
|
height: 40vw;
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
@@ -282,7 +300,7 @@ body .arrow {
|
|
|
|
|
|
#service h1 {
|
|
#service h1 {
|
|
padding: 15px;
|
|
padding: 15px;
|
|
- margin-left: 10vw;
|
|
|
|
|
|
+ padding-left: 10vw;
|
|
margin-bottom: 80px;
|
|
margin-bottom: 80px;
|
|
padding-top: 5vw;
|
|
padding-top: 5vw;
|
|
}
|
|
}
|
|
@@ -316,6 +334,10 @@ body .arrow {
|
|
width: 12vw;
|
|
width: 12vw;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#service .service-box #service-text #text-right {
|
|
|
|
+ padding-left: 1vw;
|
|
|
|
+}
|
|
|
|
+
|
|
#service .service-box #service-text .icon-text {
|
|
#service .service-box #service-text .icon-text {
|
|
width: 25vw;
|
|
width: 25vw;
|
|
margin-top: 15px;
|
|
margin-top: 15px;
|
|
@@ -329,6 +351,7 @@ body .arrow {
|
|
|
|
|
|
#service .service-box #service-text .text-p {
|
|
#service .service-box #service-text .text-p {
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
|
+ color: #4b515e;
|
|
}
|
|
}
|
|
|
|
|
|
#service .service-box #service-img {
|
|
#service .service-box #service-img {
|
|
@@ -370,31 +393,34 @@ body .arrow {
|
|
display: grid;
|
|
display: grid;
|
|
-ms-grid-columns: (1fr)[6];
|
|
-ms-grid-columns: (1fr)[6];
|
|
grid-template-columns: repeat(6, 1fr);
|
|
grid-template-columns: repeat(6, 1fr);
|
|
- width: 80vw;
|
|
|
|
|
|
+ width: 78vw;
|
|
margin: auto;
|
|
margin: auto;
|
|
}
|
|
}
|
|
|
|
|
|
#service-process #process-box .box-text {
|
|
#service-process #process-box .box-text {
|
|
|
|
+ font-family: 微軟正黑體;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
- font-weight: 600;
|
|
|
|
- padding-right: 30px;
|
|
|
|
|
|
+ font-weight: 900;
|
|
|
|
+ padding-right: 3vw;
|
|
|
|
+ color: #6f645a;
|
|
}
|
|
}
|
|
|
|
|
|
#service-process #process-box img {
|
|
#service-process #process-box img {
|
|
width: 180px;
|
|
width: 180px;
|
|
height: 180px;
|
|
height: 180px;
|
|
|
|
+ -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
|
|
|
|
+ filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
|
|
}
|
|
}
|
|
|
|
|
|
#feedback {
|
|
#feedback {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
- margin-bottom: 200px;
|
|
|
|
|
|
+ padding-bottom: 200px;
|
|
}
|
|
}
|
|
|
|
|
|
#feedback h1 {
|
|
#feedback h1 {
|
|
margin-top: 50px;
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
- margin-left: 10vw;
|
|
|
|
}
|
|
}
|
|
|
|
|
|
#feedback #feedback-box {
|
|
#feedback #feedback-box {
|
|
@@ -408,16 +434,15 @@ body .arrow {
|
|
|
|
|
|
#feedback #feedback-box .box {
|
|
#feedback #feedback-box .box {
|
|
width: 25vw;
|
|
width: 25vw;
|
|
- height: 30vh;
|
|
|
|
-webkit-transition: 0.5s;
|
|
-webkit-transition: 0.5s;
|
|
transition: 0.5s;
|
|
transition: 0.5s;
|
|
text-align: center;
|
|
text-align: center;
|
|
|
|
+ padding-bottom: 1vw;
|
|
}
|
|
}
|
|
|
|
|
|
#feedback #feedback-box .box img {
|
|
#feedback #feedback-box .box img {
|
|
width: 25vw;
|
|
width: 25vw;
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- height: 24vh;
|
|
|
|
-o-object-fit: cover;
|
|
-o-object-fit: cover;
|
|
object-fit: cover;
|
|
object-fit: cover;
|
|
-webkit-transition: 0.5s;
|
|
-webkit-transition: 0.5s;
|
|
@@ -449,7 +474,7 @@ body .arrow {
|
|
|
|
|
|
#contact-us .contact-text {
|
|
#contact-us .contact-text {
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
- width: 65vw;
|
|
|
|
|
|
+ width: 68vw;
|
|
}
|
|
}
|
|
|
|
|
|
#contact-us .contact-text .text-p {
|
|
#contact-us .contact-text .text-p {
|
|
@@ -468,6 +493,7 @@ body .arrow {
|
|
#contact-us .form-title h1 {
|
|
#contact-us .form-title h1 {
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 32px;
|
|
font-size: 32px;
|
|
|
|
+ font-weight: 900;
|
|
}
|
|
}
|
|
|
|
|
|
#contact-us #contact-form {
|
|
#contact-us #contact-form {
|
|
@@ -496,7 +522,9 @@ body .arrow {
|
|
margin: 10px 0;
|
|
margin: 10px 0;
|
|
padding-left: 10px;
|
|
padding-left: 10px;
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
border: 1px solid rgba(0, 0, 0, 0.3);
|
|
- font-size: 18px;
|
|
|
|
|
|
+ padding: 10px 15px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ border-radius: 3px;
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
appearance: none;
|
|
@@ -507,17 +535,20 @@ body .arrow {
|
|
|
|
|
|
#contact-us #contact-form #form-left {
|
|
#contact-us #contact-form #form-left {
|
|
width: 28vw;
|
|
width: 28vw;
|
|
- margin-left: 5vw;
|
|
|
|
|
|
+ margin-left: 3vw;
|
|
}
|
|
}
|
|
|
|
|
|
#contact-us #contact-form #form-left #rooms,
|
|
#contact-us #contact-form #form-left #rooms,
|
|
#contact-us #contact-form #form-left #livingroom,
|
|
#contact-us #contact-form #form-left #livingroom,
|
|
#contact-us #contact-form #form-left #bathroom {
|
|
#contact-us #contact-form #form-left #bathroom {
|
|
- width: 32.5%;
|
|
|
|
|
|
+ width: 28.5%;
|
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.3);
|
|
height: 50px;
|
|
height: 50px;
|
|
margin: 15px 0;
|
|
margin: 15px 0;
|
|
- padding: 5px;
|
|
|
|
- font-size: 18px;
|
|
|
|
|
|
+ padding-right: 50px;
|
|
|
|
+ padding: 10px 15px;
|
|
|
|
+ font-size: 16px;
|
|
|
|
+ border-radius: 3px;
|
|
-webkit-appearance: none;
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
appearance: none;
|
|
@@ -526,14 +557,20 @@ body .arrow {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+#contact-us #contact-form #form-left #square,
|
|
|
|
+#contact-us #contact-form #form-left #date {
|
|
|
|
+ background: none;
|
|
|
|
+ background-color: #fff;
|
|
|
|
+}
|
|
|
|
+
|
|
#contact-us #contact-form #form-right {
|
|
#contact-us #contact-form #form-right {
|
|
- width: 28vw;
|
|
|
|
|
|
+ width: 29vw;
|
|
margin-left: 5vw;
|
|
margin-left: 5vw;
|
|
}
|
|
}
|
|
|
|
|
|
#contact-us #contact-form #form-right #facebook {
|
|
#contact-us #contact-form #form-right #facebook {
|
|
margin-top: 12px;
|
|
margin-top: 12px;
|
|
- width: 28vw;
|
|
|
|
|
|
+ width: 29vw;
|
|
height: 50px;
|
|
height: 50px;
|
|
border: 1px solid #000093;
|
|
border: 1px solid #000093;
|
|
text-align: right;
|
|
text-align: right;
|
|
@@ -565,7 +602,8 @@ body .arrow {
|
|
|
|
|
|
#contact-us #contact-form #form-right a {
|
|
#contact-us #contact-form #form-right a {
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
- color: #ff8000;
|
|
|
|
|
|
+ color: #ee751b;
|
|
|
|
+ font-weight: 900;
|
|
}
|
|
}
|
|
|
|
|
|
#contact-us #contact-form #form-right #checkbox {
|
|
#contact-us #contact-form #form-right #checkbox {
|
|
@@ -583,8 +621,8 @@ body .arrow {
|
|
margin: 50px auto;
|
|
margin: 50px auto;
|
|
border: none;
|
|
border: none;
|
|
padding: 15px;
|
|
padding: 15px;
|
|
- background: #EDBC96;
|
|
|
|
- color: #404854;
|
|
|
|
|
|
+ background: #edbc96;
|
|
|
|
+ color: #4b515e;
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
width: 450px;
|
|
width: 450px;
|
|
border-radius: 10px;
|
|
border-radius: 10px;
|
|
@@ -609,7 +647,7 @@ body .arrow {
|
|
|
|
|
|
#footer {
|
|
#footer {
|
|
width: 100vw;
|
|
width: 100vw;
|
|
- background-color: #ffe4ca;
|
|
|
|
|
|
+ background-color: #ebe6e2;
|
|
color: #9f5000;
|
|
color: #9f5000;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
font-size: 18px;
|