style.css 13 KB

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