style.css 11 KB

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