style.css 8.5 KB

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