style.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  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: 30vw;
  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 #text-right {
  291. padding-left: 1vw;
  292. }
  293. #service .service-box #service-text .icon-text {
  294. width: 25vw;
  295. margin-top: 15px;
  296. font-weight: 600;
  297. }
  298. #service .service-box #service-text img {
  299. width: 128px;
  300. height: 128px;
  301. }
  302. #service .service-box #service-text .text-p {
  303. font-size: 18px;
  304. color: #4b515e;
  305. }
  306. #service .service-box #service-img {
  307. width: 75vw;
  308. display: -ms-grid;
  309. display: grid;
  310. -ms-grid-columns: 1fr 1fr;
  311. grid-template-columns: 1fr 1fr;
  312. grid-gap: 10px;
  313. }
  314. #service .service-box #service-img img {
  315. width: 38vw;
  316. -o-object-fit: cover;
  317. object-fit: cover;
  318. }
  319. #service .btn {
  320. text-align: center;
  321. margin-bottom: 100px;
  322. margin-top: 50px;
  323. }
  324. #service-process {
  325. width: 100vw;
  326. background-color: #f7f7f7;
  327. padding-bottom: 150px;
  328. }
  329. #service-process h1 {
  330. padding: 15px;
  331. margin-left: 10vw;
  332. padding-top: 100px;
  333. margin-bottom: 80px;
  334. }
  335. #service-process #process-box {
  336. display: -ms-grid;
  337. display: grid;
  338. -ms-grid-columns: (1fr)[6];
  339. grid-template-columns: repeat(6, 1fr);
  340. width: 80vw;
  341. margin: 0 auto;
  342. }
  343. #service-process #process-box .box {
  344. width: 14vw;
  345. margin: 0 auto;
  346. }
  347. #service-process #process-box .box .box-text {
  348. font-family: 微軟正黑體;
  349. text-align: center;
  350. font-size: 17px;
  351. font-weight: 900;
  352. padding-right: 3vw;
  353. color: #6f645a;
  354. }
  355. #service-process #process-box img {
  356. width: 180px;
  357. height: 180px;
  358. -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  359. filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  360. }
  361. #feedback {
  362. width: 100vw;
  363. padding-bottom: 200px;
  364. }
  365. #feedback h1 {
  366. margin-top: 50px;
  367. margin-bottom: 50px;
  368. }
  369. #feedback #feedback-box {
  370. width: 80vw;
  371. margin: 0 auto;
  372. display: -ms-grid;
  373. display: grid;
  374. -ms-grid-columns: (1fr)[3];
  375. grid-template-columns: repeat(3, 1fr);
  376. }
  377. #feedback #feedback-box .box {
  378. width: 25vw;
  379. -webkit-transition: 0.5s;
  380. transition: 0.5s;
  381. text-align: center;
  382. padding-bottom: 1vw;
  383. position: relative;
  384. }
  385. #feedback #feedback-box .box .play {
  386. position: absolute;
  387. left: 12vw !important;
  388. top: 5vw !important;
  389. width: 3vw;
  390. height: 3vw;
  391. opacity: 0.8;
  392. z-index: 10;
  393. }
  394. #feedback #feedback-box .box img {
  395. width: 25vw;
  396. margin: 0 auto;
  397. -o-object-fit: cover;
  398. object-fit: cover;
  399. -webkit-transition: 0.5s;
  400. transition: 0.5s;
  401. }
  402. #feedback #feedback-box .box p {
  403. text-align: center;
  404. font-size: 18px;
  405. font-weight: 600;
  406. margin: 10px;
  407. }
  408. #contact-us {
  409. margin: 0 auto;
  410. width: 100vw;
  411. background: #eee;
  412. position: relative;
  413. }
  414. #contact-us .contact-text {
  415. margin: 0 auto;
  416. width: 68vw;
  417. }
  418. #contact-us .contact-text .text-p {
  419. font-size: 16px;
  420. font-weight: 600;
  421. }
  422. #contact-us .form-title {
  423. width: 70vw;
  424. margin: 0 auto;
  425. padding-top: 100px;
  426. margin-bottom: 120px;
  427. color: #5c5248;
  428. }
  429. #contact-us .form-title h1 {
  430. text-align: center;
  431. font-size: 32px;
  432. font-weight: 900;
  433. }
  434. #contact-us #contact-form {
  435. width: 75vw;
  436. display: -ms-grid;
  437. display: grid;
  438. -ms-grid-columns: (1fr)[2];
  439. grid-template-columns: repeat(2, 1fr);
  440. margin-top: 10px;
  441. margin: 0 auto;
  442. position: relative;
  443. }
  444. #contact-us #contact-form hr {
  445. position: absolute;
  446. width: 34vw;
  447. -webkit-transform: rotate(90deg);
  448. transform: rotate(90deg);
  449. left: 20vw;
  450. top: 19vw;
  451. }
  452. #contact-us #contact-form #location,
  453. #contact-us #contact-form #type,
  454. #contact-us #contact-form #modal,
  455. #contact-us #contact-form #budget,
  456. #contact-us #contact-form #square,
  457. #contact-us #contact-form #style,
  458. #contact-us #contact-form #date,
  459. #contact-us #contact-form #email,
  460. #contact-us #contact-form #name,
  461. #contact-us #contact-form #phone,
  462. #contact-us #contact-form #gender {
  463. width: 100%;
  464. height: 50px;
  465. margin: 10px 0;
  466. padding-left: 10px;
  467. border: 1px solid rgba(0, 0, 0, 0.3);
  468. padding: 10px 15px;
  469. font-size: 16px;
  470. border-radius: 3px;
  471. -webkit-appearance: none;
  472. -moz-appearance: none;
  473. appearance: none;
  474. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  475. background-size: 10px 10px;
  476. background-color: #fff;
  477. }
  478. #contact-us #contact-form #form-left {
  479. width: 28vw;
  480. margin-left: 3vw;
  481. }
  482. #contact-us #contact-form #form-left #rooms,
  483. #contact-us #contact-form #form-left #livingroom,
  484. #contact-us #contact-form #form-left #bathroom {
  485. width: 28.5%;
  486. border: 1px solid rgba(0, 0, 0, 0.3);
  487. height: 50px;
  488. margin: 15px 0;
  489. padding-right: 50px;
  490. padding: 10px 15px;
  491. font-size: 16px;
  492. border-radius: 3px;
  493. -webkit-appearance: none;
  494. -moz-appearance: none;
  495. appearance: none;
  496. background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent;
  497. background-size: 10px 10px;
  498. background-color: #fff;
  499. }
  500. #contact-us #contact-form #form-left #square,
  501. #contact-us #contact-form #form-left #date {
  502. background: none;
  503. background-color: #fff;
  504. }
  505. #contact-us #contact-form #form-right {
  506. width: 29vw;
  507. margin-left: 5vw;
  508. }
  509. #contact-us #contact-form #form-right #fb_login #fb-button {
  510. font-size: 16px;
  511. width: 29vw;
  512. height: 50px;
  513. padding: 30px;
  514. }
  515. #contact-us #contact-form #form-right #111 {
  516. margin-top: 12px;
  517. width: 29vw;
  518. height: 50px;
  519. border: 1px solid #3b5998;
  520. text-align: right;
  521. padding-right: 50px;
  522. line-height: 50px;
  523. background-color: #fff;
  524. -webkit-transition: 0.3s;
  525. transition: 0.3s;
  526. position: relative;
  527. }
  528. #contact-us #contact-form #form-right #111 img {
  529. position: absolute;
  530. left: 50px;
  531. top: 7px;
  532. width: 32px;
  533. height: 32px;
  534. }
  535. #contact-us #contact-form #form-right #111:hover {
  536. background-color: #2a4f91;
  537. color: #fff;
  538. }
  539. #contact-us #contact-form #form-right #111:hover img {
  540. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  541. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  542. }
  543. #contact-us #contact-form #form-right a {
  544. text-decoration: none;
  545. color: #ee751b;
  546. font-weight: 900;
  547. }
  548. #contact-us #contact-form #form-right #checkbox {
  549. margin: 15px;
  550. }
  551. #contact-us #contact-form #form-right #email,
  552. #contact-us #contact-form #form-right #name,
  553. #contact-us #contact-form #form-right #phone {
  554. background: none;
  555. background-color: #fff;
  556. }
  557. #contact-us .btn {
  558. margin: 50px auto;
  559. border: none;
  560. padding: 15px;
  561. background: #edbc96;
  562. color: #4b515e;
  563. font-size: 20px;
  564. width: 450px;
  565. border-radius: 10px;
  566. }
  567. #contact-us .btn:hover {
  568. color: #fff;
  569. background-color: #745c54;
  570. }
  571. #contact-us .form-btn {
  572. text-align: center;
  573. position: relative;
  574. width: 75vw;
  575. margin: 0 auto;
  576. }
  577. #contact-us .form-btn #phone1 {
  578. position: absolute;
  579. left: 500px;
  580. }
  581. #footer {
  582. width: 100vw;
  583. background-color: #ebe6e2;
  584. color: #9f5000;
  585. text-align: center;
  586. font-size: 18px;
  587. line-height: 130px;
  588. }
  589. #footer a {
  590. text-decoration: none;
  591. color: #9f5000;
  592. }
  593. #footer p {
  594. display: inline;
  595. }
  596. .animation-h1 {
  597. -webkit-animation-name: fade;
  598. animation-name: fade;
  599. -webkit-animation-duration: 1s;
  600. animation-duration: 1s;
  601. -webkit-animation-fill-mode: forwards;
  602. animation-fill-mode: forwards;
  603. -webkit-animation-delay: 0.5s;
  604. animation-delay: 0.5s;
  605. opacity: 0;
  606. }
  607. @-webkit-keyframes fade {
  608. from {
  609. -webkit-transform: translateY(0px);
  610. transform: translateY(0px);
  611. }
  612. to {
  613. -webkit-transform: translateY(20px);
  614. transform: translateY(20px);
  615. opacity: 1;
  616. }
  617. }
  618. @keyframes fade {
  619. from {
  620. -webkit-transform: translateY(0px);
  621. transform: translateY(0px);
  622. }
  623. to {
  624. -webkit-transform: translateY(20px);
  625. transform: translateY(20px);
  626. opacity: 1;
  627. }
  628. }
  629. .animation-btn {
  630. -webkit-animation-name: fade2;
  631. animation-name: fade2;
  632. -webkit-animation-duration: 1s;
  633. animation-duration: 1s;
  634. -webkit-animation-fill-mode: forwards;
  635. animation-fill-mode: forwards;
  636. -webkit-animation-delay: 1s;
  637. animation-delay: 1s;
  638. opacity: 0;
  639. }
  640. @-webkit-keyframes fade2 {
  641. from {
  642. -webkit-transform: translateY(0px);
  643. transform: translateY(0px);
  644. }
  645. to {
  646. -webkit-transform: translateY(-10px);
  647. transform: translateY(-10px);
  648. opacity: 1;
  649. }
  650. }
  651. @keyframes fade2 {
  652. from {
  653. -webkit-transform: translateY(0px);
  654. transform: translateY(0px);
  655. }
  656. to {
  657. -webkit-transform: translateY(-10px);
  658. transform: translateY(-10px);
  659. opacity: 1;
  660. }
  661. }
  662. /*# sourceMappingURL=style.css.map */