style.scss 11 KB

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