style.scss 15 KB

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