style.scss 16 KB

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