style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. @charset "UTF-8";
  2. * {
  3. font-family: 微軟正黑體;
  4. }
  5. @font-face {
  6. font-family: 追奇手寫體;
  7. src: url(./drechifont-proportional.ttf);
  8. font-weight: 900;
  9. }
  10. body {
  11. height: 5000px;
  12. width: 100vw;
  13. }
  14. body .btn {
  15. width: 96vw;
  16. margin: 0 auto;
  17. }
  18. body .btn .btn-main {
  19. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  20. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  21. border: none;
  22. padding: 15px;
  23. background: #404854;
  24. color: #fff;
  25. font-size: 16px;
  26. font-weight: 600;
  27. width: 280px;
  28. border-radius: 30px;
  29. -webkit-transition: 0.3s;
  30. transition: 0.3s;
  31. }
  32. body .btn .btn-main:hover {
  33. background-color: #9c857b;
  34. width: 285px;
  35. font-size: 17px;
  36. }
  37. body .title {
  38. font-weight: bolder;
  39. font-family: "Times New Roman", Times, serif;
  40. padding: 15px;
  41. font-size: 45px;
  42. color: #4b515e;
  43. padding-left: 10vw;
  44. }
  45. body .arrow {
  46. position: fixed;
  47. right: 30px;
  48. bottom: 30px;
  49. width: 30px;
  50. z-index: 10;
  51. }
  52. .banner {
  53. width: 100vw;
  54. position: relative;
  55. }
  56. .banner #text {
  57. text-align: center;
  58. }
  59. .banner #text .banner-slider {
  60. margin: 0 !important;
  61. padding: 0 !important;
  62. }
  63. .banner #text .banner-slider .banner1,
  64. .banner #text .banner-slider .banner2,
  65. .banner #text .banner-slider .banner3 {
  66. height: 100vh;
  67. background-size: cover;
  68. background-repeat: no-repeat;
  69. background-position: center;
  70. padding-right: 0 !important;
  71. }
  72. .banner #text .banner-slider .banner1 {
  73. background-image: url(./img/banner/00.webp);
  74. }
  75. .banner #text .banner-slider .banner2 {
  76. background-image: url(./img/banner/002.webp);
  77. }
  78. .banner #text .banner-slider .banner3 {
  79. background-image: url(./img/banner/003.webp);
  80. }
  81. .banner #text h1 {
  82. padding: 15px;
  83. color: #fff;
  84. font-family: 追奇手寫體;
  85. font-size: 72px;
  86. }
  87. .banner #text .btn-main {
  88. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  89. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  90. border: none;
  91. padding: 15px;
  92. background: #404854;
  93. color: #fff;
  94. font-size: 16px;
  95. font-weight: 600;
  96. width: 280px;
  97. border-radius: 30px;
  98. -webkit-transition: 0.3s;
  99. transition: 0.3s;
  100. }
  101. .banner #text .btn-main:hover {
  102. background-color: #9c857b;
  103. width: 285px;
  104. font-size: 17px;
  105. }
  106. .banner .Navigation {
  107. width: 90vw;
  108. position: absolute;
  109. margin: 0 auto;
  110. top: 20px;
  111. z-index: 5;
  112. display: -ms-grid;
  113. display: grid;
  114. -ms-grid-columns: 2fr 4fr;
  115. grid-template-columns: 2fr 4fr;
  116. }
  117. .banner .Navigation .logo {
  118. padding-top: 1.5vw;
  119. padding-left: 12vw;
  120. }
  121. .banner .Navigation .logo img {
  122. width: 120px;
  123. }
  124. .banner .Navigation .link {
  125. text-align: right;
  126. padding: 30px;
  127. }
  128. .banner .Navigation .link a {
  129. display: inline-block;
  130. text-decoration: none;
  131. color: #fff;
  132. letter-spacing: 1px;
  133. font-size: 0.9rem;
  134. font-weight: 600;
  135. cursor: pointer;
  136. padding: 15px;
  137. position: relative;
  138. }
  139. .banner .Navigation .link a :hover {
  140. opacity: 0.8;
  141. }
  142. .banner .Navigation .link a:after {
  143. content: "";
  144. display: block;
  145. width: 80%;
  146. height: 3px;
  147. background-color: #fff;
  148. position: absolute;
  149. left: 12%;
  150. bottom: 0;
  151. -webkit-transition: all 0.3s;
  152. transition: all 0.3s;
  153. opacity: 0;
  154. }
  155. .banner .Navigation .link a:hover:after {
  156. width: 80%;
  157. opacity: 1;
  158. }
  159. .banner hr {
  160. width: 85vw;
  161. position: absolute;
  162. top: 90px;
  163. left: 100px;
  164. height: 1px;
  165. z-index: 5;
  166. }
  167. #content1 {
  168. display: -ms-grid;
  169. display: grid;
  170. -ms-grid-columns: 1fr 1fr;
  171. grid-template-columns: 1fr 1fr;
  172. margin: 0 auto;
  173. padding-top: 150px;
  174. width: 90vw;
  175. position: relative;
  176. grid-gap: 30px;
  177. }
  178. #content1 .hr2 {
  179. position: absolute;
  180. width: 32vw;
  181. height: 1px !important;
  182. left: 5vw;
  183. }
  184. #content1 .content1-left {
  185. width: 45vw;
  186. text-align: left;
  187. margin: 0px auto;
  188. padding-right: 50px;
  189. }
  190. #content1 .content1-left .contant-toggle {
  191. color: #9c857b !important;
  192. }
  193. #content1 .content1-left .contant-toggle2 {
  194. color: #4b515e !important;
  195. }
  196. #content1 .content1-left .title {
  197. margin: 0;
  198. padding: 10px;
  199. margin-bottom: 50px;
  200. font-weight: 900;
  201. font-size: 45px;
  202. font-family: "Times New Roman", Times, serif;
  203. color: #4b515e;
  204. padding-left: 5vw;
  205. }
  206. #content1 .content1-left .left {
  207. display: -ms-grid;
  208. display: grid;
  209. -ms-grid-columns: 1.5fr 3fr;
  210. grid-template-columns: 1.5fr 3fr;
  211. width: 37vw;
  212. }
  213. #content1 .content1-left .left .title1 {
  214. text-align: center;
  215. font-size: 90px;
  216. font-weight: 400;
  217. font-family: "Times New Roman", Times, serif;
  218. color: #8593a4;
  219. padding-left: 3vw;
  220. }
  221. #content1 .content1-left .left .text1,
  222. #content1 .content1-left .left .text2,
  223. #content1 .content1-left .left .text3 {
  224. cursor: pointer;
  225. margin: auto 0;
  226. }
  227. #content1 .content1-left .left .text1 .text-1,
  228. #content1 .content1-left .left .text1 .text-2,
  229. #content1 .content1-left .left .text1 .text-3,
  230. #content1 .content1-left .left .text2 .text-1,
  231. #content1 .content1-left .left .text2 .text-2,
  232. #content1 .content1-left .left .text2 .text-3,
  233. #content1 .content1-left .left .text3 .text-1,
  234. #content1 .content1-left .left .text3 .text-2,
  235. #content1 .content1-left .left .text3 .text-3 {
  236. font-size: 23px;
  237. font-weight: bolder;
  238. color: #4b515e;
  239. }
  240. #content1 .content1-right {
  241. width: 35vw;
  242. text-align: center;
  243. }
  244. #content1 .content1-right .slick-dots {
  245. margin-bottom: 50px;
  246. }
  247. #content1 .content1-right .slick-dots ::before {
  248. color: #fff;
  249. }
  250. #content1 .content1-right img {
  251. width: 35vw;
  252. height: 40vw;
  253. -o-object-fit: cover;
  254. object-fit: cover;
  255. }
  256. #service {
  257. width: 100vw;
  258. }
  259. #service h1 {
  260. padding: 15px;
  261. padding-left: 10vw;
  262. margin-bottom: 80px;
  263. padding-top: 5vw;
  264. }
  265. #service .service-box {
  266. width: 80vw;
  267. margin: 0 auto;
  268. }
  269. #service .service-box #service-text {
  270. display: -ms-grid;
  271. display: grid;
  272. -ms-grid-columns: 1fr 1fr;
  273. grid-template-columns: 1fr 1fr;
  274. margin: 3vw auto;
  275. width: 70vw;
  276. }
  277. #service .service-box #service-text #text-left,
  278. #service .service-box #service-text #text-right {
  279. width: 40vw;
  280. text-align: left;
  281. display: -ms-grid;
  282. display: grid;
  283. -ms-grid-columns: 1fr 1fr;
  284. grid-template-columns: 1fr 1fr;
  285. }
  286. #service .service-box #service-text #text-left .img-icon,
  287. #service .service-box #service-text #text-right .img-icon {
  288. width: 12vw;
  289. }
  290. #service .service-box #service-text .icon-text {
  291. width: 30vw;
  292. margin-top: 15px;
  293. font-weight: 600;
  294. }
  295. #service .service-box #service-text img {
  296. width: 128px;
  297. height: 128px;
  298. }
  299. #service .service-box #service-text .text-p {
  300. font-size: 18px;
  301. color: #000;
  302. }
  303. #service .service-box #service-img {
  304. width: 75vw;
  305. display: -ms-grid;
  306. display: grid;
  307. -ms-grid-columns: 1fr 1fr;
  308. grid-template-columns: 1fr 1fr;
  309. grid-gap: 10px;
  310. }
  311. #service .service-box #service-img img {
  312. width: 38vw;
  313. -o-object-fit: cover;
  314. object-fit: cover;
  315. }
  316. #service .btn {
  317. text-align: center;
  318. margin-bottom: 100px;
  319. margin-top: 50px;
  320. }
  321. #service-process {
  322. width: 100vw;
  323. background-color: #f7f7f7;
  324. padding-bottom: 150px;
  325. }
  326. #service-process h1 {
  327. padding: 15px;
  328. margin-left: 10vw;
  329. padding-top: 100px;
  330. margin-bottom: 80px;
  331. }
  332. #service-process #process-box {
  333. display: -ms-grid;
  334. display: grid;
  335. -ms-grid-columns: (1fr)[6];
  336. grid-template-columns: repeat(6, 1fr);
  337. width: 80vw;
  338. margin: 0 auto;
  339. }
  340. #service-process #process-box .box {
  341. width: 14vw;
  342. margin: 0 auto;
  343. }
  344. #service-process #process-box .box .box-text {
  345. font-family: 微軟正黑體;
  346. text-align: center;
  347. font-size: 17px;
  348. font-weight: 900;
  349. padding-right: 3vw;
  350. color: #6f645a;
  351. }
  352. #service-process #process-box img {
  353. width: 180px;
  354. height: 180px;
  355. -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  356. filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  357. }
  358. #feedback {
  359. width: 100vw;
  360. padding-bottom: 200px;
  361. }
  362. #feedback h1 {
  363. margin-top: 50px;
  364. margin-bottom: 50px;
  365. }
  366. #feedback #feedback-box {
  367. width: 80vw;
  368. margin: 0 auto;
  369. display: -ms-grid;
  370. display: grid;
  371. -ms-grid-columns: (1fr)[3];
  372. grid-template-columns: repeat(3, 1fr);
  373. }
  374. #feedback #feedback-box .box {
  375. width: 25vw;
  376. -webkit-transition: 0.5s;
  377. transition: 0.5s;
  378. text-align: center;
  379. padding-bottom: 1vw;
  380. position: relative;
  381. }
  382. #feedback #feedback-box .box .play {
  383. position: absolute;
  384. left: 12vw !important;
  385. top: 5vw !important;
  386. width: 3vw;
  387. height: 3vw;
  388. opacity: 0.8;
  389. z-index: 10;
  390. }
  391. #feedback #feedback-box .box img {
  392. width: 25vw;
  393. margin: 0 auto;
  394. -o-object-fit: cover;
  395. object-fit: cover;
  396. -webkit-transition: 0.5s;
  397. transition: 0.5s;
  398. }
  399. #feedback #feedback-box .box p {
  400. text-align: center;
  401. font-size: 18px;
  402. font-weight: 600;
  403. margin: 10px;
  404. }
  405. #contact-us {
  406. margin: 0 auto;
  407. width: 100vw;
  408. background: #eee;
  409. position: relative;
  410. }
  411. #contact-us .contact-text {
  412. margin: 0 auto;
  413. width: 68vw;
  414. }
  415. #contact-us .contact-text .text-p {
  416. font-size: 16px;
  417. font-weight: 600;
  418. }
  419. #contact-us .form-title {
  420. width: 70vw;
  421. margin: 0 auto;
  422. padding-top: 100px;
  423. margin-bottom: 120px;
  424. color: #5c5248;
  425. }
  426. #contact-us .form-title h1 {
  427. text-align: center;
  428. font-size: 32px;
  429. font-weight: 900;
  430. }
  431. #contact-us #contact-form {
  432. width: 75vw;
  433. display: -ms-grid;
  434. display: grid;
  435. -ms-grid-columns: (1fr)[2];
  436. grid-template-columns: repeat(2, 1fr);
  437. margin-top: 10px;
  438. margin: 0 auto;
  439. position: relative;
  440. }
  441. #contact-us #contact-form hr {
  442. position: absolute;
  443. width: 34vw;
  444. -webkit-transform: rotate(90deg);
  445. transform: rotate(90deg);
  446. left: 20vw;
  447. top: 19vw;
  448. }
  449. #contact-us #contact-form #location,
  450. #contact-us #contact-form #type,
  451. #contact-us #contact-form #modal,
  452. #contact-us #contact-form #budget,
  453. #contact-us #contact-form #square,
  454. #contact-us #contact-form #style,
  455. #contact-us #contact-form #datepicker,
  456. #contact-us #contact-form #email,
  457. #contact-us #contact-form #name,
  458. #contact-us #contact-form #phone,
  459. #contact-us #contact-form #gender {
  460. width: 100%;
  461. height: 50px;
  462. margin: 10px 0;
  463. padding-left: 10px;
  464. border: 1px solid rgba(0, 0, 0, 0.3);
  465. padding: 10px 15px;
  466. font-size: 16px;
  467. border-radius: 3px;
  468. -webkit-appearance: none;
  469. -moz-appearance: none;
  470. appearance: none;
  471. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  472. background-size: 10px 10px;
  473. background-color: #fff;
  474. }
  475. #contact-us #contact-form #form-left {
  476. width: 28vw;
  477. margin-left: 3vw;
  478. }
  479. #contact-us #contact-form #form-left #rooms,
  480. #contact-us #contact-form #form-left #livingroom,
  481. #contact-us #contact-form #form-left #bathroom {
  482. width: 28.5%;
  483. border: 1px solid rgba(0, 0, 0, 0.3);
  484. height: 50px;
  485. margin: 15px 0;
  486. padding-right: 50px;
  487. padding: 10px 15px;
  488. font-size: 16px;
  489. border-radius: 3px;
  490. -webkit-appearance: none;
  491. -moz-appearance: none;
  492. appearance: none;
  493. background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent;
  494. background-size: 10px 10px;
  495. background-color: #fff;
  496. }
  497. #contact-us #contact-form #form-left #square,
  498. #contact-us #contact-form #form-left #datepicker {
  499. background: none;
  500. background-color: #fff;
  501. }
  502. #contact-us #contact-form #form-right {
  503. width: 29vw;
  504. margin-left: 5vw;
  505. }
  506. #contact-us #contact-form #form-right #fb_login #fb-button {
  507. font-size: 16px;
  508. width: 29vw;
  509. height: 50px;
  510. padding: 30px;
  511. }
  512. #contact-us #contact-form #form-right #111 {
  513. margin-top: 12px;
  514. width: 29vw;
  515. height: 50px;
  516. border: 1px solid #3b5998;
  517. text-align: right;
  518. padding-right: 50px;
  519. line-height: 50px;
  520. background-color: #fff;
  521. -webkit-transition: 0.3s;
  522. transition: 0.3s;
  523. position: relative;
  524. }
  525. #contact-us #contact-form #form-right #111 img {
  526. position: absolute;
  527. left: 50px;
  528. top: 7px;
  529. width: 32px;
  530. height: 32px;
  531. }
  532. #contact-us #contact-form #form-right #111:hover {
  533. background-color: #2a4f91;
  534. color: #fff;
  535. }
  536. #contact-us #contact-form #form-right #111:hover img {
  537. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  538. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  539. }
  540. #contact-us #contact-form #form-right a {
  541. text-decoration: none;
  542. color: #ee751b;
  543. font-weight: 900;
  544. }
  545. #contact-us #contact-form #form-right #checkbox {
  546. margin: 15px;
  547. }
  548. #contact-us #contact-form #form-right #email,
  549. #contact-us #contact-form #form-right #name,
  550. #contact-us #contact-form #form-right #phone {
  551. background: none;
  552. background-color: #fff;
  553. }
  554. #contact-us .btn {
  555. margin: 50px auto;
  556. border: none;
  557. padding: 15px;
  558. background: #edbc96;
  559. color: #4b515e;
  560. font-size: 20px;
  561. width: 400px;
  562. border-radius: 10px;
  563. }
  564. #contact-us .btn:hover {
  565. color: #fff;
  566. background-color: #745c54;
  567. }
  568. #contact-us .form-btn {
  569. text-align: center;
  570. position: relative;
  571. width: 75vw;
  572. margin: 0 auto;
  573. }
  574. #contact-us .form-btn #phone1 {
  575. position: absolute;
  576. left: 500px;
  577. }
  578. #footer {
  579. width: 100vw;
  580. background-color: #ebe6e2;
  581. color: #9f5000;
  582. text-align: center;
  583. font-size: 18px;
  584. line-height: 130px;
  585. }
  586. #footer a {
  587. text-decoration: none;
  588. color: #9f5000;
  589. }
  590. #footer p {
  591. display: inline;
  592. }
  593. .animation-h1 {
  594. -webkit-animation-name: fade;
  595. animation-name: fade;
  596. -webkit-animation-duration: 1s;
  597. animation-duration: 1s;
  598. -webkit-animation-fill-mode: forwards;
  599. animation-fill-mode: forwards;
  600. -webkit-animation-delay: 0.5s;
  601. animation-delay: 0.5s;
  602. opacity: 0;
  603. }
  604. @-webkit-keyframes fade {
  605. from {
  606. -webkit-transform: translateY(0px);
  607. transform: translateY(0px);
  608. }
  609. to {
  610. -webkit-transform: translateY(20px);
  611. transform: translateY(20px);
  612. opacity: 1;
  613. }
  614. }
  615. @keyframes fade {
  616. from {
  617. -webkit-transform: translateY(0px);
  618. transform: translateY(0px);
  619. }
  620. to {
  621. -webkit-transform: translateY(20px);
  622. transform: translateY(20px);
  623. opacity: 1;
  624. }
  625. }
  626. .animation-btn {
  627. -webkit-animation-name: fade2;
  628. animation-name: fade2;
  629. -webkit-animation-duration: 1s;
  630. animation-duration: 1s;
  631. -webkit-animation-fill-mode: forwards;
  632. animation-fill-mode: forwards;
  633. -webkit-animation-delay: 1s;
  634. animation-delay: 1s;
  635. opacity: 0;
  636. }
  637. @-webkit-keyframes fade2 {
  638. from {
  639. -webkit-transform: translateY(0px);
  640. transform: translateY(0px);
  641. }
  642. to {
  643. -webkit-transform: translateY(-10px);
  644. transform: translateY(-10px);
  645. opacity: 1;
  646. }
  647. }
  648. @keyframes fade2 {
  649. from {
  650. -webkit-transform: translateY(0px);
  651. transform: translateY(0px);
  652. }
  653. to {
  654. -webkit-transform: translateY(-10px);
  655. transform: translateY(-10px);
  656. opacity: 1;
  657. }
  658. }
  659. /*# sourceMappingURL=style.css.map */