style.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609
  1. @charset "UTF-8";
  2. * {
  3. margin: 0;
  4. padding: 0;
  5. -webkit-box-sizing: border-box;
  6. box-sizing: border-box;
  7. font-family: 微軟正黑體;
  8. }
  9. @font-face {
  10. font-family: 追奇手寫體;
  11. src: url(./drechifont-proportional.ttf);
  12. font-weight: 900;
  13. }
  14. body {
  15. height: 5000px;
  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: #927368;
  37. width: 285px;
  38. font-size: 17px;
  39. }
  40. body .title {
  41. font-weight: bolder;
  42. padding: 15px;
  43. font-family: "Times New Roman", Times, serif;
  44. padding: 15px;
  45. margin-left: 190px;
  46. font-size: 50px;
  47. color: #4b515e;
  48. }
  49. body .arrow {
  50. position: fixed;
  51. right: 30px;
  52. bottom: 30px;
  53. width: 30px;
  54. z-index: 10;
  55. }
  56. #banner {
  57. width: 100vw;
  58. position: relative;
  59. }
  60. #banner #text {
  61. text-align: center;
  62. }
  63. #banner #text .banner-slider .banner1,
  64. #banner #text .banner-slider .banner2,
  65. #banner #text .banner-slider .banner3 {
  66. width: 100vw;
  67. height: 100vh;
  68. background-size: cover;
  69. background-repeat: no-repeat;
  70. background-position: center;
  71. }
  72. #banner #text .banner-slider .banner1 {
  73. background-image: url(./img/banner/00.webp);
  74. }
  75. #banner #text .banner-slider .banner2 {
  76. background-image: url(./img/banner/002.webp);
  77. }
  78. #banner #text .banner-slider .banner3 {
  79. background-image: url(./img/banner/003.webp);
  80. }
  81. #banner #text h1 {
  82. padding: 15px;
  83. color: #fff;
  84. font-family: 追奇手寫體;
  85. font-size: 72px;
  86. }
  87. #banner #text .btn-main {
  88. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  89. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  90. border: none;
  91. padding: 15px;
  92. background: #404854;
  93. color: #fff;
  94. font-size: 16px;
  95. font-weight: 600;
  96. width: 280px;
  97. border-radius: 30px;
  98. -webkit-transition: 0.3s;
  99. transition: 0.3s;
  100. }
  101. #banner #text .btn-main:hover {
  102. background-color: #927368;
  103. width: 285px;
  104. font-size: 17px;
  105. }
  106. #banner .Navigation {
  107. width: 100vw;
  108. height: 50px;
  109. position: absolute;
  110. top: 20px;
  111. z-index: 5;
  112. display: -ms-grid;
  113. display: grid;
  114. -ms-grid-columns: 2fr 4fr;
  115. grid-template-columns: 2fr 4fr;
  116. }
  117. #banner .Navigation .logo {
  118. padding-top: 1.5vw;
  119. padding-left: 12vw;
  120. }
  121. #banner .Navigation .logo img {
  122. width: 120px;
  123. }
  124. #banner .Navigation .link {
  125. text-align: right;
  126. padding: 30px;
  127. padding-right: 150px;
  128. }
  129. #banner .Navigation .link a {
  130. text-decoration: none;
  131. color: #fff;
  132. padding-right: 35px;
  133. letter-spacing: 1px;
  134. font-size: 0.9rem;
  135. font-weight: 600;
  136. cursor: pointer;
  137. }
  138. #banner .Navigation .link hr {
  139. width: 100px;
  140. background: #fff;
  141. height: 3px;
  142. }
  143. #banner hr {
  144. width: 85vw;
  145. position: absolute;
  146. top: 90px;
  147. left: 100px;
  148. height: 1px;
  149. z-index: 5;
  150. }
  151. #content1 {
  152. display: -ms-grid;
  153. display: grid;
  154. -ms-grid-columns: 1fr 1fr;
  155. grid-template-columns: 1fr 1fr;
  156. margin: 100px 120px;
  157. width: 85vw;
  158. grid-gap: 100px;
  159. }
  160. #content1 .hr {
  161. width: 35vw;
  162. }
  163. #content1 .content1-left {
  164. width: 35vw;
  165. text-align: left;
  166. margin: 30px auto;
  167. padding: 10px;
  168. }
  169. #content1 .content1-left .contant-toggle {
  170. color: #9c857b !important;
  171. }
  172. #content1 .content1-left .contant-toggle2 {
  173. color: #4b515e !important;
  174. }
  175. #content1 .content1-left .title {
  176. margin: 0;
  177. margin-top: -10px;
  178. padding: 10px;
  179. margin-bottom: 50px;
  180. font-weight: bolder;
  181. font-size: 50px;
  182. font-family: "Times New Roman", Times, serif;
  183. color: #4b515e;
  184. }
  185. #content1 .content1-left .left {
  186. display: -ms-grid;
  187. display: grid;
  188. -ms-grid-columns: 1.5fr 3fr;
  189. grid-template-columns: 1.5fr 3fr;
  190. grid-gap: 10px;
  191. width: 35vw;
  192. }
  193. #content1 .content1-left .left .title1 {
  194. text-align: center;
  195. font-size: 96px;
  196. font-weight: 400;
  197. font-family: "Times New Roman", Times, serif;
  198. color: #4b515e;
  199. }
  200. #content1 .content1-left .left .text1, #content1 .content1-left .left .text2, #content1 .content1-left .left .text3 {
  201. cursor: pointer;
  202. margin: auto 0;
  203. }
  204. #content1 .content1-left .left .text1 .text-1, #content1 .content1-left .left .text1 .text-2, #content1 .content1-left .left .text1 .text-3, #content1 .content1-left .left .text2 .text-1, #content1 .content1-left .left .text2 .text-2, #content1 .content1-left .left .text2 .text-3, #content1 .content1-left .left .text3 .text-1, #content1 .content1-left .left .text3 .text-2, #content1 .content1-left .left .text3 .text-3 {
  205. font-size: 20px;
  206. font-weight: bold;
  207. color: #4b515e;
  208. }
  209. #content1 .content1-right {
  210. margin: auto 10px;
  211. width: 35vw;
  212. }
  213. #content1 .content1-right .slick-dots {
  214. margin-bottom: 50px;
  215. }
  216. #content1 .content1-right .slick-dots ::before {
  217. color: #fff;
  218. }
  219. #content1 .content1-right img {
  220. width: 32vw;
  221. height: 40vw;
  222. -o-object-fit: cover;
  223. object-fit: cover;
  224. }
  225. #service {
  226. width: 100vw;
  227. }
  228. #service h1 {
  229. padding: 15px;
  230. margin-left: 10vw;
  231. margin-bottom: 80px;
  232. padding-top: 5vw;
  233. }
  234. #service .service-box {
  235. width: 80vw;
  236. margin: 0 auto;
  237. }
  238. #service .service-box #service-text {
  239. display: -ms-grid;
  240. display: grid;
  241. -ms-grid-columns: 1fr 1fr;
  242. grid-template-columns: 1fr 1fr;
  243. margin: 3vw auto;
  244. width: 70vw;
  245. }
  246. #service .service-box #service-text #text-left,
  247. #service .service-box #service-text #text-right {
  248. width: 30vw;
  249. text-align: left;
  250. display: -ms-grid;
  251. display: grid;
  252. -ms-grid-columns: 1fr 1fr;
  253. grid-template-columns: 1fr 1fr;
  254. }
  255. #service .service-box #service-text #text-left .img-icon,
  256. #service .service-box #service-text #text-right .img-icon {
  257. width: 12vw;
  258. }
  259. #service .service-box #service-text .icon-text {
  260. width: 25vw;
  261. margin-top: 15px;
  262. font-weight: 600;
  263. }
  264. #service .service-box #service-text img {
  265. width: 128px;
  266. height: 128px;
  267. }
  268. #service .service-box #service-text .text-p {
  269. font-size: 18px;
  270. }
  271. #service .service-box #service-img {
  272. width: 75vw;
  273. display: -ms-grid;
  274. display: grid;
  275. -ms-grid-columns: 1fr 1fr;
  276. grid-template-columns: 1fr 1fr;
  277. grid-gap: 10px;
  278. }
  279. #service .service-box #service-img img {
  280. width: 38vw;
  281. -o-object-fit: cover;
  282. object-fit: cover;
  283. }
  284. #service .btn {
  285. text-align: center;
  286. margin-bottom: 100px;
  287. margin-top: 50px;
  288. }
  289. #service-process {
  290. width: 100vw;
  291. background-color: #f7f7f7;
  292. padding-bottom: 150px;
  293. }
  294. #service-process h1 {
  295. padding: 15px;
  296. margin-left: 10vw;
  297. padding-top: 100px;
  298. margin-bottom: 80px;
  299. }
  300. #service-process #process-box {
  301. display: -ms-grid;
  302. display: grid;
  303. -ms-grid-columns: (1fr)[6];
  304. grid-template-columns: repeat(6, 1fr);
  305. width: 80vw;
  306. margin: auto;
  307. }
  308. #service-process #process-box .box-text {
  309. text-align: center;
  310. font-size: 18px;
  311. font-weight: 600;
  312. padding-right: 30px;
  313. }
  314. #service-process #process-box img {
  315. width: 180px;
  316. height: 180px;
  317. }
  318. #feedback {
  319. width: 100vw;
  320. margin-bottom: 200px;
  321. }
  322. #feedback h1 {
  323. margin-top: 50px;
  324. margin-bottom: 50px;
  325. margin-left: 10vw;
  326. }
  327. #feedback #feedback-box {
  328. width: 80vw;
  329. margin: 0 auto;
  330. display: -ms-grid;
  331. display: grid;
  332. -ms-grid-columns: (1fr)[3];
  333. grid-template-columns: repeat(3, 1fr);
  334. }
  335. #feedback #feedback-box .box {
  336. width: 25vw;
  337. height: 30vh;
  338. -webkit-transition: 0.5s;
  339. transition: 0.5s;
  340. text-align: center;
  341. }
  342. #feedback #feedback-box .box img {
  343. width: 25vw;
  344. margin: 0 auto;
  345. height: 24vh;
  346. -o-object-fit: cover;
  347. object-fit: cover;
  348. -webkit-transition: 0.5s;
  349. transition: 0.5s;
  350. }
  351. #feedback #feedback-box .box p {
  352. text-align: center;
  353. font-size: 18px;
  354. font-weight: 600;
  355. margin: 10px;
  356. }
  357. #contact-us {
  358. margin: 0 auto;
  359. width: 100vw;
  360. background: #eee;
  361. position: relative;
  362. }
  363. #contact-us hr {
  364. position: absolute;
  365. width: 500px;
  366. -webkit-transform: rotate(90deg);
  367. transform: rotate(90deg);
  368. top: 80vh;
  369. left: 33vw;
  370. }
  371. #contact-us .contact-text {
  372. margin: 0 auto;
  373. width: 65vw;
  374. }
  375. #contact-us .contact-text .text-p {
  376. font-size: 16px;
  377. font-weight: 600;
  378. }
  379. #contact-us .form-title {
  380. width: 70vw;
  381. margin: 0 auto;
  382. padding-top: 100px;
  383. margin-bottom: 120px;
  384. color: #5c5248;
  385. }
  386. #contact-us .form-title h1 {
  387. text-align: center;
  388. font-size: 32px;
  389. }
  390. #contact-us #contact-form {
  391. width: 75vw;
  392. display: -ms-grid;
  393. display: grid;
  394. -ms-grid-columns: (1fr)[2];
  395. grid-template-columns: repeat(2, 1fr);
  396. margin-top: 10px;
  397. margin: 0 auto;
  398. }
  399. #contact-us #contact-form #location,
  400. #contact-us #contact-form #type,
  401. #contact-us #contact-form #modal,
  402. #contact-us #contact-form #budget,
  403. #contact-us #contact-form #square,
  404. #contact-us #contact-form #style,
  405. #contact-us #contact-form #date,
  406. #contact-us #contact-form #email,
  407. #contact-us #contact-form #name,
  408. #contact-us #contact-form #phone,
  409. #contact-us #contact-form #gender {
  410. width: 100%;
  411. height: 50px;
  412. margin: 10px 0;
  413. padding-left: 10px;
  414. border: 1px solid rgba(0, 0, 0, 0.3);
  415. font-size: 18px;
  416. -webkit-appearance: none;
  417. -moz-appearance: none;
  418. appearance: none;
  419. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  420. background-size: 10px 10px;
  421. background-color: #fff;
  422. }
  423. #contact-us #contact-form #form-left {
  424. width: 28vw;
  425. margin-left: 5vw;
  426. }
  427. #contact-us #contact-form #form-left #rooms,
  428. #contact-us #contact-form #form-left #livingroom,
  429. #contact-us #contact-form #form-left #bathroom {
  430. width: 32.5%;
  431. height: 50px;
  432. margin: 15px 0;
  433. padding: 5px;
  434. font-size: 18px;
  435. -webkit-appearance: none;
  436. -moz-appearance: none;
  437. appearance: none;
  438. background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent;
  439. background-size: 10px 10px;
  440. background-color: #fff;
  441. }
  442. #contact-us #contact-form #form-right {
  443. width: 28vw;
  444. margin-left: 5vw;
  445. }
  446. #contact-us #contact-form #form-right #facebook {
  447. margin-top: 12px;
  448. width: 28vw;
  449. height: 50px;
  450. border: 1px solid #000093;
  451. text-align: right;
  452. padding-right: 50px;
  453. line-height: 50px;
  454. background-color: #fff;
  455. -webkit-transition: 0.3s;
  456. transition: 0.3s;
  457. position: relative;
  458. }
  459. #contact-us #contact-form #form-right #facebook img {
  460. position: absolute;
  461. left: 50px;
  462. top: 7px;
  463. width: 32px;
  464. height: 32px;
  465. }
  466. #contact-us #contact-form #form-right #facebook:hover {
  467. background-color: #2a4f91;
  468. color: #fff;
  469. }
  470. #contact-us #contact-form #form-right #facebook:hover img {
  471. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  472. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  473. }
  474. #contact-us #contact-form #form-right a {
  475. text-decoration: none;
  476. color: #ff8000;
  477. }
  478. #contact-us #contact-form #form-right #checkbox {
  479. margin: 15px;
  480. }
  481. #contact-us #contact-form #form-right #email,
  482. #contact-us #contact-form #form-right #name,
  483. #contact-us #contact-form #form-right #phone {
  484. background: none;
  485. background-color: #fff;
  486. }
  487. #contact-us #form {
  488. text-align: center;
  489. position: relative;
  490. }
  491. #contact-us #form #btn {
  492. margin: 50px auto;
  493. border: none;
  494. padding: 15px;
  495. background: #ffaf60;
  496. color: #404854;
  497. font-size: 20px;
  498. width: 450px;
  499. border-radius: 10px;
  500. }
  501. #contact-us #form #btn:hover {
  502. color: #fff;
  503. background-color: #745c54;
  504. }
  505. #contact-us #form #phone {
  506. position: absolute;
  507. left: 500px;
  508. }
  509. #footer {
  510. width: 100vw;
  511. background-color: #ffe4ca;
  512. color: #9f5000;
  513. text-align: center;
  514. font-size: 18px;
  515. line-height: 130px;
  516. }
  517. #footer a {
  518. text-decoration: none;
  519. color: #9f5000;
  520. }
  521. #footer p {
  522. display: inline;
  523. }
  524. /*# sourceMappingURL=style.css.map */