style.scss 13 KB

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