style.css 14 KB

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