style.scss 15 KB

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