123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610 |
- @charset "UTF-8";
- * {
- margin: 0;
- padding: 0;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- font-family: 微軟正黑體;
- }
- @font-face {
- font-family: 追奇手寫體;
- src: url(./drechifont-proportional.ttf);
- font-weight: 900;
- }
- body {
- height: 5000px;
- }
- body .btn {
- width: 96vw;
- margin: 0 auto;
- }
- body .btn .btn-main {
- -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- border: none;
- padding: 15px;
- background: #404854;
- color: #fff;
- font-size: 16px;
- font-weight: 600;
- width: 280px;
- border-radius: 30px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- body .btn .btn-main:hover {
- background-color: #927368;
- width: 285px;
- font-size: 17px;
- }
- body .title {
- font-weight: bolder;
- padding: 15px;
- font-family: "Times New Roman", Times, serif;
- padding: 15px;
- margin-left: 190px;
- font-size: 50px;
- color: #4b515e;
- }
- body .arrow {
- position: fixed;
- right: 30px;
- bottom: 30px;
- width: 30px;
- z-index: 10;
- }
- #banner {
- width: 100vw;
- position: relative;
- }
- #banner #text {
- text-align: center;
- }
- #banner #text .banner-slider .banner1,
- #banner #text .banner-slider .banner2,
- #banner #text .banner-slider .banner3 {
- width: 100vw;
- height: 100vh;
- background-size: cover;
- background-repeat: no-repeat;
- background-position: center;
- }
- #banner #text .banner-slider .banner1 {
- background-image: url(./img/banner/00.webp);
- }
- #banner #text .banner-slider .banner2 {
- background-image: url(./img/banner/002.webp);
- }
- #banner #text .banner-slider .banner3 {
- background-image: url(./img/banner/003.webp);
- }
- #banner #text h1 {
- padding: 15px;
- color: #fff;
- font-family: 追奇手寫體;
- font-size: 72px;
- margin-top: 300px;
- }
- #banner #text .btn-main {
- -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
- border: none;
- padding: 15px;
- background: #404854;
- color: #fff;
- font-size: 16px;
- font-weight: 600;
- width: 280px;
- border-radius: 30px;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- }
- #banner #text .btn-main:hover {
- background-color: #927368;
- width: 285px;
- font-size: 17px;
- }
- #banner .Navigation {
- width: 100vw;
- height: 50px;
- position: absolute;
- top: 20px;
- z-index: 5;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 2fr 4fr;
- grid-template-columns: 2fr 4fr;
- }
- #banner .Navigation .logo {
- padding-top: 1.5vw;
- padding-left: 12vw;
- }
- #banner .Navigation .logo img {
- width: 120px;
- }
- #banner .Navigation .link {
- text-align: right;
- padding: 30px;
- padding-right: 150px;
- }
- #banner .Navigation .link a {
- text-decoration: none;
- color: #fff;
- padding-right: 35px;
- letter-spacing: 1px;
- font-size: 0.9rem;
- font-weight: 600;
- cursor: pointer;
- }
- #banner .Navigation .link hr {
- width: 100px;
- background: #fff;
- height: 3px;
- }
- #banner hr {
- width: 85vw;
- position: absolute;
- top: 90px;
- left: 100px;
- height: 1px;
- z-index: 5;
- }
- #content1 {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 1fr 1fr;
- grid-template-columns: 1fr 1fr;
- margin: 100px 120px;
- width: 85vw;
- grid-gap: 100px;
- }
- #content1 .hr {
- width: 35vw;
- }
- #content1 .content1-left {
- width: 35vw;
- text-align: left;
- margin: 30px auto;
- padding: 10px;
- }
- #content1 .content1-left .contant-toggle {
- color: #9c857b !important;
- }
- #content1 .content1-left .contant-toggle2 {
- color: #4b515e !important;
- }
- #content1 .content1-left .title {
- margin: 0;
- margin-top: -10px;
- padding: 10px;
- margin-bottom: 50px;
- font-weight: bolder;
- font-size: 50px;
- font-family: "Times New Roman", Times, serif;
- color: #4b515e;
- }
- #content1 .content1-left .left {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 1.5fr 3fr;
- grid-template-columns: 1.5fr 3fr;
- grid-gap: 10px;
- width: 35vw;
- }
- #content1 .content1-left .left .title1 {
- text-align: center;
- font-size: 96px;
- font-weight: 400;
- font-family: "Times New Roman", Times, serif;
- color: #4b515e;
- }
- #content1 .content1-left .left .text1, #content1 .content1-left .left .text2, #content1 .content1-left .left .text3 {
- cursor: pointer;
- margin: auto 0;
- }
- #content1 .content1-left .left .text1 .text-1, #content1 .content1-left .left .text1 .text-2, #content1 .content1-left .left .text1 .text-3, #content1 .content1-left .left .text2 .text-1, #content1 .content1-left .left .text2 .text-2, #content1 .content1-left .left .text2 .text-3, #content1 .content1-left .left .text3 .text-1, #content1 .content1-left .left .text3 .text-2, #content1 .content1-left .left .text3 .text-3 {
- font-size: 20px;
- font-weight: bold;
- color: #4b515e;
- }
- #content1 .content1-right {
- margin: auto 10px;
- width: 35vw;
- }
- #content1 .content1-right .slick-dots {
- margin-bottom: 50px;
- }
- #content1 .content1-right .slick-dots ::before {
- color: #fff;
- }
- #content1 .content1-right img {
- width: 32vw;
- height: 40vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #service {
- width: 100vw;
- }
- #service h1 {
- padding: 15px;
- margin-left: 10vw;
- margin-bottom: 80px;
- padding-top: 5vw;
- }
- #service .service-box {
- width: 80vw;
- margin: 0 auto;
- }
- #service .service-box #service-text {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 1fr 1fr;
- grid-template-columns: 1fr 1fr;
- margin: 3vw auto;
- width: 70vw;
- }
- #service .service-box #service-text #text-left,
- #service .service-box #service-text #text-right {
- width: 30vw;
- text-align: left;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 1fr 1fr;
- grid-template-columns: 1fr 1fr;
- }
- #service .service-box #service-text #text-left .img-icon,
- #service .service-box #service-text #text-right .img-icon {
- width: 12vw;
- }
- #service .service-box #service-text .icon-text {
- width: 25vw;
- margin-top: 15px;
- font-weight: 600;
- }
- #service .service-box #service-text img {
- width: 128px;
- height: 128px;
- }
- #service .service-box #service-text .text-p {
- font-size: 18px;
- }
- #service .service-box #service-img {
- width: 75vw;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: 1fr 1fr;
- grid-template-columns: 1fr 1fr;
- grid-gap: 10px;
- }
- #service .service-box #service-img img {
- width: 38vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- #service .btn {
- text-align: center;
- margin-bottom: 100px;
- margin-top: 50px;
- }
- #service-process {
- width: 100vw;
- background-color: #f7f7f7;
- padding-bottom: 150px;
- }
- #service-process h1 {
- padding: 15px;
- margin-left: 10vw;
- padding-top: 100px;
- margin-bottom: 80px;
- }
- #service-process #process-box {
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[6];
- grid-template-columns: repeat(6, 1fr);
- width: 80vw;
- margin: auto;
- }
- #service-process #process-box .box-text {
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- padding-right: 30px;
- }
- #service-process #process-box img {
- width: 180px;
- height: 180px;
- }
- #feedback {
- width: 100vw;
- margin-bottom: 200px;
- }
- #feedback h1 {
- margin-top: 50px;
- margin-bottom: 50px;
- margin-left: 10vw;
- }
- #feedback #feedback-box {
- width: 80vw;
- margin: 0 auto;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[3];
- grid-template-columns: repeat(3, 1fr);
- }
- #feedback #feedback-box .box {
- width: 25vw;
- height: 30vh;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- text-align: center;
- }
- #feedback #feedback-box .box img {
- width: 25vw;
- margin: 0 auto;
- height: 24vh;
- -o-object-fit: cover;
- object-fit: cover;
- -webkit-transition: 0.5s;
- transition: 0.5s;
- }
- #feedback #feedback-box .box p {
- text-align: center;
- font-size: 18px;
- font-weight: 600;
- margin: 10px;
- }
- #contact-us {
- margin: 0 auto;
- width: 100vw;
- background: #eee;
- position: relative;
- }
- #contact-us hr {
- position: absolute;
- width: 500px;
- -webkit-transform: rotate(90deg);
- transform: rotate(90deg);
- top: 80vh;
- left: 33vw;
- }
- #contact-us .contact-text {
- margin: 0 auto;
- width: 65vw;
- }
- #contact-us .contact-text .text-p {
- font-size: 16px;
- font-weight: 600;
- }
- #contact-us .form-title {
- width: 70vw;
- margin: 0 auto;
- padding-top: 100px;
- margin-bottom: 120px;
- color: #5c5248;
- }
- #contact-us .form-title h1 {
- text-align: center;
- font-size: 32px;
- }
- #contact-us #contact-form {
- width: 75vw;
- display: -ms-grid;
- display: grid;
- -ms-grid-columns: (1fr)[2];
- grid-template-columns: repeat(2, 1fr);
- margin-top: 10px;
- margin: 0 auto;
- }
- #contact-us #contact-form #location,
- #contact-us #contact-form #type,
- #contact-us #contact-form #modal,
- #contact-us #contact-form #budget,
- #contact-us #contact-form #square,
- #contact-us #contact-form #style,
- #contact-us #contact-form #date,
- #contact-us #contact-form #email,
- #contact-us #contact-form #name,
- #contact-us #contact-form #phone,
- #contact-us #contact-form #gender {
- width: 100%;
- height: 50px;
- margin: 10px 0;
- padding-left: 10px;
- border: 1px solid rgba(0, 0, 0, 0.3);
- font-size: 18px;
- -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;
- }
- #contact-us #contact-form #form-left {
- width: 28vw;
- margin-left: 5vw;
- }
- #contact-us #contact-form #form-left #rooms,
- #contact-us #contact-form #form-left #livingroom,
- #contact-us #contact-form #form-left #bathroom {
- width: 32.5%;
- height: 50px;
- margin: 15px 0;
- padding: 5px;
- font-size: 18px;
- -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;
- }
- #contact-us #contact-form #form-right {
- width: 28vw;
- margin-left: 5vw;
- }
- #contact-us #contact-form #form-right #facebook {
- margin-top: 12px;
- width: 28vw;
- height: 50px;
- border: 1px solid #000093;
- text-align: right;
- padding-right: 50px;
- line-height: 50px;
- background-color: #fff;
- -webkit-transition: 0.3s;
- transition: 0.3s;
- position: relative;
- }
- #contact-us #contact-form #form-right #facebook img {
- position: absolute;
- left: 50px;
- top: 7px;
- width: 32px;
- height: 32px;
- }
- #contact-us #contact-form #form-right #facebook:hover {
- background-color: #2a4f91;
- color: #fff;
- }
- #contact-us #contact-form #form-right #facebook: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%);
- }
- #contact-us #contact-form #form-right a {
- text-decoration: none;
- color: #ff8000;
- }
- #contact-us #contact-form #form-right #checkbox {
- margin: 15px;
- }
- #contact-us #contact-form #form-right #email,
- #contact-us #contact-form #form-right #name,
- #contact-us #contact-form #form-right #phone {
- background: none;
- background-color: #fff;
- }
- #contact-us #form {
- text-align: center;
- position: relative;
- }
- #contact-us #form #btn {
- margin: 50px auto;
- border: none;
- padding: 15px;
- background: #ffaf60;
- color: #404854;
- font-size: 20px;
- width: 450px;
- border-radius: 10px;
- }
- #contact-us #form #btn:hover {
- color: #fff;
- background-color: #745c54;
- }
- #contact-us #form #phone {
- position: absolute;
- left: 500px;
- }
- #footer {
- width: 100vw;
- background-color: #ffe4ca;
- color: #9f5000;
- text-align: center;
- font-size: 18px;
- line-height: 130px;
- }
- #footer a {
- text-decoration: none;
- color: #9f5000;
- }
- #footer p {
- display: inline;
- }
- /*# sourceMappingURL=style.css.map */
|