123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-family: 微軟正黑體;
- }
- body {
- position: relative;
- background: #363636;
- }
- @media screen and (max-width: 767px) {
- body {
- background: #363636;
- }
- }
- body .arrow {
- position: fixed;
- right: 30px;
- bottom: 150px;
- width: 45px;
- height: 40px;
- z-index: 10;
- }
- body .arrow a {
- margin: 30px 0px;
- }
- @media screen and (max-width: 767px) {
- body .arrow .icon {
- display: none;
- }
- }
- body .arrow:hover {
- -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
- }
- @media screen and (max-width: 767px) {
- body .arrow {
- position: absolute;
- bottom: 200px;
- }
- }
- #Navigation {
- background: rgba(112, 112, 112, 0.75);
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- z-index: 10;
- }
- @media screen and (max-width: 1024px) {
- #Navigation {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation {
- height: 20vw;
- position: fixed;
- z-index: 5;
- background: rgba(0, 0, 0, 0.8);
- }
- }
- #Navigation #nav {
- width: 100vw;
- margin: 0 auto;
- }
- #Navigation #logo {
- padding-top: 0.5vw;
- }
- @media screen and (max-width: 767px) {
- #Navigation #logo {
- padding-top: 5vw;
- text-align: center;
- }
- }
- #Navigation #logo img {
- width: 120px;
- }
- #Navigation #link {
- text-align: right;
- padding: 1.5vw 3vw;
- }
- @media screen and (max-width: 1024px) {
- #Navigation #link {
- padding-top: 2vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation #link {
- display: none;
- }
- }
- #Navigation #link a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- padding: 5px;
- position: relative;
- }
- #Navigation #link a img {
- -o-object-fit: cover;
- object-fit: cover;
- }
- #Navigation #menu-btn1 {
- position: absolute;
- right: 1vw;
- top: 1vw;
- width: 18vw;
- z-index: 6;
- }
- @media screen and (min-width: 1025px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- @media screen and (min-width: 768px) {
- #Navigation #menu-btn1 {
- display: none;
- }
- }
- #Navigation2 {
- background: rgba(112, 112, 112, 0.75);
- height: 4.5vw;
- width: 100vw !important;
- position: fixed;
- bottom: 0px;
- z-index: 10;
- }
- @media screen and (min-width: 1025px) {
- #Navigation2 {
- display: none;
- }
- }
- @media screen and (max-width: 1024px) {
- #Navigation2 {
- height: 8vw;
- }
- }
- @media screen and (max-width: 767px) {
- #Navigation2 {
- height: 15vw;
- position: fixed;
- z-index: 5;
- background: rgba(0, 0, 0, 0.8);
- }
- }
- #Navigation2 #nav {
- width: 90vw;
- margin: 0 auto;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[5];
- grid-template-columns: repeat(5, 1fr);
- text-align: center;
- }
- #Navigation2 #nav a {
- text-decoration: none;
- color: #fff;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- position: relative;
- }
- #Navigation2 #nav a img {
- margin: 10px auto;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #banner {
- position: relative;
- }
- #banner .banner-filter {
- position: absolute;
- z-index: -1;
- }
- #banner .banner-filter .bannerfilter {
- width: 100vw;
- -o-object-fit: cover;
- object-fit: cover;
- height: 50vw;
- -webkit-animation-name: Picture2;
- animation-name: Picture2;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-delay: 0.1s;
- animation-delay: 0.1s;
- }
- @media screen and (max-width: 767px) {
- #banner .banner-filter .bannerfilter {
- height: 80vh;
- }
- }
- #banner #bannerdes-img {
- position: absolute;
- z-index: -2;
- opacity: 1;
- }
- #banner #bannerdes-img .banner-img {
- width: 100vw;
- -o-object-fit: cover;
- object-fit: cover;
- height: 50vw;
- -webkit-animation-name: Picture;
- animation-name: Picture;
- -webkit-animation-duration: 1s;
- animation-duration: 1s;
- }
- @media screen and (max-width: 767px) {
- #banner #bannerdes-img .banner-img {
- height: 80vh;
- }
- }
- @media screen and (max-width: 767px) {
- #banner {
- background-size: 115vw;
- background-repeat: no-repeat;
- }
- }
- #banner #banner-container {
- width: 90vw;
- padding-top: 18vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container {
- padding-top: 0vw;
- width: 95vw;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-des {
- display: none;
- }
- }
- #banner #banner-container .banner-des .banner-1 {
- background: rgba(141, 194, 31, 0.8);
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-des .banner-1 {
- margin: 0;
- }
- }
- #banner #banner-container .banner-des .banner-1 .banner1-1 {
- font-size: 22px;
- }
- #banner #banner-container .banner-des .banner-1 .btn {
- color: #fff;
- width: 60px;
- height: 40px;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-des .banner-1 .btn :focus {
- outline: 0 !important;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-des .banner-1 .btn img {
- width: 24px;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- }
- #banner #banner-container .banner-des .banner-2 {
- overflow: hidden;
- }
- #banner #banner-container .banner-des .banner-2 img {
- margin-bottom: -30px;
- -o-object-fit: cover;
- object-fit: cover;
- width: 100%;
- }
- #banner #banner-container .banner-m {
- padding-top: 10vw;
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container .banner-m {
- display: none;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 {
- background: rgba(141, 194, 31, 0.8);
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-m .bannerm-1 {
- padding-right: 5px;
- padding-left: 7px;
- }
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container .banner-m .bannerm-1 {
- margin: 0;
- }
- }
- #banner #banner-container .banner-m .bannerm-1 .btn {
- color: #fff;
- width: 55px;
- height: 40px;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-m .bannerm-1 .btn :focus {
- outline: 0 !important;
- -webkit-box-shadow: none;
- box-shadow: none;
- }
- #banner #banner-container .banner-m .bannerm-1 .btn img {
- width: 22px;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
- }
- #banner #banner-container .banner-m .bannerm-1 .banner1-1 {
- font-size: 18px;
- }
- #banner #banner-container #sec01 {
- padding-top: 5vw;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container #sec01 {
- padding-top: 0;
- }
- }
- #banner #banner-container #sec01 .col-lg-2 {
- background: #80ab29;
- position: relative;
- -webkit-transition: 0.5s ease-in-out;
- transition: 0.5s ease-in-out;
- cursor: pointer;
- overflow: hidden;
- }
- #banner #banner-container #sec01 .col-lg-2 img {
- width: 100%;
- height: 20vw;
- -o-object-fit: cover;
- object-fit: cover;
- margin-bottom: -40px;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container #sec01 .col-lg-2 img {
- height: 40vw;
- margin-bottom: -20px;
- }
- }
- #banner #banner-container #sec01 .col-lg-2 .sec02-p-m {
- color: #fff;
- text-align: center;
- font-size: 14px;
- font-weight: 900;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container #sec01 .col-lg-2 .sec02-p-m {
- display: none;
- }
- }
- @media screen and (min-width: 1025px) {
- #banner #banner-container #sec01 .col-lg-2 .sec02-p-m {
- width: 100%;
- position: absolute;
- top: 40%;
- left: 0px;
- font-size: 16px;
- opacity: 0;
- }
- }
- #banner #banner-container #sec01 .col-lg-2:hover .sec02-p-m,
- #banner #banner-container #sec01 .col-lg-2:hover .sec03-p-m {
- opacity: 1;
- }
- #banner #banner-container #sec01 .col-lg-2:hover img {
- opacity: 0.2;
- }
- @media screen and (max-width: 767px) {
- #banner #banner-container #sec01 .col-lg-2:hover img {
- opacity: 1;
- }
- }
- #footer {
- background: #363636;
- text-align: center;
- width: 80vw;
- margin: 0 auto !important;
- }
- @media screen and (max-width: 767px) {
- #footer {
- width: 100vw;
- padding-bottom: 30vw;
- }
- }
- #footer a {
- text-decoration: none;
- color: #fff;
- }
- #footer p {
- padding: 15px;
- color: #fff;
- }
- @media screen and (max-width: 767px) {
- #footer p {
- padding: 10px;
- }
- }
- @-webkit-keyframes Picture {
- 0% {
- -webkit-transform: scale(1.3);
- transform: scale(1.3);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes Picture {
- 0% {
- -webkit-transform: scale(1.3);
- transform: scale(1.3);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @-webkit-keyframes Picture2 {
- 0% {
- -webkit-transform: scale(1.3);
- transform: scale(1.3);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- @keyframes Picture2 {
- 0% {
- -webkit-transform: scale(1.3);
- transform: scale(1.3);
- }
- 100% {
- -webkit-transform: scale(1);
- transform: scale(1);
- }
- }
- #modal-dialog {
- width: 90vw;
- }
- #modal-dialog .modal-content {
- width: 80vw;
- }
- @media screen and (max-width: 767px) {
- #modal-dialog .modal-content {
- width: 90vw;
- }
- }
- #light-box #form-lightbox {
- margin: 0 auto;
- padding: 15px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox {
- width: 85vw;
- padding: 0px;
- }
- }
- #light-box #form-lightbox .form-title {
- margin: 0 auto;
- color: #5c5248;
- }
- #light-box #form-lightbox .form-title h1 {
- text-align: center;
- font-size: 32px;
- font-weight: 900;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-title h1 {
- font-size: 24px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .form-title h1 {
- font-size: 20px;
- }
- }
- #light-box #form-lightbox .form-title h1 span {
- font-size: 38px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-title h1 span {
- font-size: 28px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .form-title h1 span {
- font-size: 24px;
- }
- }
- #light-box #form-lightbox .contact-text {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-text .text-p {
- margin-left: 15px;
- padding-left: 12px;
- font-size: 16px;
- font-weight: 600;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-text .text-p {
- margin-left: 0px;
- padding-left: 0px;
- }
- }
- @media screen and (max-width: 350px) {
- #light-box #form-lightbox .contact-text .text-p {
- font-size: 14px;
- }
- }
- #light-box #form-lightbox .contact-form1 {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-form1 #contact-form {
- margin-top: 10px;
- }
- #light-box #form-lightbox .contact-form1 #contact-form .col-lg-1 .divider {
- position: relative;
- width: 1px;
- height: 100%;
- border-left: 1px solid rgba(0, 0, 0, 0.12);
- }
- #light-box #form-lightbox .contact-form1 #contact-form #loc,
- #light-box #form-lightbox .contact-form1 #contact-form #type,
- #light-box #form-lightbox .contact-form1 #contact-form #modal,
- #light-box #form-lightbox .contact-form1 #contact-form #budget,
- #light-box #form-lightbox .contact-form1 #contact-form #square,
- #light-box #form-lightbox .contact-form1 #contact-form #style,
- #light-box #form-lightbox .contact-form1 #contact-form #datepicker,
- #light-box #form-lightbox .contact-form1 #contact-form #email,
- #light-box #form-lightbox .contact-form1 #contact-form #name,
- #light-box #form-lightbox .contact-form1 #contact-form #phone,
- #light-box #form-lightbox .contact-form1 #contact-form #gender {
- width: 100%;
- height: 50px;
- margin: 10px 0;
- padding-left: 10px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
- background-size: 10px 10px;
- background-color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left {
- margin: 0 auto;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
- width: 28.8%;
- border: 1px solid rgba(0, 0, 0, 0.3);
- height: 50px;
- margin: 15px 0;
- padding-right: 50px;
- padding: 10px 15px;
- font-size: 16px;
- border-radius: 3px;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent;
- background-size: 10px 10px;
- background-color: #fff;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #rooms,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #livingroom,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #bathroom {
- width: 31%;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #square,
- #light-box #form-lightbox .contact-form1 #contact-form #form-left #datepicker {
- background: none;
- background-color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #form-right {
- margin: 0 auto;
- }
- @media screen and (min-width: 1025px) {
- #light-box #form-lightbox .contact-form1 #contact-form #form-right hr {
- display: none;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
- margin-top: 12px;
- width: 100%;
- height: 50px;
- border: 1px solid #3b5998;
- text-align: right;
- padding-right: 60px;
- background-size: 32px 32px;
- border-radius: 3px;
- background-color: #fff;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- position: relative;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button {
- margin: 10px 0;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
- position: absolute;
- top: 1vw;
- left: 12vw;
- color: #626262;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button p {
- left: 32vw;
- top: 3vw;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
- position: absolute;
- color: #9b9b9b;
- opacity: 0.8;
- left: 8vw;
- top: -0.1vw;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button #line {
- left: 20vw;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
- position: absolute;
- left: 50px;
- top: 10px;
- width: 32px;
- height: 32px;
- -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button img {
- left: 20px;
- }
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover {
- background-color: #2a4f91;
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover img {
- -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover p {
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #fb-button:hover #line {
- color: #fff;
- }
- #light-box #form-lightbox .contact-form1 #contact-form a {
- text-decoration: none;
- color: #ee751b;
- font-weight: 900;
- }
- #light-box #form-lightbox .contact-form1 #contact-form #email,
- #light-box #form-lightbox .contact-form1 #contact-form #name,
- #light-box #form-lightbox .contact-form1 #contact-form #phone {
- background: none;
- background-color: #fff;
- }
- #light-box #form-lightbox .btn {
- margin: 50px auto;
- border: none;
- padding: 15px;
- background: #edbc96;
- color: #4b515e;
- font-size: 20px;
- width: 400px;
- border-radius: 10px;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .btn {
- width: 100%;
- }
- }
- #light-box #form-lightbox .btn:hover {
- color: #fff;
- background-color: #745c54;
- }
- #light-box #form-lightbox .form-btn {
- text-align: center;
- position: relative;
- width: 70vw;
- margin: 0 auto;
- }
- @media screen and (max-width: 767px) {
- #light-box #form-lightbox .form-btn {
- width: 80vw;
- margin: 0 auto;
- }
- }
- #light-box #form-lightbox .form-btn #phone1 {
- position: absolute;
- left: 500px;
- }
- /*# sourceMappingURL=style.css.map */
|