style.css 9.7 KB

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