style.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512
  1. @charset "UTF-8";
  2. * {
  3. font-family: 微軟正黑體;
  4. }
  5. @font-face {
  6. font-family: 追奇手寫體;
  7. src: url(./drechifont-proportional.ttf);
  8. font-weight: 900;
  9. }
  10. body .btn {
  11. width: 96vw;
  12. margin: 0 auto;
  13. }
  14. body .btn .btn-main {
  15. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  16. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  17. border: none;
  18. padding: 15px;
  19. background: #404854;
  20. color: #fff;
  21. font-size: 16px;
  22. font-weight: 600;
  23. width: 280px;
  24. border-radius: 30px;
  25. -webkit-transition: 0.3s;
  26. transition: 0.3s;
  27. }
  28. body .btn .btn-main:hover {
  29. background-color: #9c857b;
  30. width: 285px;
  31. font-size: 17px;
  32. }
  33. body .title {
  34. padding: 15px;
  35. font-size: 45px;
  36. color: #4b515e;
  37. text-align: center;
  38. }
  39. body .arrow {
  40. position: fixed;
  41. right: 30px;
  42. bottom: 30px;
  43. width: 30px;
  44. z-index: 10;
  45. }
  46. body .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. }
  55. body .arrow:hover {
  56. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  57. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  58. }
  59. .banner {
  60. width: 100vw;
  61. position: relative;
  62. }
  63. .banner #text {
  64. text-align: center;
  65. }
  66. .banner #text .banner-slider {
  67. margin: 0 !important;
  68. padding: 0 !important;
  69. }
  70. .banner #text .banner-slider .banner1,
  71. .banner #text .banner-slider .banner2,
  72. .banner #text .banner-slider .banner3 {
  73. height: 105vh;
  74. background-size: cover;
  75. background-repeat: no-repeat;
  76. background-position: center;
  77. padding-right: 0 !important;
  78. position: relative;
  79. }
  80. .banner #text .banner-slider .banner1 .banner-titleh1,
  81. .banner #text .banner-slider .banner2 .banner-titleh1,
  82. .banner #text .banner-slider .banner3 .banner-titleh1 {
  83. padding-top: 16vw;
  84. text-align: center;
  85. color: #fff;
  86. font-size: 55px;
  87. }
  88. .banner #text .banner-slider .banner1 .icondown,
  89. .banner #text .banner-slider .banner2 .icondown,
  90. .banner #text .banner-slider .banner3 .icondown {
  91. position: absolute;
  92. left: 48vw;
  93. top: 45vw;
  94. }
  95. .banner #text .banner-slider .banner1 .process-box,
  96. .banner #text .banner-slider .banner2 .process-box,
  97. .banner #text .banner-slider .banner3 .process-box {
  98. padding-top: 5vw;
  99. display: -ms-grid;
  100. display: grid;
  101. -ms-grid-columns: (1fr)[4];
  102. grid-template-columns: repeat(4, 1fr);
  103. width: 55vw;
  104. margin: auto;
  105. }
  106. .banner #text .banner-slider .banner1 .process-box .box-text,
  107. .banner #text .banner-slider .banner2 .process-box .box-text,
  108. .banner #text .banner-slider .banner3 .process-box .box-text {
  109. font-family: 微軟正黑體;
  110. text-align: center;
  111. font-size: 18px;
  112. font-weight: 900;
  113. padding-right: 3vw;
  114. color: #fff;
  115. }
  116. .banner #text .banner-slider .banner1 .process-box img,
  117. .banner #text .banner-slider .banner2 .process-box img,
  118. .banner #text .banner-slider .banner3 .process-box img {
  119. width: 180px;
  120. height: 180px;
  121. }
  122. .banner #text .banner-slider .banner1 {
  123. background-image: url(./img/banner/001.webp);
  124. }
  125. .banner #text .banner-slider .banner2 {
  126. background-image: url(./img/banner/001.webp);
  127. }
  128. .banner #text .banner-slider .banner3 {
  129. background-image: url(./img/banner/001.webp);
  130. }
  131. .banner #text h1 {
  132. padding: 15px;
  133. color: #fff;
  134. font-family: 追奇手寫體;
  135. font-size: 72px;
  136. }
  137. .banner #text .btn-main {
  138. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  139. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  140. border: none;
  141. padding: 15px;
  142. background: #404854;
  143. color: #fff;
  144. font-size: 16px;
  145. font-weight: 600;
  146. width: 280px;
  147. border-radius: 30px;
  148. -webkit-transition: 0.3s;
  149. transition: 0.3s;
  150. }
  151. .banner #text .btn-main:hover {
  152. background-color: #9c857b;
  153. width: 285px;
  154. font-size: 17px;
  155. }
  156. .banner .Navigation {
  157. width: 90vw;
  158. position: absolute;
  159. margin: 0 auto;
  160. top: 5px;
  161. z-index: 5;
  162. display: -ms-grid;
  163. display: grid;
  164. -ms-grid-columns: 2fr 4fr;
  165. grid-template-columns: 2fr 4fr;
  166. }
  167. .banner .Navigation .logo {
  168. padding-top: 1.5vw;
  169. padding-left: 12vw;
  170. }
  171. .banner .Navigation .logo img {
  172. width: 120px;
  173. }
  174. .banner .Navigation .link {
  175. text-align: right;
  176. padding: 30px;
  177. }
  178. .banner .Navigation .link img {
  179. width: 1.5vw;
  180. -webkit-filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
  181. filter: invert(100%) sepia(0%) saturate(10%) hue-rotate(238deg) brightness(104%) contrast(103%);
  182. -webkit-transition: 0.3s;
  183. transition: 0.3s;
  184. }
  185. .banner .Navigation .link img:hover {
  186. -webkit-filter: none;
  187. filter: none;
  188. }
  189. .banner .Navigation .link a {
  190. display: inline-block;
  191. text-decoration: none;
  192. color: #fff;
  193. letter-spacing: 1px;
  194. font-size: 0.9rem;
  195. font-weight: 600;
  196. cursor: pointer;
  197. padding: 15px;
  198. position: relative;
  199. }
  200. .banner hr {
  201. width: 85vw;
  202. position: absolute;
  203. top: 80px;
  204. left: 100px;
  205. height: 1px;
  206. z-index: 5;
  207. }
  208. #contact-us {
  209. margin: 0 auto;
  210. width: 100vw;
  211. position: relative;
  212. }
  213. #contact-us .contact-text {
  214. margin: 0 auto;
  215. width: 68vw;
  216. }
  217. #contact-us .contact-text .text-p {
  218. font-size: 16px;
  219. font-weight: 600;
  220. }
  221. #contact-us .form-title {
  222. width: 70vw;
  223. margin: 0 auto;
  224. padding-top: 100px;
  225. margin-bottom: 120px;
  226. color: #5c5248;
  227. }
  228. #contact-us .form-title h1 {
  229. text-align: center;
  230. font-size: 32px;
  231. font-weight: 900;
  232. }
  233. #contact-us #contact-form {
  234. width: 75vw;
  235. display: -ms-grid;
  236. display: grid;
  237. -ms-grid-columns: (1fr)[2];
  238. grid-template-columns: repeat(2, 1fr);
  239. margin-top: 10px;
  240. margin: 0 auto;
  241. position: relative;
  242. }
  243. #contact-us #contact-form hr {
  244. position: absolute;
  245. width: 34vw;
  246. -webkit-transform: rotate(90deg);
  247. transform: rotate(90deg);
  248. left: 20vw;
  249. top: 19vw;
  250. }
  251. #contact-us #contact-form #location,
  252. #contact-us #contact-form #type,
  253. #contact-us #contact-form #modal,
  254. #contact-us #contact-form #budget,
  255. #contact-us #contact-form #square,
  256. #contact-us #contact-form #style,
  257. #contact-us #contact-form #date,
  258. #contact-us #contact-form #email,
  259. #contact-us #contact-form #name,
  260. #contact-us #contact-form #phone,
  261. #contact-us #contact-form #gender {
  262. width: 100%;
  263. height: 50px;
  264. margin: 10px 0;
  265. padding-left: 10px;
  266. border: 1px solid rgba(0, 0, 0, 0.3);
  267. padding: 10px 15px;
  268. font-size: 16px;
  269. border-radius: 3px;
  270. -webkit-appearance: none;
  271. -moz-appearance: none;
  272. appearance: none;
  273. background: url(./img/icondown1.webp) 95% 50% no-repeat scroll transparent;
  274. background-size: 10px 10px;
  275. background-color: #fff;
  276. }
  277. #contact-us #contact-form #form-left {
  278. width: 28vw;
  279. margin-left: 3vw;
  280. }
  281. #contact-us #contact-form #form-left #rooms,
  282. #contact-us #contact-form #form-left #livingroom,
  283. #contact-us #contact-form #form-left #bathroom {
  284. width: 28.5%;
  285. border: 1px solid rgba(0, 0, 0, 0.3);
  286. height: 50px;
  287. margin: 15px 0;
  288. padding-right: 50px;
  289. padding: 10px 15px;
  290. font-size: 16px;
  291. border-radius: 3px;
  292. -webkit-appearance: none;
  293. -moz-appearance: none;
  294. appearance: none;
  295. background: url(./img/icondown1.webp) 85% 50% no-repeat scroll transparent;
  296. background-size: 10px 10px;
  297. background-color: #fff;
  298. }
  299. #contact-us #contact-form #form-left #square,
  300. #contact-us #contact-form #form-left #date {
  301. background: none;
  302. background-color: #fff;
  303. }
  304. #contact-us #contact-form #form-right {
  305. width: 29vw;
  306. margin-left: 5vw;
  307. }
  308. #contact-us #contact-form #form-right #fb-button {
  309. margin-top: 12px;
  310. width: 29vw;
  311. height: 50px;
  312. border: 1px solid #3b5998;
  313. text-align: right;
  314. padding-right: 50px;
  315. background-size: 32px 32px;
  316. border-radius: 3px;
  317. background-color: #fff;
  318. -webkit-transition: 0.3s;
  319. transition: 0.3s;
  320. position: relative;
  321. }
  322. #contact-us #contact-form #form-right #fb-button p {
  323. line-height: 40px;
  324. color: #626262;
  325. }
  326. #contact-us #contact-form #form-right #fb-button img {
  327. position: absolute;
  328. left: 50px;
  329. top: 7px;
  330. width: 32px;
  331. height: 32px;
  332. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  333. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  334. }
  335. #contact-us #contact-form #form-right #fb-button:hover {
  336. background-color: #2a4f91;
  337. color: #fff;
  338. }
  339. #contact-us #contact-form #form-right #fb-button:hover img {
  340. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  341. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  342. }
  343. #contact-us #contact-form #form-right #fb-button:hover p {
  344. color: #fff;
  345. }
  346. #contact-us #contact-form #form-right a {
  347. text-decoration: none;
  348. color: #ee751b;
  349. font-weight: 900;
  350. }
  351. #contact-us #contact-form #form-right #checkbox {
  352. margin: 15px;
  353. }
  354. #contact-us #contact-form #form-right #email,
  355. #contact-us #contact-form #form-right #name,
  356. #contact-us #contact-form #form-right #phone {
  357. background: none;
  358. background-color: #fff;
  359. }
  360. #contact-us .btn {
  361. margin: 50px auto;
  362. border: none;
  363. padding: 15px;
  364. background: #edbc96;
  365. color: #4b515e;
  366. font-size: 20px;
  367. width: 450px;
  368. border-radius: 10px;
  369. }
  370. #contact-us .btn:hover {
  371. color: #fff;
  372. background-color: #745c54;
  373. }
  374. #contact-us .form-btn {
  375. text-align: center;
  376. position: relative;
  377. width: 75vw;
  378. margin: 0 auto;
  379. }
  380. #contact-us .form-btn #phone {
  381. position: absolute;
  382. left: 500px;
  383. }
  384. #feedback {
  385. width: 100vw;
  386. padding-bottom: 200px;
  387. }
  388. #feedback h1 {
  389. margin-top: 50px;
  390. margin-bottom: 50px;
  391. }
  392. #feedback #feedback-box {
  393. width: 80vw;
  394. margin: 0 auto;
  395. display: -ms-grid;
  396. display: grid;
  397. -ms-grid-columns: (1fr)[3];
  398. grid-template-columns: repeat(3, 1fr);
  399. }
  400. #feedback #feedback-box .box {
  401. width: 25vw;
  402. -webkit-transition: 0.5s;
  403. transition: 0.5s;
  404. text-align: center;
  405. padding-bottom: 1vw;
  406. position: relative;
  407. }
  408. #feedback #feedback-box .box .play {
  409. position: absolute;
  410. left: 12vw !important;
  411. top: 5vw !important;
  412. width: 3vw;
  413. height: 3vw;
  414. opacity: 0.8;
  415. z-index: 10;
  416. }
  417. #feedback #feedback-box .box img {
  418. width: 25vw;
  419. margin: 0 auto;
  420. -o-object-fit: cover;
  421. object-fit: cover;
  422. -webkit-transition: 0.5s;
  423. transition: 0.5s;
  424. }
  425. #feedback #feedback-box .box p {
  426. text-align: center;
  427. font-size: 18px;
  428. font-weight: 600;
  429. margin: 10px;
  430. }
  431. #footer {
  432. width: 100vw;
  433. background-color: #ebe6e2;
  434. color: #9f5000;
  435. text-align: center;
  436. font-size: 18px;
  437. line-height: 130px;
  438. }
  439. #footer a {
  440. text-decoration: none;
  441. color: #9f5000;
  442. }
  443. #footer p {
  444. display: inline;
  445. }
  446. /*# sourceMappingURL=style.css.map */