deco_all.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759
  1. .p-0 {
  2. padding: 0;
  3. }
  4. .p-1 {
  5. padding: 0.25rem;
  6. }
  7. .p-2 {
  8. padding: 0.5rem;
  9. }
  10. .p-3 {
  11. padding: 1rem;
  12. }
  13. .p-4 {
  14. padding: 1.5rem;
  15. }
  16. .p-5 {
  17. padding: 3rem;
  18. }
  19. .py-0 {
  20. padding: 0 0;
  21. }
  22. .py-1 {
  23. padding: 0.25rem 0;
  24. }
  25. .py-2 {
  26. padding: 0.5rem 0;
  27. }
  28. .py-3 {
  29. padding: 1rem 0;
  30. }
  31. .py-4 {
  32. padding: 1.5rem 0;
  33. }
  34. .py-5 {
  35. padding: 3rem 0;
  36. }
  37. .m-0 {
  38. margin: 0;
  39. }
  40. .m-1 {
  41. margin: 0.25rem;
  42. }
  43. .m-2 {
  44. margin: 0.5rem;
  45. }
  46. .m-3 {
  47. margin: 1rem;
  48. }
  49. .m-4 {
  50. margin: 1.5rem;
  51. }
  52. .m-5 {
  53. margin: 3rem;
  54. }
  55. .mt-0 {
  56. margin-top: 0;
  57. }
  58. .mt-1 {
  59. margin-top: 0.25rem;
  60. }
  61. .mt-2 {
  62. margin-top: 0.5rem;
  63. }
  64. .mt-3 {
  65. margin-top: 1rem;
  66. }
  67. .mt-4 {
  68. margin-top: 1.5rem;
  69. }
  70. .mt-5 {
  71. margin-top: 3rem;
  72. }
  73. .mb-0 {
  74. margin-bottom: 0;
  75. }
  76. .mb-1 {
  77. margin-bottom: 0.25rem;
  78. }
  79. .mb-2 {
  80. margin-bottom: 0.5rem;
  81. }
  82. .mb-3 {
  83. margin-bottom: 1rem;
  84. }
  85. .mb-4 {
  86. margin-bottom: 1.5rem;
  87. }
  88. .mb-5 {
  89. margin-bottom: 3rem;
  90. }
  91. .mx-0 {
  92. margin-left: 0;
  93. margin-right: 0;
  94. }
  95. .mx-1 {
  96. margin-left: 0.25rem;
  97. margin-right: 0.25rem;
  98. }
  99. .mx-2 {
  100. margin-left: 0.5rem;
  101. margin-right: 0.5rem;
  102. }
  103. .mx-3 {
  104. margin-left: 1rem;
  105. margin-right: 1rem;
  106. }
  107. .mx-4 {
  108. margin-left: 1.5rem;
  109. margin-right: 1.5rem;
  110. }
  111. .mx-5 {
  112. margin-left: 3rem;
  113. margin-right: 3rem;
  114. }
  115. *,
  116. *::before,
  117. *::after {
  118. -webkit-box-sizing: border-box;
  119. box-sizing: border-box;
  120. }
  121. a {
  122. color: #43484C;
  123. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  124. font-size: 1rem;
  125. }
  126. a:hover, a:active {
  127. color: #FFF;
  128. text-decoration: none;
  129. }
  130. .gotop-btn-wrapper {
  131. display: block;
  132. position: fixed;
  133. right: 20px;
  134. bottom: 40px;
  135. cursor: pointer;
  136. z-index: 99;
  137. }
  138. .gotop-btn-wrapper .gotop-btn {
  139. width: 50px;
  140. height: 50px;
  141. -webkit-box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  142. box-shadow: 1px 3px 13px -2px rgba(0, 0, 0, 0.35);
  143. opacity: 1;
  144. }
  145. .gotop-btn-wrapper .gotop-btn:hover, .gotop-btn-wrapper .gotop-btn:active, .gotop-btn-wrapper .gotop-btn:focus {
  146. -webkit-box-shadow: 5px 3px 1px -3px 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);
  147. box-shadow: 5px 3px 1px -3px 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);
  148. }
  149. .divider {
  150. height: 1px;
  151. width: 100%;
  152. background-color: #dbdbdb;
  153. margin: 1rem 0;
  154. }
  155. .border {
  156. border: 1px solid #AAA;
  157. }
  158. .border-shallow {
  159. border: 1px solid #dee2e6;
  160. }
  161. .d-flex {
  162. display: -webkit-box;
  163. display: -ms-flexbox;
  164. display: flex;
  165. }
  166. .h5 {
  167. font-weight: bold;
  168. font-size: 1.1rem;
  169. }
  170. .row .p-0 {
  171. padding: 0;
  172. }
  173. .row .pl-0 {
  174. padding-left: 0;
  175. }
  176. .container-m {
  177. width: 85%;
  178. }
  179. .container-xs {
  180. width: 77%;
  181. }
  182. .mb-13x {
  183. margin-bottom: 13px;
  184. }
  185. .shadow-sm {
  186. -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  187. box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  188. }
  189. nav {
  190. background-color: transparent;
  191. -webkit-box-shadow: none;
  192. box-shadow: none;
  193. }
  194. nav .brand-logo {
  195. height: 56px;
  196. margin-top: auto;
  197. margin-bottom: auto;
  198. }
  199. nav img {
  200. width: 120px;
  201. height: 50px;
  202. }
  203. nav .arrow {
  204. color: #AAA;
  205. padding: 0 0 0 1.2rem;
  206. }
  207. .fixed {
  208. position: fixed;
  209. top: 0;
  210. right: 0;
  211. left: 0;
  212. z-index: 1030;
  213. background-color: #FFF;
  214. }
  215. .title {
  216. margin: 4rem auto 0;
  217. }
  218. .title__block {
  219. text-align: center;
  220. }
  221. .title__block .head {
  222. font-size: 1.5rem;
  223. font-weight: bold;
  224. padding: 1rem 0;
  225. line-height: 1.2;
  226. }
  227. .title__block .small {
  228. font-size: 1.2rem;
  229. color: #AAA;
  230. }
  231. input[type=text]:not(.browser-default) {
  232. border: 1px solid #AAA;
  233. font-size: 0.9rem;
  234. padding: 0 0 0 .5rem;
  235. border-radius: 0.15rem;
  236. width: 80%;
  237. margin-right: .6rem;
  238. }
  239. input[type=text]:not(.browser-default):focus:not([readonly]) {
  240. border: 1px solid #AAA;
  241. -webkit-box-shadow: none;
  242. box-shadow: none;
  243. }
  244. .search {
  245. display: -webkit-box;
  246. display: -ms-flexbox;
  247. display: flex;
  248. -webkit-box-pack: center;
  249. -ms-flex-pack: center;
  250. justify-content: center;
  251. -webkit-box-align: center;
  252. -ms-flex-align: center;
  253. align-items: center;
  254. width: 100%;
  255. padding: 1rem 0 .5rem 0;
  256. -webkit-box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  257. box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  258. }
  259. .search__lf {
  260. width: 80%;
  261. }
  262. .search__rt {
  263. width: 13%;
  264. text-align: right;
  265. }
  266. .search__icon:hover {
  267. cursor: pointer;
  268. }
  269. .topicItems {
  270. width: calc(100% / 3);
  271. text-align: center;
  272. background-color: #F4F4F4;
  273. border-right: 1px solid #FFF;
  274. border-top-left-radius: 0.35rem;
  275. border-top-right-radius: 0.35rem;
  276. -webkit-box-shadow: 3px 1px 3px #AAA;
  277. box-shadow: 3px 1px 3px #AAA;
  278. margin-right: 5px;
  279. font-weight: bold;
  280. }
  281. .topicItems:hover, .topicItems:active, .topicItems.active {
  282. cursor: pointer;
  283. background-color: #ee7800;
  284. }
  285. .topicItems:hover a, .topicItems:active a, .topicItems.active a {
  286. color: #FFF;
  287. }
  288. .topicItems a {
  289. color: #43484C;
  290. padding: 1.2rem 0;
  291. display: inline-block;
  292. }
  293. .topicSubitems {
  294. width: 100%;
  295. text-align: center;
  296. border-top-left-radius: 0.15rem;
  297. border-top-right-radius: 0.15rem;
  298. border: 1px solid #dbdbdb;
  299. }
  300. .topicSubitems:hover {
  301. border: 1px solid #ee7800;
  302. }
  303. .topicSubitems:hover a {
  304. color: #ee7800;
  305. }
  306. .topicSubitems:visited, .topicSubitems:active, .topicSubitems.active {
  307. border: 1px solid #dbdbdb;
  308. cursor: pointer;
  309. background-color: #FFF;
  310. }
  311. .topicSubitems:visited a, .topicSubitems:active a, .topicSubitems.active a {
  312. color: #43484C;
  313. }
  314. .topicSubitems a {
  315. color: #43484C;
  316. padding: 1.2rem 0;
  317. display: inline-block;
  318. font-size: 1.25rem;
  319. }
  320. .topicThirditems-pd {
  321. padding: 1rem 0;
  322. }
  323. .county {
  324. display: -webkit-box;
  325. display: -ms-flexbox;
  326. display: flex;
  327. -webkit-box-pack: start;
  328. -ms-flex-pack: start;
  329. justify-content: start;
  330. -ms-flex-wrap: wrap;
  331. flex-wrap: wrap;
  332. }
  333. .county a {
  334. color: #43484C;
  335. padding: 1.2rem 0;
  336. display: inline-block;
  337. }
  338. .county__items {
  339. width: 23%;
  340. text-align: center;
  341. margin-right: 2%;
  342. border-top-left-radius: 0.15rem;
  343. border-top-right-radius: 0.15rem;
  344. border: 1px solid #dbdbdb;
  345. }
  346. .county__items:hover {
  347. background-color: #FFF;
  348. border: 1px solid #ee7800;
  349. cursor: pointer;
  350. }
  351. .county__items:hover a {
  352. color: #ee7800;
  353. }
  354. .district {
  355. display: -webkit-box;
  356. display: -ms-flexbox;
  357. display: flex;
  358. -webkit-box-pack: start;
  359. -ms-flex-pack: start;
  360. justify-content: start;
  361. -ms-flex-wrap: wrap;
  362. flex-wrap: wrap;
  363. }
  364. .district a {
  365. color: #43484C;
  366. padding: 1.2rem 0;
  367. display: inline-block;
  368. }
  369. .district__items {
  370. width: 31.3333%;
  371. text-align: center;
  372. margin-right: 2%;
  373. margin-bottom: .5rem;
  374. border-top-left-radius: 0.15rem;
  375. border-top-right-radius: 0.15rem;
  376. border: 1px solid #dbdbdb;
  377. }
  378. .district__items:hover {
  379. background-color: #FFF;
  380. border: 1px solid #ee7800;
  381. cursor: pointer;
  382. }
  383. .district__items:hover a {
  384. color: #ee7800;
  385. }
  386. .street {
  387. display: -webkit-box;
  388. display: -ms-flexbox;
  389. display: flex;
  390. -webkit-box-pack: start;
  391. -ms-flex-pack: start;
  392. justify-content: start;
  393. -ms-flex-wrap: wrap;
  394. flex-wrap: wrap;
  395. }
  396. .street a {
  397. color: #43484C;
  398. padding: 1.2rem 0;
  399. display: inline-block;
  400. }
  401. .street__items {
  402. width: 48%;
  403. margin-right: 2%;
  404. margin-bottom: .5rem;
  405. text-align: center;
  406. border-top-left-radius: 0.15rem;
  407. border-top-right-radius: 0.15rem;
  408. border: 1px solid #dbdbdb;
  409. }
  410. .street__items:hover {
  411. background-color: #FFF;
  412. border: 1px solid #ee7800;
  413. cursor: pointer;
  414. }
  415. .street__items:hover a {
  416. color: #ee7800;
  417. }
  418. .countiesNum {
  419. width: 100%;
  420. text-align: center;
  421. border-bottom: 1px solid #43484C;
  422. }
  423. .countiesNum a {
  424. color: #43484C;
  425. padding: 1.2rem 0;
  426. display: inline-block;
  427. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  428. }
  429. .countiesNumCity {
  430. width: 48%;
  431. text-align: center;
  432. line-height: 2;
  433. color: #43484C;
  434. }
  435. .countiesNumCity__items {
  436. display: -webkit-box;
  437. display: -ms-flexbox;
  438. display: flex;
  439. margin: 0 1rem;
  440. padding: .3rem 0;
  441. border-bottom: 1px solid #dbdbdb;
  442. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  443. }
  444. .countiesNumCity__items__lf {
  445. width: 50%;
  446. }
  447. .countiesNumLine {
  448. width: 2%;
  449. -webkit-box-pack: center;
  450. -ms-flex-pack: center;
  451. justify-content: center;
  452. -webkit-box-align: center;
  453. -ms-flex-align: center;
  454. align-items: center;
  455. padding: .8rem .2rem;
  456. }
  457. .countiesNumLine .line {
  458. height: 100%;
  459. border-left: 1px solid #dbdbdb;
  460. }
  461. .card-panel {
  462. line-height: 1.6;
  463. color: #43484C;
  464. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  465. -webkit-box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  466. box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  467. }
  468. .cardItems {
  469. -ms-flex-preferred-size: 100%;
  470. flex-basis: 100%;
  471. }
  472. .cardBlock {
  473. display: -webkit-box;
  474. display: -ms-flexbox;
  475. display: flex;
  476. }
  477. .cardBlock__lf {
  478. -ms-flex-preferred-size: 31%;
  479. flex-basis: 31%;
  480. -webkit-box-flex: 0;
  481. -ms-flex-positive: 0;
  482. flex-grow: 0;
  483. display: -webkit-box;
  484. display: -ms-flexbox;
  485. display: flex;
  486. -webkit-box-align: start;
  487. -ms-flex-align: start;
  488. align-items: start;
  489. -webkit-box-pack: end;
  490. -ms-flex-pack: end;
  491. justify-content: flex-end;
  492. padding: 0 .2rem 0 0;
  493. }
  494. .cardBlock__rt {
  495. -ms-flex-preferred-size: 69%;
  496. flex-basis: 69%;
  497. -webkit-box-flex: 0;
  498. -ms-flex-positive: 0;
  499. flex-grow: 0;
  500. -webkit-box-pack: start;
  501. -ms-flex-pack: start;
  502. justify-content: start;
  503. word-break: break-all;
  504. }
  505. .cardBlock-tel {
  506. padding: 0.5rem 0;
  507. }
  508. button:focus {
  509. background-color: transparent;
  510. }
  511. .cardBtn {
  512. display: -webkit-box;
  513. display: -ms-flexbox;
  514. display: flex;
  515. -webkit-box-pack: justify;
  516. -ms-flex-pack: justify;
  517. justify-content: space-between;
  518. }
  519. .cardBtn--style {
  520. width: 48%;
  521. border: 1px solid transparent;
  522. -webkit-box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  523. box-shadow: 0px 0px 3px rgba(66, 66, 66, 0.376);
  524. padding: .5rem 0;
  525. display: -webkit-box;
  526. display: -ms-flexbox;
  527. display: flex;
  528. -webkit-box-pack: center;
  529. -ms-flex-pack: center;
  530. justify-content: center;
  531. -webkit-box-align: center;
  532. -ms-flex-align: center;
  533. align-items: center;
  534. text-align: center;
  535. }
  536. .cardBtn--style:hover {
  537. cursor: pointer;
  538. }
  539. .cardBtn__ct {
  540. background-color: #ee7800;
  541. border: 1px solid #ee7800;
  542. border-bottom-left-radius: 0.15rem;
  543. }
  544. .cardBtn__ct:hover {
  545. background-color: #FFF;
  546. }
  547. .cardBtn__ct:hover a {
  548. color: #ee7800;
  549. }
  550. .cardBtn__ct a {
  551. color: #FFF;
  552. }
  553. .cardBtn__mt {
  554. background-color: #ee7800;
  555. border: 1px solid #ee7800;
  556. border-bottom-right-radius: 0.15rem;
  557. }
  558. .cardBtn__mt:hover {
  559. background-color: #FFF;
  560. }
  561. .cardBtn__mt:hover a {
  562. color: #ee7800;
  563. }
  564. .cardBtn__mt:hover .freeTel {
  565. color: #ee7800;
  566. }
  567. .cardBtn__mt a {
  568. color: #FFF;
  569. }
  570. .cardBtn__mt .freeTel {
  571. color: #FFF;
  572. }
  573. .cardBtn--mh {
  574. min-height: 66px;
  575. }
  576. @media screen and (max-width: 767px) {
  577. .cardBtn--mh {
  578. min-height: 62px;
  579. }
  580. }
  581. @media screen and (max-width: 320px) {
  582. .cardBtn--mh {
  583. min-height: 78px;
  584. }
  585. }
  586. .change {
  587. color: #0077C0;
  588. }
  589. .fa-phone {
  590. margin-right: .5rem;
  591. }
  592. .freeTel {
  593. color: #ee7800;
  594. }
  595. .restart {
  596. width: 100%;
  597. text-align: center;
  598. background: #ee7800;
  599. }
  600. .restart:hover {
  601. cursor: pointer;
  602. }
  603. .restart a {
  604. color: #FFF;
  605. padding: 1.2rem 0;
  606. display: inline-block;
  607. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  608. }
  609. .pagination {
  610. font-family: "Microsoft JhengHei", Helvetica, Noto Sans TC, Roboto, Arial, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  611. }
  612. .pagination li a {
  613. color: #43484C;
  614. font-size: 0.9rem;
  615. }
  616. .pagination li.active {
  617. background-color: #ee7800;
  618. }
  619. [v-cloak] {
  620. display: none;
  621. }
  622. .cursor-pointer:hover {
  623. cursor: pointer;
  624. }
  625. /*# sourceMappingURL=all.css.map */