style.css 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835
  1. @charset "UTF-8";
  2. @import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@300;600&display=swap");
  3. * {
  4. margin: 0;
  5. padding: 0;
  6. -webkit-box-sizing: border-box;
  7. box-sizing: border-box;
  8. }
  9. @font-face {
  10. font-family: 追奇手寫體;
  11. src: url(./drechifont-proportional.woff);
  12. font-weight: 900;
  13. font-display: swap;
  14. }
  15. body {
  16. width: 100vw;
  17. }
  18. body .btn {
  19. width: 96vw;
  20. margin: 0 auto;
  21. }
  22. body .btn .btn-main {
  23. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  24. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  25. border: none;
  26. padding: 15px;
  27. background: #404854;
  28. color: #fff;
  29. font-size: 16px;
  30. font-weight: 600;
  31. width: 280px;
  32. border-radius: 30px;
  33. -webkit-transition: 0.3s;
  34. transition: 0.3s;
  35. }
  36. body .btn .btn-main:hover {
  37. background-color: #9c857b;
  38. width: 285px;
  39. font-size: 17px;
  40. }
  41. body .title {
  42. font-weight: 900;
  43. font-family: "Noto Serif TC", serif;
  44. padding: 15px;
  45. font-size: 45px;
  46. color: #4b515e;
  47. padding-left: 10vw;
  48. }
  49. body .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. }
  58. body .arrow:hover {
  59. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  60. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  61. }
  62. .banner {
  63. width: 100vw;
  64. position: relative;
  65. }
  66. .banner #text {
  67. text-align: center;
  68. }
  69. .banner #text .banner-slider {
  70. margin: 0 !important;
  71. padding: 0 !important;
  72. }
  73. .banner #text .banner-slider .banner1,
  74. .banner #text .banner-slider .banner2,
  75. .banner #text .banner-slider .banner3 {
  76. height: 100vh;
  77. background-size: cover;
  78. background-repeat: no-repeat;
  79. background-position: center;
  80. padding-right: 0 !important;
  81. }
  82. .banner #text .banner-slider .banner1 {
  83. text-align: center;
  84. background-image: url(./img/banner/00.webp);
  85. }
  86. .banner #text .banner-slider .banner1 img {
  87. width: 15vw;
  88. display: block;
  89. margin: auto !important;
  90. }
  91. .banner #text .banner-slider .banner2 {
  92. background-image: url(./img/banner/002.webp);
  93. }
  94. .banner #text .banner-slider .banner3 {
  95. background-image: url(./img/banner/003.webp);
  96. }
  97. .banner #text h1 {
  98. padding: 15px;
  99. color: #fff !important;
  100. font-family: 追奇手寫體 !important;
  101. font-size: 72px !important;
  102. }
  103. .banner #text .btn-main {
  104. -webkit-box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  105. box-shadow: 0 10px 9px rgba(0, 0, 0, 0.5);
  106. border: none;
  107. padding: 15px;
  108. background: #404854;
  109. color: #fff;
  110. font-size: 16px;
  111. font-weight: 600;
  112. width: 280px;
  113. border-radius: 30px;
  114. -webkit-transition: 0.3s;
  115. transition: 0.3s;
  116. }
  117. .banner #text .btn-main:hover {
  118. background-color: #9c857b;
  119. width: 285px;
  120. font-size: 17px;
  121. }
  122. .banner .Navigation {
  123. width: 90vw;
  124. position: absolute;
  125. margin: 0 auto;
  126. top: 20px;
  127. z-index: 5;
  128. display: -ms-grid;
  129. display: grid;
  130. -ms-grid-columns: 2fr 4fr 2fr;
  131. grid-template-columns: 2fr 4fr 2fr;
  132. }
  133. .banner .Navigation .logo {
  134. padding-top: 1.5vw;
  135. padding-left: 12vw;
  136. }
  137. .banner .Navigation .logo img {
  138. width: 120px;
  139. }
  140. .banner .Navigation .link {
  141. text-align: left;
  142. padding: 1.5vw 30px;
  143. }
  144. .banner .Navigation .link a {
  145. display: inline-block;
  146. text-decoration: none;
  147. color: #fff;
  148. letter-spacing: 1px;
  149. font-size: 0.9rem;
  150. font-weight: 600;
  151. cursor: pointer;
  152. padding: 15px;
  153. position: relative;
  154. }
  155. .banner .Navigation .link a :hover {
  156. opacity: 0.8;
  157. }
  158. .banner .Navigation .link a:after {
  159. content: "";
  160. display: block;
  161. width: 80%;
  162. height: 3px;
  163. background-color: #fff;
  164. position: absolute;
  165. left: 12%;
  166. bottom: 0;
  167. -webkit-transition: all 0.3s;
  168. transition: all 0.3s;
  169. opacity: 0;
  170. }
  171. .banner .Navigation .link a:hover:after {
  172. width: 80%;
  173. opacity: 1;
  174. }
  175. .banner .Navigation .socail-link {
  176. text-align: right;
  177. padding: 1.5vw 30px;
  178. }
  179. .banner .Navigation .socail-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 .socail-link img:hover {
  187. -webkit-filter: none;
  188. filter: none;
  189. }
  190. .banner .Navigation .socail-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: 90px;
  205. left: 100px;
  206. height: 1px;
  207. z-index: 5;
  208. }
  209. #content1 {
  210. display: -ms-grid;
  211. display: grid;
  212. -ms-grid-columns: 1fr 1fr;
  213. grid-template-columns: 1fr 1fr;
  214. margin: 0 auto;
  215. padding-top: 150px;
  216. width: 90vw;
  217. position: relative;
  218. grid-gap: 30px;
  219. }
  220. #content1 .hr2 {
  221. position: absolute;
  222. width: 32vw;
  223. height: 1px !important;
  224. left: 5vw;
  225. }
  226. #content1 .content1-left {
  227. width: 45vw;
  228. text-align: left;
  229. margin: 0px auto;
  230. padding-right: 50px;
  231. }
  232. #content1 .content1-left .contant-toggle {
  233. color: #9c857b !important;
  234. }
  235. #content1 .content1-left .contant-toggle2 {
  236. color: #4b515e !important;
  237. }
  238. #content1 .content1-left .title {
  239. margin: 0;
  240. padding: 10px;
  241. margin-bottom: 50px;
  242. font-weight: 900;
  243. font-size: 45px;
  244. font-family: "Noto Serif TC", serif;
  245. color: #4b515e;
  246. padding-left: 5vw;
  247. }
  248. #content1 .content1-left .left {
  249. display: -ms-grid;
  250. display: grid;
  251. -ms-grid-columns: 1.5fr 3fr;
  252. grid-template-columns: 1.5fr 3fr;
  253. width: 37vw;
  254. }
  255. #content1 .content1-left .left .title1 {
  256. text-align: center;
  257. font-size: 90px;
  258. font-weight: 400;
  259. font-family: "Times New Roman", Times, serif;
  260. color: #8593a4;
  261. padding-left: 3vw;
  262. }
  263. #content1 .content1-left .left .text1,
  264. #content1 .content1-left .left .text2,
  265. #content1 .content1-left .left .text3 {
  266. cursor: pointer;
  267. margin: auto 0;
  268. }
  269. #content1 .content1-left .left .text1 .text-1,
  270. #content1 .content1-left .left .text1 .text-2,
  271. #content1 .content1-left .left .text1 .text-3,
  272. #content1 .content1-left .left .text2 .text-1,
  273. #content1 .content1-left .left .text2 .text-2,
  274. #content1 .content1-left .left .text2 .text-3,
  275. #content1 .content1-left .left .text3 .text-1,
  276. #content1 .content1-left .left .text3 .text-2,
  277. #content1 .content1-left .left .text3 .text-3 {
  278. font-size: 23px;
  279. font-weight: bolder;
  280. }
  281. #content1 .content1-right {
  282. width: 35vw;
  283. text-align: center;
  284. }
  285. #content1 .content1-right .slick-dots {
  286. margin-bottom: 50px;
  287. }
  288. #content1 .content1-right .slick-dots ::before {
  289. color: #fff;
  290. }
  291. #content1 .content1-right img {
  292. width: 35vw;
  293. height: 40vw;
  294. -o-object-fit: cover;
  295. object-fit: cover;
  296. }
  297. #service {
  298. width: 100vw;
  299. }
  300. #service h1 {
  301. padding: 15px;
  302. padding-left: 10vw;
  303. margin-bottom: 80px;
  304. padding-top: 5vw;
  305. }
  306. #service .service-box {
  307. width: 80vw;
  308. margin: 0 auto;
  309. }
  310. #service .service-box #service-text {
  311. display: -ms-grid;
  312. display: grid;
  313. -ms-grid-columns: 1fr 1fr;
  314. grid-template-columns: 1fr 1fr;
  315. margin: 3vw auto;
  316. width: 70vw;
  317. }
  318. #service .service-box #service-text #text-left,
  319. #service .service-box #service-text #text-right {
  320. width: 40vw;
  321. text-align: left;
  322. display: -ms-grid;
  323. display: grid;
  324. -ms-grid-columns: 1fr 1fr;
  325. grid-template-columns: 1fr 1fr;
  326. }
  327. #service .service-box #service-text #text-left .img-icon,
  328. #service .service-box #service-text #text-right .img-icon {
  329. width: 12vw;
  330. }
  331. #service .service-box #service-text .icon-text {
  332. width: 30vw;
  333. margin-top: 15px;
  334. font-weight: 600;
  335. }
  336. #service .service-box #service-text img {
  337. width: 128px;
  338. height: 128px;
  339. }
  340. #service .service-box #service-text .text-p {
  341. font-size: 18px;
  342. color: #000;
  343. }
  344. #service .service-box #service-img {
  345. width: 75vw;
  346. display: -ms-grid;
  347. display: grid;
  348. -ms-grid-columns: 1fr 1fr;
  349. grid-template-columns: 1fr 1fr;
  350. grid-gap: 10px;
  351. }
  352. #service .service-box #service-img img {
  353. width: 38vw;
  354. -o-object-fit: cover;
  355. object-fit: cover;
  356. }
  357. #service .btn {
  358. text-align: center;
  359. margin-bottom: 100px;
  360. margin-top: 50px;
  361. }
  362. #service-process {
  363. background-color: #f7f7f7;
  364. padding-bottom: 150px;
  365. }
  366. #service-process h1 {
  367. padding: 15px;
  368. margin-left: 10vw;
  369. padding-top: 100px;
  370. margin-bottom: 80px;
  371. }
  372. #service-process #process-box {
  373. display: -ms-grid;
  374. display: grid;
  375. -ms-grid-columns: (1fr)[6];
  376. grid-template-columns: repeat(6, 1fr);
  377. width: 82vw;
  378. margin: 0 auto;
  379. }
  380. #service-process #process-box .box {
  381. width: 14vw;
  382. }
  383. #service-process #process-box .box .box-text {
  384. font-family: 微軟正黑體;
  385. text-align: center;
  386. font-size: 17px;
  387. font-weight: 900;
  388. padding-right: 2.8vw;
  389. color: #6f645a;
  390. }
  391. #service-process #process-box img {
  392. width: 13.5vw;
  393. height: 13.5vw;
  394. -webkit-filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  395. filter: invert(42%) sepia(12%) saturate(490%) hue-rotate(347deg) brightness(89%) contrast(86%);
  396. }
  397. #feedback {
  398. width: 100vw;
  399. padding-bottom: 200px;
  400. }
  401. #feedback h1 {
  402. margin-top: 50px;
  403. margin-bottom: 50px;
  404. }
  405. #feedback #feedback-box {
  406. width: 80vw;
  407. margin: 0 auto;
  408. display: -ms-grid;
  409. display: grid;
  410. -ms-grid-columns: (1fr)[3];
  411. grid-template-columns: repeat(3, 1fr);
  412. }
  413. #feedback #feedback-box .box {
  414. width: 25vw;
  415. -webkit-transition: 0.5s;
  416. transition: 0.5s;
  417. text-align: center;
  418. padding-bottom: 1vw;
  419. position: relative;
  420. }
  421. #feedback #feedback-box .box .play {
  422. position: absolute;
  423. left: 12vw !important;
  424. top: 5vw !important;
  425. width: 3vw;
  426. height: 3vw;
  427. opacity: 0.8;
  428. z-index: 10;
  429. }
  430. #feedback #feedback-box .box img {
  431. width: 25vw;
  432. margin: 0 auto;
  433. -o-object-fit: cover;
  434. object-fit: cover;
  435. -webkit-transition: 0.5s;
  436. transition: 0.5s;
  437. }
  438. #feedback #feedback-box .box p {
  439. text-align: center;
  440. font-size: 18px;
  441. font-weight: 600;
  442. margin: 10px;
  443. }
  444. #contact-us {
  445. margin: 0 auto;
  446. width: 100vw;
  447. background: #eee;
  448. position: relative;
  449. }
  450. #contact-us .contact-text {
  451. margin: 0 auto;
  452. width: 68vw;
  453. }
  454. #contact-us .contact-text .text-p {
  455. font-size: 16px;
  456. font-weight: 600;
  457. }
  458. #contact-us .form-title {
  459. width: 70vw;
  460. margin: 0 auto;
  461. padding-top: 100px;
  462. margin-bottom: 120px;
  463. color: #5c5248;
  464. }
  465. #contact-us .form-title h1 {
  466. text-align: center;
  467. font-size: 32px;
  468. font-weight: 900;
  469. }
  470. #contact-us #contact-form {
  471. width: 75vw;
  472. display: -ms-grid;
  473. display: grid;
  474. -ms-grid-columns: (1fr)[2];
  475. grid-template-columns: repeat(2, 1fr);
  476. margin-top: 10px;
  477. margin: 0 auto;
  478. position: relative;
  479. }
  480. #contact-us #contact-form hr {
  481. position: absolute;
  482. width: 34vw;
  483. -webkit-transform: rotate(90deg);
  484. transform: rotate(90deg);
  485. left: 20vw;
  486. top: 19vw;
  487. }
  488. #contact-us #contact-form #loc,
  489. #contact-us #contact-form #type,
  490. #contact-us #contact-form #modal,
  491. #contact-us #contact-form #budget,
  492. #contact-us #contact-form #square,
  493. #contact-us #contact-form #style,
  494. #contact-us #contact-form #date,
  495. #contact-us #contact-form #email,
  496. #contact-us #contact-form #name,
  497. #contact-us #contact-form #phone,
  498. #contact-us #contact-form #gender {
  499. width: 100%;
  500. height: 50px;
  501. margin: 10px 0;
  502. padding-left: 10px;
  503. border: 1px solid rgba(0, 0, 0, 0.3);
  504. padding: 10px 15px;
  505. font-size: 16px;
  506. border-radius: 3px;
  507. -webkit-appearance: none;
  508. -moz-appearance: none;
  509. appearance: none;
  510. background: url(./img/icondown.webp) 95% 50% no-repeat scroll transparent;
  511. background-size: 10px 10px;
  512. background-color: #fff;
  513. }
  514. #contact-us #contact-form #form-left {
  515. width: 28vw;
  516. margin-left: 3vw;
  517. }
  518. #contact-us #contact-form #form-left #rooms,
  519. #contact-us #contact-form #form-left #livingroom,
  520. #contact-us #contact-form #form-left #bathroom {
  521. width: 28.5%;
  522. border: 1px solid rgba(0, 0, 0, 0.3);
  523. height: 50px;
  524. margin: 15px 0;
  525. padding-right: 50px;
  526. padding: 10px 15px;
  527. font-size: 16px;
  528. border-radius: 3px;
  529. -webkit-appearance: none;
  530. -moz-appearance: none;
  531. appearance: none;
  532. background: url(./img/icondown.webp) 85% 50% no-repeat scroll transparent;
  533. background-size: 10px 10px;
  534. background-color: #fff;
  535. }
  536. #contact-us #contact-form #form-left #square,
  537. #contact-us #contact-form #form-left #date {
  538. background: none;
  539. background-color: #fff;
  540. }
  541. #contact-us #contact-form #form-right {
  542. width: 29vw;
  543. margin-left: 5vw;
  544. }
  545. #contact-us #contact-form #fb-button {
  546. margin-top: 12px;
  547. width: 29vw;
  548. height: 50px;
  549. border: 1px solid #3b5998;
  550. text-align: right;
  551. padding-right: 60px;
  552. background-size: 32px 32px;
  553. border-radius: 3px;
  554. background-color: #fff;
  555. -webkit-transition: 0.3s;
  556. transition: 0.3s;
  557. position: relative;
  558. }
  559. #contact-us #contact-form #fb-button p {
  560. position: absolute;
  561. top: 1vw;
  562. left: 14vw;
  563. color: #626262;
  564. }
  565. #contact-us #contact-form #fb-button #line {
  566. position: absolute;
  567. color: #9b9b9b;
  568. opacity: 0.8;
  569. left: 8vw;
  570. top: -0.1vw;
  571. }
  572. #contact-us #contact-form #fb-button img {
  573. position: absolute;
  574. left: 50px;
  575. top: 10px;
  576. width: 32px;
  577. height: 32px;
  578. -webkit-filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  579. filter: invert(29%) sepia(70%) saturate(712%) hue-rotate(186deg) brightness(89%) contrast(81%);
  580. }
  581. #contact-us #contact-form #fb-button:hover {
  582. background-color: #2a4f91;
  583. color: #fff;
  584. }
  585. #contact-us #contact-form #fb-button:hover img {
  586. -webkit-filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  587. filter: invert(100%) sepia(100%) saturate(19%) hue-rotate(334deg) brightness(106%) contrast(106%);
  588. }
  589. #contact-us #contact-form #fb-button:hover p {
  590. color: #fff;
  591. }
  592. #contact-us #contact-form #fb-button:hover #line {
  593. color: #fff;
  594. }
  595. #contact-us #contact-form a {
  596. text-decoration: none;
  597. color: #ee751b;
  598. font-weight: 900;
  599. }
  600. #contact-us #contact-form #email,
  601. #contact-us #contact-form #name,
  602. #contact-us #contact-form #phone {
  603. background: none;
  604. background-color: #fff;
  605. }
  606. #contact-us .btn {
  607. margin: 50px auto;
  608. border: none;
  609. padding: 15px;
  610. background: #edbc96;
  611. color: #4b515e;
  612. font-size: 20px;
  613. width: 400px;
  614. border-radius: 10px;
  615. }
  616. #contact-us .btn:hover {
  617. color: #fff;
  618. background-color: #745c54;
  619. }
  620. #contact-us .form-btn {
  621. text-align: center;
  622. position: relative;
  623. width: 75vw;
  624. margin: 0 auto;
  625. }
  626. #contact-us .form-btn #phone1 {
  627. position: absolute;
  628. left: 500px;
  629. }
  630. #footer {
  631. width: 100vw;
  632. background-color: #ebe6e2;
  633. color: #9f5000;
  634. text-align: center;
  635. font-size: 18px;
  636. line-height: 130px;
  637. }
  638. #footer a {
  639. text-decoration: none;
  640. color: #9f5000;
  641. }
  642. #footer p {
  643. display: inline;
  644. }
  645. .animation-h1 {
  646. -webkit-animation-name: fade;
  647. animation-name: fade;
  648. -webkit-animation-duration: 1s;
  649. animation-duration: 1s;
  650. -webkit-animation-fill-mode: forwards;
  651. animation-fill-mode: forwards;
  652. -webkit-animation-delay: 0.5s;
  653. animation-delay: 0.5s;
  654. opacity: 0;
  655. }
  656. @-webkit-keyframes fade {
  657. from {
  658. -webkit-transform: translateY(0px);
  659. transform: translateY(0px);
  660. }
  661. to {
  662. -webkit-transform: translateY(20px);
  663. transform: translateY(20px);
  664. opacity: 1;
  665. }
  666. }
  667. @keyframes fade {
  668. from {
  669. -webkit-transform: translateY(0px);
  670. transform: translateY(0px);
  671. }
  672. to {
  673. -webkit-transform: translateY(20px);
  674. transform: translateY(20px);
  675. opacity: 1;
  676. }
  677. }
  678. .animation-btn {
  679. -webkit-animation-name: fade2;
  680. animation-name: fade2;
  681. -webkit-animation-duration: 1s;
  682. animation-duration: 1s;
  683. -webkit-animation-fill-mode: forwards;
  684. animation-fill-mode: forwards;
  685. -webkit-animation-delay: 1s;
  686. animation-delay: 1s;
  687. opacity: 0;
  688. }
  689. @-webkit-keyframes fade2 {
  690. from {
  691. -webkit-transform: translateY(0px);
  692. transform: translateY(0px);
  693. }
  694. to {
  695. -webkit-transform: translateY(-10px);
  696. transform: translateY(-10px);
  697. opacity: 1;
  698. }
  699. }
  700. @keyframes fade2 {
  701. from {
  702. -webkit-transform: translateY(0px);
  703. transform: translateY(0px);
  704. }
  705. to {
  706. -webkit-transform: translateY(-10px);
  707. transform: translateY(-10px);
  708. opacity: 1;
  709. }
  710. }
  711. form label {
  712. display: inline-block;
  713. width: 100px;
  714. }
  715. form div {
  716. margin-bottom: 10px;
  717. }
  718. .error {
  719. color: red;
  720. margin-left: 5px;
  721. }
  722. label.error {
  723. display: inline;
  724. }
  725. /*# sourceMappingURL=style.css.map */