style.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747
  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: bolder;
  18. padding: 15px;
  19. font-family: "Times New Roman", Times, serif;
  20. font-size: 36px;
  21. color: #414854;
  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: #927368;
  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. #content1 .text {
  164. position: relative;
  165. }
  166. #content1 .text .text2 {
  167. position: absolute;
  168. top: 15vw;
  169. left: 20vw;
  170. z-index: 1;
  171. }
  172. @media screen and (max-width: 1024px) {
  173. #content1 .text .text2 {
  174. width: 60vw;
  175. height: 30vw;
  176. }
  177. }
  178. @media screen and (max-width: 767px) {
  179. #content1 .text .text2 {
  180. width: 80vw;
  181. left: 10vw;
  182. }
  183. }
  184. #content1 .text .text2 h2 {
  185. line-height: 1.5;
  186. color: #fff;
  187. text-align-last: left;
  188. font-size: 20px;
  189. letter-spacing: 5px;
  190. }
  191. @media screen and (max-width: 1024px) {
  192. #content1 .text .text2 h2 {
  193. font-size: 32px;
  194. }
  195. }
  196. @media screen and (max-width: 767px) {
  197. #content1 .text .text2 h2 {
  198. font-size: 22px;
  199. }
  200. }
  201. #content1 img {
  202. margin: 15px auto;
  203. width: 70vw;
  204. height: 30vh;
  205. -o-object-fit: cover;
  206. object-fit: cover;
  207. -webkit-filter: brightness(70%);
  208. filter: brightness(70%);
  209. }
  210. @media screen and (max-width: 767px) {
  211. #content1 img {
  212. width: 85vw;
  213. }
  214. }
  215. #service {
  216. width: 100vw;
  217. text-align: center;
  218. }
  219. #service .text {
  220. font-size: 1.5rem;
  221. display: inline;
  222. text-align: left;
  223. }
  224. @media screen and (max-width: 767px) {
  225. #service .text {
  226. font-size: 1rem;
  227. }
  228. }
  229. @media screen and (max-width: 576px) {
  230. #service .text {
  231. font-size: 0.8rem;
  232. }
  233. }
  234. @media screen and (max-width: 769px) {
  235. #service .text .left-box {
  236. width: 45vw;
  237. padding-left: 50px;
  238. margin-top: 30px;
  239. }
  240. }
  241. @media screen and (max-width: 576px) {
  242. #service .text .left-box {
  243. padding-left: 30px;
  244. margin-top: 20px;
  245. }
  246. }
  247. #service .icon {
  248. width: 20vw;
  249. }
  250. #service h1 {
  251. margin: 50px;
  252. }
  253. @media screen and (max-width: 767px) {
  254. #service h1 {
  255. font-size: 34px;
  256. }
  257. }
  258. #service-process {
  259. margin: 0 auto;
  260. width: 60vw;
  261. }
  262. @media screen and (max-width: 767px) {
  263. #service-process {
  264. width: 80vw;
  265. }
  266. }
  267. #service-process h1 {
  268. margin-top: 150px;
  269. margin-bottom: 50px;
  270. }
  271. @media screen and (max-width: 1024px) {
  272. #service-process h1 {
  273. margin-bottom: 150px;
  274. }
  275. }
  276. @media screen and (max-width: 767px) {
  277. #service-process h1 {
  278. font-size: 32px;
  279. }
  280. }
  281. #service-process .process-box {
  282. width: 60vw;
  283. display: -ms-grid;
  284. display: grid;
  285. margin: 10px auto;
  286. -ms-grid-columns: (1fr)[2];
  287. grid-template-columns: repeat(2, 1fr);
  288. }
  289. @media screen and (max-width: 767px) {
  290. #service-process .process-box {
  291. width: 70vw;
  292. }
  293. }
  294. #service-process img {
  295. width: 128px;
  296. height: 128px;
  297. -o-object-fit: cover;
  298. object-fit: cover;
  299. }
  300. @media screen and (max-width: 1024px) {
  301. #service-process img {
  302. height: 256px;
  303. width: 256px;
  304. }
  305. }
  306. @media screen and (max-width: 767px) {
  307. #service-process img {
  308. width: 128px;
  309. height: 128px;
  310. }
  311. }
  312. #service-process .process-title {
  313. text-align: center;
  314. width: 190px;
  315. }
  316. @media screen and (max-width: 1024px) {
  317. #service-process .process-title {
  318. width: 30vw;
  319. }
  320. }
  321. @media screen and (max-width: 1024px) {
  322. #service-process .process-title {
  323. width: 40vw;
  324. }
  325. }
  326. #service-process .process-title p {
  327. font-size: 20px;
  328. font-family: 微軟正黑體;
  329. font-weight: bolder;
  330. }
  331. @media screen and (max-width: 1024px) {
  332. #service-process .process-title p {
  333. width: 40vw;
  334. font-size: 38px;
  335. }
  336. }
  337. @media screen and (max-width: 767px) {
  338. #service-process .process-title p {
  339. font-size: 18px;
  340. }
  341. }
  342. #service-process .process-title img {
  343. margin: 20px;
  344. width: 32px;
  345. height: 32px;
  346. }
  347. @media screen and (max-width: 1024px) {
  348. #service-process .process-title img {
  349. margin-top: 50px;
  350. width: 40px;
  351. height: 40px;
  352. }
  353. }
  354. @media screen and (max-width: 767px) {
  355. #service-process .process-title img {
  356. margin-top: 10px;
  357. }
  358. }
  359. #feedback {
  360. margin: auto;
  361. width: 70vw;
  362. }
  363. @media screen and (max-width: 767px) {
  364. #feedback {
  365. width: 90vw;
  366. }
  367. }
  368. #feedback .feedback-slider1 {
  369. width: 70vw;
  370. }
  371. @media screen and (max-width: 767px) {
  372. #feedback .feedback-slider1 {
  373. width: 90vw;
  374. }
  375. }
  376. #feedback h1 {
  377. margin-top: 150px;
  378. margin-bottom: 50px;
  379. }
  380. #feedback .box p {
  381. margin: 20px;
  382. text-align: center;
  383. font-size: 18px;
  384. font-weight: 600;
  385. }
  386. #feedback .box img {
  387. width: 390px;
  388. height: 195px;
  389. -o-object-fit: cover;
  390. object-fit: cover;
  391. }
  392. @media screen and (max-width: 1024px) {
  393. #feedback .box img {
  394. width: 70vw;
  395. height: 30vh;
  396. }
  397. }
  398. @media screen and (max-width: 767px) {
  399. #feedback .box img {
  400. width: 90vw;
  401. }
  402. }
  403. #contact-us p {
  404. font-size: 16px;
  405. font-weight: 600;
  406. margin: 0px 10px;
  407. }
  408. @media screen and (max-width: 1024px) {
  409. #contact-us p {
  410. font-size: 24px;
  411. text-align: center;
  412. }
  413. }
  414. @media screen and (max-width: 767px) {
  415. #contact-us p {
  416. font-size: 16px;
  417. }
  418. }
  419. #contact-us #form-title {
  420. padding-top: 100px;
  421. margin-bottom: 50px;
  422. color: #5c5248;
  423. }
  424. #contact-us #form-text {
  425. margin: 30px auto;
  426. margin-left: 50px;
  427. }
  428. #contact-us h1 {
  429. text-align: center;
  430. font-size: 24px;
  431. }
  432. @media screen and (max-width: 1024px) {
  433. #contact-us h1 {
  434. font-size: 36px;
  435. }
  436. }
  437. @media screen and (max-width: 767px) {
  438. #contact-us h1 {
  439. font-size: 24px;
  440. }
  441. }
  442. #contact-us #contact-form {
  443. text-align: center;
  444. }
  445. #contact-us #contact-form #location,
  446. #contact-us #contact-form #type,
  447. #contact-us #contact-form #modal,
  448. #contact-us #contact-form #budget,
  449. #contact-us #contact-form #square,
  450. #contact-us #contact-form #style,
  451. #contact-us #contact-form #date,
  452. #contact-us #contact-form #email,
  453. #contact-us #contact-form #name,
  454. #contact-us #contact-form #phone,
  455. #contact-us #contact-form #gender,
  456. #contact-us #contact-form #rooms,
  457. #contact-us #contact-form #livingroom,
  458. #contact-us #contact-form #bathroom {
  459. border-radius: 3px;
  460. width: 85%;
  461. height: 60px;
  462. margin: 15px 0;
  463. padding-left: 15px;
  464. border: 1px solid rgba(0, 0, 0, 0.3);
  465. font-size: 18px;
  466. -webkit-appearance: none;
  467. -moz-appearance: none;
  468. appearance: none;
  469. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  470. background-size: 10px 10px;
  471. background-color: #fff;
  472. }
  473. #contact-us #contact-form #square,
  474. #contact-us #contact-form #date,
  475. #contact-us #contact-form #email,
  476. #contact-us #contact-form #name,
  477. #contact-us #contact-form #phone {
  478. font-size: 18px;
  479. width: 85%;
  480. background: none;
  481. }
  482. #contact-us #contact-form #gender {
  483. display: block;
  484. margin: 0 auto;
  485. }
  486. #contact-us #contact-form #facebook {
  487. margin: 15px auto;
  488. width: 85vw;
  489. height: 60px;
  490. border: 1px solid #000093;
  491. text-align: right;
  492. background-color: #fff;
  493. -webkit-transition: 0.3s;
  494. transition: 0.3s;
  495. position: relative;
  496. }
  497. #contact-us #contact-form #facebook p {
  498. position: absolute;
  499. right: 30px;
  500. font-weight: normal;
  501. }
  502. @media screen and (max-width: 1024px) {
  503. #contact-us #contact-form #facebook p {
  504. top: 10px;
  505. }
  506. }
  507. @media screen and (max-width: 767px) {
  508. #contact-us #contact-form #facebook p {
  509. top: 15px;
  510. }
  511. }
  512. #contact-us #contact-form #facebook img {
  513. position: absolute;
  514. left: 30px;
  515. top: 15px;
  516. width: 32px;
  517. height: 32px;
  518. }
  519. #contact-us #contact-form #facebook:hover {
  520. background-color: #2a4f91;
  521. color: #fff;
  522. }
  523. #contact-us #contact-form #facebook:hover img {
  524. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  525. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  526. }
  527. #contact-us #contact-form a {
  528. text-decoration: none;
  529. color: #ff8000;
  530. }
  531. #contact-us #contact-form #checkbox {
  532. margin-top: 50px;
  533. padding: 20px;
  534. width: 15px;
  535. height: 15px;
  536. }
  537. #contact-us #contact-form #email,
  538. #contact-us #contact-form #name,
  539. #contact-us #contact-form #phone {
  540. background: none;
  541. background-color: #fff;
  542. }
  543. #contact-us #contact-form .option {
  544. width: 85%;
  545. }
  546. #contact-us #form {
  547. text-align: center;
  548. position: relative;
  549. }
  550. #contact-us #form #btn {
  551. margin: 50px auto;
  552. border: none;
  553. padding: 15px;
  554. background: #ffaf60;
  555. color: #404854;
  556. font-size: 20px;
  557. width: 300px;
  558. border-radius: 30px;
  559. }
  560. #contact-us #form #btn:hover {
  561. color: #fff;
  562. background-color: #745c54;
  563. }
  564. #contact-us #form #phone {
  565. position: absolute;
  566. left: 500px;
  567. }
  568. #footer {
  569. margin-top: 50px;
  570. padding-top: 50px;
  571. width: 100vw;
  572. height: 150px;
  573. background-color: #ffe4ca;
  574. color: #9f5000;
  575. text-align: center;
  576. font-size: 16px;
  577. line-height: 2;
  578. }
  579. #footer a {
  580. text-decoration: none;
  581. color: #9f5000;
  582. }
  583. #footer p {
  584. margin-left: 5px;
  585. display: inline;
  586. }
  587. #menu-box {
  588. top: 60px;
  589. height: 45vh;
  590. width: 100vw;
  591. position: fixed;
  592. z-index: 5;
  593. }
  594. #menu-box hr {
  595. margin: 30px;
  596. background: #65584c;
  597. }
  598. #menu-box #menu-box2 {
  599. width: 100vw;
  600. height: 45vh;
  601. background-color: #f4f4f3;
  602. opacity: 0.9;
  603. z-index: 7;
  604. text-align: center;
  605. }
  606. #menu-box #menu-box2 #menu-link {
  607. display: -ms-grid;
  608. display: grid;
  609. -ms-grid-columns: (1fr)[3];
  610. grid-template-columns: repeat(3, 1fr);
  611. width: 350px;
  612. margin: 0 auto;
  613. }
  614. #menu-box #menu-box2 .menu-logo {
  615. opacity: 1;
  616. }
  617. #menu-box #menu-box2 .menu-logo img {
  618. width: 40px;
  619. height: 40px;
  620. -webkit-filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  621. filter: invert(34%) sepia(7%) saturate(1111%) hue-rotate(347deg) brightness(98%) contrast(88%);
  622. }
  623. #menu-box #menu-box2 a {
  624. display: inline-block;
  625. text-decoration: none;
  626. color: #65584c;
  627. font-size: 16px;
  628. margin-top: 20px;
  629. }
  630. #menu-box #menu-box2 .menu-text {
  631. width: 100vw;
  632. text-align: center;
  633. margin-bottom: 10px;
  634. }
  635. /*# sourceMappingURL=style.css.map */