|
@@ -152,7 +152,7 @@ body .arrow:hover {
|
|
|
.banner #text h1 {
|
|
|
padding: 15px;
|
|
|
color: #fff;
|
|
|
- font-family: 追奇手寫體;
|
|
|
+ font-family: 追奇手寫體 !important;
|
|
|
font-size: 72px;
|
|
|
}
|
|
|
|
|
@@ -365,10 +365,20 @@ body .arrow:hover {
|
|
|
}
|
|
|
|
|
|
#contact-us #contact-form #form-right #fb-button p {
|
|
|
- line-height: 40px;
|
|
|
+ position: absolute;
|
|
|
+ top: 1vw;
|
|
|
+ left: 14vw;
|
|
|
color: #626262;
|
|
|
}
|
|
|
|
|
|
+#contact-us #contact-form #form-right #fb-button #line {
|
|
|
+ position: absolute;
|
|
|
+ color: #9b9b9b;
|
|
|
+ opacity: 0.8;
|
|
|
+ left: 8vw;
|
|
|
+ top: -0.1vw;
|
|
|
+}
|
|
|
+
|
|
|
#contact-us #contact-form #form-right #fb-button img {
|
|
|
position: absolute;
|
|
|
left: 50px;
|