style.css 9.9 KB

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