style.css 9.4 KB

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