style.scss 15 KB

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