style.scss 16 KB

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