style.css 13 KB

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