style.scss 15 KB

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