style.scss 16 KB

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