style.css 9.6 KB

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