style.css 16 KB

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