style.css 15 KB

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