request.css 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255
  1. @charset "UTF-8";
  2. /* 裝修需求計算機 */
  3. /* request Start */
  4. .request-content {
  5. background-color: #FAFAFA;
  6. }
  7. .request-content .accordion-button:not(.collapsed) {
  8. font-weight: 500;
  9. color: #EE751B;
  10. background-color: #fff;
  11. }
  12. .request-content .accordion-button:not(.collapsed)::after {
  13. filter: invert(68%) sepia(41%) saturate(6755%) hue-rotate(350deg) brightness(96%) contrast(93%);
  14. }
  15. .request-content .accordion-button:focus {
  16. box-shadow: none;
  17. }
  18. .request-content .accordion-body {
  19. font-size: 0.8rem;
  20. line-height: 1.4rem;
  21. letter-spacing: 1px;
  22. font-weight: 500;
  23. }
  24. .request-content .accordion.spec h6 {
  25. padding-top: 1.5rem;
  26. margin-bottom: 1rem;
  27. border-top: 1px solid rgba(0, 0, 0, 0.125);
  28. }
  29. .request-content .accordion.spec h6:first-child {
  30. padding-top: 0.5rem;
  31. border-top: none;
  32. }
  33. .request-content .ad-list {
  34. padding: 0 50px;
  35. }
  36. @media (min-width: 767px) {
  37. .request-content .ad-list {
  38. position: fixed;
  39. bottom: 50px;
  40. }
  41. }
  42. .request-content .ad-list .img-item {
  43. display: flex;
  44. justify-content: center;
  45. max-width: 700px;
  46. margin: auto;
  47. }
  48. @media (max-width: 1200px) {
  49. .request-content .ad-list .img-item {
  50. max-width: 400px;
  51. flex-direction: column;
  52. }
  53. }
  54. .request-content .ad-list .img-item a {
  55. padding-top: 15px;
  56. display: inline-block;
  57. border-top: 1px solid #fff;
  58. }
  59. @media (max-width: 1200px) {
  60. .request-content .ad-list .img-item a {
  61. border-top: none;
  62. }
  63. }
  64. @media (max-width: 1200px) {
  65. .request-content .ad-list .img-item a:first-child {
  66. border-top: 1px solid #fff;
  67. }
  68. }
  69. @media (max-width: 767px) {
  70. .request-content .ad-list {
  71. width: 100%;
  72. padding: 0;
  73. margin-top: 50px;
  74. }
  75. }
  76. .request-content .ad-list p {
  77. padding-bottom: 10px;
  78. text-align: center;
  79. }
  80. @media (max-width: 767px) {
  81. .request-content .ad-list p {
  82. padding-bottom: 15px;
  83. border-bottom: 1px solid #000;
  84. }
  85. }
  86. .request-content .ad-list img {
  87. width: 100%;
  88. padding: 0 8px;
  89. box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  90. }
  91. @media (max-width: 767px) {
  92. .request-content .ad-list img {
  93. padding: 0;
  94. }
  95. }
  96. .request-content .main {
  97. position: relative;
  98. }
  99. .request-content .main h2,
  100. .request-content .main h3 {
  101. font-weight: normal;
  102. }
  103. .request-content .main .info-block {
  104. height: 100%;
  105. padding: 100px 50px;
  106. display: flex;
  107. flex-direction: column;
  108. align-items: center;
  109. justify-content: space-between;
  110. position: absolute;
  111. left: 0;
  112. right: 0;
  113. z-index: 100;
  114. color: #fff;
  115. }
  116. @media (max-width: 767px) {
  117. .request-content .main .info-block {
  118. justify-content: center;
  119. }
  120. }
  121. @media (min-width: 767px) {
  122. .request-content .main .info-block .headline {
  123. position: fixed;
  124. top: 100px;
  125. padding: 0 50px;
  126. }
  127. }
  128. .request-content .main .info-block h2 {
  129. font-size: 70px;
  130. font-weight: bold;
  131. }
  132. @media (max-width: 1200px) {
  133. .request-content .main .info-block h2 {
  134. font-size: 38px;
  135. }
  136. }
  137. @media (max-width: 575px) {
  138. .request-content .main .info-block h2 {
  139. font-size: 26px;
  140. line-height: 36px;
  141. }
  142. }
  143. .request-content .main .info-block h3 {
  144. font-size: 20px;
  145. margin-top: 30px;
  146. line-height: 30px;
  147. letter-spacing: 1px;
  148. }
  149. @media (max-width: 767px) {
  150. .request-content .main .info-block h3 {
  151. font-size: 16px;
  152. }
  153. }
  154. @media (max-width: 575px) {
  155. .request-content .main .info-block h3 {
  156. font-size: 14px;
  157. line-height: 24px;
  158. }
  159. }
  160. .request-content .main .img-block {
  161. width: 70%;
  162. height: 100%;
  163. position: fixed;
  164. /* 設置灰色遮罩 */
  165. }
  166. @media (max-width: 1400px) {
  167. .request-content .main .img-block {
  168. width: 60%;
  169. }
  170. }
  171. @media (max-width: 1200px) {
  172. .request-content .main .img-block {
  173. width: 55%;
  174. }
  175. }
  176. @media (max-width: 991px) {
  177. .request-content .main .img-block {
  178. width: 50%;
  179. }
  180. }
  181. @media (max-width: 767px) {
  182. .request-content .main .img-block {
  183. width: 100%;
  184. position: unset;
  185. }
  186. }
  187. .request-content .main .img-block::before {
  188. content: "";
  189. position: absolute;
  190. top: 0;
  191. left: 0;
  192. width: 99.9%;
  193. height: 100%;
  194. z-index: 1;
  195. background-color: rgba(0, 0, 0, 0.7);
  196. }
  197. .request-content .main .img-block .img-slider {
  198. width: 33.3%;
  199. height: 100vh;
  200. min-height: 100%;
  201. overflow: hidden;
  202. }
  203. @media (max-width: 767px) {
  204. .request-content .main .img-block .img-slider {
  205. height: 50vh;
  206. }
  207. }
  208. @media (max-width: 575px) {
  209. .request-content .main .img-block .img-slider {
  210. height: 40vh;
  211. }
  212. }
  213. .request-content .main .img-block .img-slider .img-slider-list {
  214. position: relative;
  215. }
  216. .request-content .main .img-block .img-slider .img-slider-list img {
  217. width: 100%;
  218. height: 330px;
  219. -o-object-fit: cover;
  220. object-fit: cover;
  221. }
  222. @media (min-height: 1300px) {
  223. .request-content .main .img-block .img-slider .img-slider-list img {
  224. height: 38vh;
  225. }
  226. }
  227. .request-content .main .logo {
  228. display: block;
  229. width: 100%;
  230. text-align: center;
  231. }
  232. .request-content .main .logo img {
  233. width: 100%;
  234. max-width: 300px;
  235. }
  236. .request-content .form-block {
  237. padding: 2rem;
  238. margin-left: auto;
  239. border: none;
  240. background-color: #FAFAFA;
  241. }
  242. @media (max-width: 1400px) {
  243. .request-content .form-block {
  244. padding: 2rem 1rem;
  245. }
  246. }
  247. .request-content .form-block .card {
  248. border: none;
  249. max-width: 365px;
  250. }
  251. @media (max-width: 767px) {
  252. .request-content .form-block .card {
  253. max-width: 435px;
  254. }
  255. }
  256. .request-content .form-block .card .logo,
  257. .request-content .form-block .card .card-body {
  258. background-color: #FAFAFA;
  259. }
  260. .request-content .form-block form {
  261. color: #34404B;
  262. }
  263. .request-content .form-block form ::-moz-placeholder {
  264. color: #d3d3d3;
  265. opacity: 1;
  266. /* Firefox */
  267. }
  268. .request-content .form-block form ::placeholder {
  269. color: #d3d3d3;
  270. opacity: 1;
  271. /* Firefox */
  272. }
  273. .request-content .form-block form .invalid-feedback {
  274. display: none;
  275. height: 0px;
  276. text-align: end;
  277. }
  278. .request-content .form-block form .submit {
  279. padding: 10px;
  280. background-color: #EE751B;
  281. border: none;
  282. }
  283. .request-content .form-block form .type-items {
  284. height: 70px;
  285. padding: 5px 10px;
  286. align-items: center;
  287. border: 1px solid #aaaaaa;
  288. border-radius: 5px;
  289. transition: all 0.3s;
  290. }
  291. .request-content .form-block form .type-items:hover {
  292. border-color: #ee751b;
  293. }
  294. .request-content .form-block form .type-items span {
  295. width: 100px;
  296. }
  297. .request-content .form-block form .type-items span h4 {
  298. margin-bottom: 0;
  299. font-size: 18px;
  300. }
  301. .request-content .form-block form .type-items span p {
  302. margin-bottom: 0;
  303. font-size: 12px;
  304. color: #ee751b;
  305. }
  306. .request-content .form-block form .type-items small {
  307. max-width: 180px;
  308. display: inline-block;
  309. font-size: 12px;
  310. color: #959595;
  311. }
  312. @media (max-width: 991px) {
  313. .request-content .form-block form .type-items small {
  314. max-width: 150px;
  315. }
  316. }
  317. @media (max-width: 767px) {
  318. .request-content .form-block form .type-items small {
  319. max-width: 100%;
  320. }
  321. }
  322. @media (max-width: 400px) {
  323. .request-content .form-block form .type-items small {
  324. max-width: 140px;
  325. }
  326. }
  327. .request-content .form-block form .type-items label,
  328. .request-content .form-block form .type-items input {
  329. cursor: pointer;
  330. }
  331. .request-content .form-block form .type-items input {
  332. margin: 0 5px;
  333. border: 2px solid white;
  334. box-shadow: 0 0 0 1px #EE751B;
  335. -webkit-appearance: none;
  336. -moz-appearance: none;
  337. appearance: none;
  338. border-radius: 50%;
  339. width: 12px;
  340. height: 12px;
  341. background-color: #fff;
  342. transition: all ease-in 0.2s;
  343. }
  344. @media (max-width: 991px) {
  345. .request-content .form-block form .type-items input {
  346. width: 11px;
  347. height: 11px;
  348. }
  349. }
  350. @media (max-width: 575px) {
  351. .request-content .form-block form .type-items input {
  352. height: 10px;
  353. }
  354. }
  355. .request-content .form-block form .type-items input:checked {
  356. background-color: #EE751B;
  357. }
  358. .request-content .form-block form .disclaimer {
  359. margin-top: 5px;
  360. font-size: 12px;
  361. text-align: center;
  362. }
  363. .request-content .form-block form .disclaimer a {
  364. color: #EE751B;
  365. text-decoration: underline;
  366. }
  367. .request-content .form-block form input[type=checkbox] {
  368. position: relative;
  369. border-color: #000;
  370. cursor: pointer;
  371. }
  372. .request-content .form-block form input[type=checkbox]:focus {
  373. box-shadow: unset;
  374. }
  375. .request-content .form-block form input[type=checkbox]:checked {
  376. background-color: white;
  377. }
  378. .request-content .form-block form input[type=checkbox]:checked::before {
  379. content: "✓";
  380. position: absolute;
  381. top: 50%;
  382. left: 50%;
  383. transform: translate(-50%, -50%);
  384. font-size: 14px;
  385. color: black;
  386. }
  387. .request-content .loading-block {
  388. width: 100vw;
  389. height: 100vh;
  390. display: none;
  391. align-items: center;
  392. flex-direction: column;
  393. justify-content: center;
  394. background: #fff;
  395. position: fixed;
  396. top: 50%;
  397. left: 50%;
  398. transform: translate(-50%, -50%);
  399. z-index: 100;
  400. }
  401. .request-content .loading-block p {
  402. font-size: 16px;
  403. color: #EE751B;
  404. letter-spacing: 4.8px;
  405. }
  406. .request-content .loading-block .spinner {
  407. /* Size and position */
  408. font-size: 100px;
  409. /* 1em */
  410. width: 1em;
  411. height: 1em;
  412. margin-bottom: 20px;
  413. position: relative;
  414. /* Styles */
  415. list-style: none;
  416. border-radius: 50%;
  417. border: 0.01em solid rgba(150, 150, 150, 0.2);
  418. /* Subtle white line circling the dots */
  419. }
  420. .request-content .loading-block .spinner li {
  421. width: 0.2em;
  422. height: 0.2em;
  423. position: absolute;
  424. border-radius: 50%;
  425. }
  426. .request-content .loading-block .spinner li:nth-child(1) {
  427. background: #EE751B;
  428. /* Blue */
  429. top: 0;
  430. left: 50%;
  431. margin-left: -0.1em;
  432. transform-origin: 50% 250%;
  433. animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
  434. }
  435. .request-content .loading-block .spinner li:nth-child(2) {
  436. background: #FF505E;
  437. /* Red */
  438. top: 50%;
  439. right: 0;
  440. margin-top: -0.1em;
  441. transform-origin: -150% 50%;
  442. animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
  443. }
  444. .request-content .loading-block .spinner li:nth-child(3) {
  445. background: #FFCD26;
  446. /* Yellow */
  447. bottom: 0;
  448. left: 50%;
  449. margin-left: -0.1em;
  450. transform-origin: 50% -150%;
  451. animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
  452. }
  453. .request-content .loading-block .spinner li:nth-child(4) {
  454. background: #AAD647;
  455. /* Green */
  456. top: 50%;
  457. left: 0;
  458. margin-top: -0.1em;
  459. transform-origin: 250% 50%;
  460. animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
  461. }
  462. @keyframes rota {
  463. to {
  464. transform: rotate(360deg);
  465. }
  466. }
  467. @keyframes opa {
  468. 12.0% {
  469. opacity: 0.8;
  470. }
  471. 19.5% {
  472. opacity: 0.88;
  473. }
  474. 37.2% {
  475. opacity: 0.64;
  476. }
  477. 40.5% {
  478. opacity: 0.52;
  479. }
  480. 52.7% {
  481. opacity: 0.69;
  482. }
  483. 60.2% {
  484. opacity: 0.6;
  485. }
  486. 66.6% {
  487. opacity: 0.52;
  488. }
  489. 70.0% {
  490. opacity: 0.63;
  491. }
  492. 79.9% {
  493. opacity: 0.6;
  494. }
  495. 84.2% {
  496. opacity: 0.75;
  497. }
  498. 91.0% {
  499. opacity: 0.87;
  500. }
  501. }
  502. .request-content .logo,
  503. .result-content .logo {
  504. display: flex;
  505. justify-content: center;
  506. }
  507. .request-content .logo img,
  508. .result-content .logo img {
  509. width: 100%;
  510. max-width: 150px;
  511. }
  512. @media (max-width: 767px) {
  513. .request-content .logo img,
  514. .result-content .logo img {
  515. max-width: 110px;
  516. }
  517. }
  518. .result-content {
  519. padding: 20px 0 50px;
  520. }
  521. .result-content a {
  522. text-decoration: none;
  523. }
  524. .result-content p {
  525. margin-bottom: 0;
  526. }
  527. .result-content ul {
  528. list-style: none;
  529. padding: 0;
  530. }
  531. .result-content .logo {
  532. margin-bottom: 25px;
  533. }
  534. .result-content .line {
  535. position: relative;
  536. z-index: 100;
  537. padding: 25px 0;
  538. border-top: 1px solid #959595;
  539. border-bottom: 1px solid #959595;
  540. }
  541. @media (max-width: 767px) {
  542. .result-content .line {
  543. border-bottom: none;
  544. }
  545. }
  546. .result-content .bg-text {
  547. position: absolute;
  548. font-size: 20em;
  549. top: 20px;
  550. left: 0;
  551. color: #fff;
  552. }
  553. @media (max-width: 767px) {
  554. .result-content .bg-text {
  555. display: none;
  556. }
  557. }
  558. .result-content .tab-list {
  559. margin: 0;
  560. padding: 0;
  561. display: none;
  562. justify-content: center;
  563. position: absolute;
  564. z-index: 1000;
  565. top: 15px;
  566. left: 0;
  567. right: 0;
  568. }
  569. @media (max-width: 575px) {
  570. .result-content .tab-list {
  571. top: 10px;
  572. }
  573. }
  574. .result-content .tab-list li {
  575. margin: 0 20px;
  576. }
  577. .result-content .tab-list li a {
  578. color: #959595;
  579. }
  580. .result-content .tab-list #underline {
  581. position: absolute;
  582. bottom: -1px;
  583. left: 40px;
  584. width: 40px;
  585. height: 1px;
  586. z-index: 1000;
  587. background-color: #fff;
  588. transition: width 0.3s;
  589. }
  590. .result-content .card-item {
  591. position: relative;
  592. width: 100%;
  593. height: 550px;
  594. background-image: url("../img/result-bg.png");
  595. background-size: auto;
  596. background-position: center;
  597. background-repeat: no-repeat;
  598. border-radius: 20px;
  599. }
  600. @media (max-width: 991px) {
  601. .result-content .card-item {
  602. height: 690px;
  603. }
  604. }
  605. @media (max-width: 575px) {
  606. .result-content .card-item {
  607. height: 800px;
  608. }
  609. }
  610. .result-content .card-item::before {
  611. content: "";
  612. position: absolute;
  613. top: 0;
  614. left: 0;
  615. width: 100%;
  616. height: 100%;
  617. border-radius: 20px;
  618. background-color: rgba(5, 13, 21, 0.8);
  619. -webkit-backdrop-filter: blur(2px);
  620. backdrop-filter: blur(2px);
  621. }
  622. .result-content .card-item .main-info {
  623. height: 80%;
  624. justify-content: center;
  625. }
  626. @media (max-width: 991px) {
  627. .result-content .card-item .main-info {
  628. align-items: center;
  629. flex-direction: column;
  630. }
  631. }
  632. @media (max-width: 991px) {
  633. .result-content .card-item .main-info.type .chart-box {
  634. top: -28%;
  635. }
  636. }
  637. @media (max-width: 991px) {
  638. .result-content .card-item .main-info.type .chart-text {
  639. top: 18.5%;
  640. }
  641. }
  642. .result-content .card-item .chart-box {
  643. position: absolute;
  644. z-index: 100;
  645. height: 100%;
  646. display: flex;
  647. align-items: center;
  648. justify-content: center;
  649. }
  650. @media (max-width: 991px) {
  651. .result-content .card-item .chart-box {
  652. top: -30%;
  653. }
  654. }
  655. .result-content .card-item .chart-box #chart {
  656. width: 300px !important;
  657. }
  658. @media (max-width: 991px) {
  659. .result-content .card-item .chart-box #chart {
  660. width: 200px !important;
  661. }
  662. }
  663. .result-content .chart-text {
  664. position: absolute;
  665. z-index: 100;
  666. font-size: 42px;
  667. font-weight: 500;
  668. color: #fff;
  669. text-align: center;
  670. }
  671. @media (max-width: 991px) {
  672. .result-content .chart-text {
  673. top: 17%;
  674. font-size: 30px;
  675. }
  676. }
  677. .result-content .chart-text.range {
  678. display: none;
  679. }
  680. @media (max-width: 991px) {
  681. .result-content .chart-text.range {
  682. top: 10%;
  683. }
  684. }
  685. @media (max-width: 575px) {
  686. .result-content .chart-text.range {
  687. top: 11.5%;
  688. }
  689. }
  690. .result-content .chart-text.range .tilde {
  691. position: absolute;
  692. left: 50px;
  693. transform: rotate(90deg);
  694. }
  695. @media (max-width: 767px) {
  696. .result-content .chart-text.range .tilde {
  697. left: 35px;
  698. }
  699. }
  700. .result-content .price-card {
  701. position: absolute;
  702. z-index: 100;
  703. color: #fff;
  704. }
  705. @media (max-width: 991px) {
  706. .result-content .price-card {
  707. top: 39%;
  708. left: 0;
  709. right: 0;
  710. display: flex;
  711. flex-direction: column;
  712. align-items: center;
  713. }
  714. }
  715. @media (max-width: 575px) {
  716. .result-content .price-card {
  717. padding: 0 15px;
  718. }
  719. }
  720. .result-content .price-card ul {
  721. width: 250px;
  722. max-width: 100%;
  723. margin-bottom: 0;
  724. padding: 15px 0 25px;
  725. display: flex;
  726. flex-direction: column;
  727. align-items: center;
  728. font-size: 20px;
  729. border-radius: 10px;
  730. border: 1px solid #fff;
  731. }
  732. @media (max-width: 991px) {
  733. .result-content .price-card ul {
  734. width: 100%;
  735. padding: 10px 0;
  736. display: flex;
  737. flex-wrap: wrap;
  738. flex-direction: row;
  739. justify-content: space-evenly;
  740. }
  741. }
  742. @media (max-width: 575px) {
  743. .result-content .price-card ul {
  744. max-width: 450px;
  745. width: 95%;
  746. margin: auto;
  747. font-size: 14px;
  748. }
  749. }
  750. .result-content .price-card ul li span {
  751. width: 90px;
  752. display: inline-block;
  753. text-align: center;
  754. border-bottom: 1px solid #fff;
  755. font-size: 28px;
  756. font-weight: 500;
  757. }
  758. @media (max-width: 575px) {
  759. .result-content .price-card ul li span {
  760. width: 70px;
  761. font-size: 20px;
  762. }
  763. }
  764. .result-content .price-card small {
  765. margin-top: 20px;
  766. display: block;
  767. color: #B7B7B7;
  768. text-align: center;
  769. }
  770. @media (max-width: 991px) {
  771. .result-content .price-card small {
  772. margin-top: 10px;
  773. }
  774. }
  775. @media (max-width: 767px) {
  776. .result-content .price-card small {
  777. width: 90%;
  778. text-align: end;
  779. }
  780. }
  781. @media (max-width: 991px) {
  782. .result-content .price-card .main {
  783. max-width: 480px;
  784. }
  785. }
  786. @media (max-width: 575px) {
  787. .result-content .price-card .main {
  788. max-width: 430px;
  789. }
  790. }
  791. .result-content .price-card .partial {
  792. width: 280px;
  793. display: none;
  794. }
  795. @media (max-width: 991px) {
  796. .result-content .price-card .partial {
  797. /* Grid */
  798. width: 600px;
  799. max-width: 100%;
  800. grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
  801. padding: initial;
  802. }
  803. }
  804. @media (max-width: 767px) {
  805. .result-content .price-card .partial {
  806. width: 500px;
  807. grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
  808. font-size: 16px;
  809. }
  810. }
  811. @media (max-width: 575px) {
  812. .result-content .price-card .partial {
  813. width: 350px;
  814. grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
  815. font-size: 14px;
  816. }
  817. }
  818. .result-content .price-card .partial li {
  819. display: flex;
  820. align-items: end;
  821. justify-content: center;
  822. }
  823. @media (max-width: 991px) {
  824. .result-content .price-card .partial li {
  825. padding: 0px 10px 10px;
  826. }
  827. }
  828. .result-content .price-card .partial li span {
  829. margin: 0 5px;
  830. width: 120px;
  831. }
  832. @media (max-width: 767px) {
  833. .result-content .price-card .partial li span {
  834. width: 100px;
  835. font-size: 24px;
  836. }
  837. }
  838. .result-content .price-card .partial li p {
  839. width: 80px;
  840. text-align: center;
  841. }
  842. .result-content .info-item {
  843. display: flex;
  844. flex-direction: column;
  845. align-items: center;
  846. justify-content: space-around;
  847. }
  848. .result-content .info-item h3 {
  849. font-size: 24px;
  850. line-height: 32px;
  851. text-align: center;
  852. }
  853. @media (max-width: 1200px) {
  854. .result-content .info-item h3 {
  855. font-size: 20px;
  856. }
  857. }
  858. .result-content .info-item h4 {
  859. font-size: 16px;
  860. font-weight: 300;
  861. color: #34404B;
  862. }
  863. @media (max-width: 1200px) {
  864. .result-content .info-item h4 {
  865. font-size: 15px;
  866. }
  867. }
  868. @media (max-width: 991px) {
  869. .result-content .info-item,
  870. .result-content .info-item img {
  871. margin-top: 25px;
  872. }
  873. }
  874. .result-content .info-item img {
  875. width: 100%;
  876. height: 450px;
  877. max-width: 330px;
  878. -o-object-fit: cover;
  879. object-fit: cover;
  880. border-radius: 0 0 50% 0;
  881. }
  882. .result-content .info-item .img-block {
  883. position: relative;
  884. }
  885. .result-content .info-item .img-block a {
  886. display: block;
  887. position: absolute;
  888. bottom: 0;
  889. right: 0;
  890. z-index: 1000;
  891. }
  892. .result-content .info-item .img-block a img {
  893. width: 150px;
  894. height: 150px;
  895. }
  896. .result-content .info-item .img-block a .btn {
  897. position: relative;
  898. z-index: 100;
  899. transition: all 0.3s;
  900. }
  901. .result-content .info-item .img-block a .btn:hover {
  902. opacity: 0.9;
  903. }
  904. .result-content .info-item .img-block a .text {
  905. width: 140px;
  906. height: 140px;
  907. position: absolute;
  908. left: 5px;
  909. top: 2px;
  910. animation: rotate 15s linear infinite;
  911. }
  912. .result-content .info-item .img-block a .bg {
  913. position: absolute;
  914. left: 0px;
  915. top: -3px;
  916. z-index: -1;
  917. }
  918. @keyframes rotate {
  919. from {
  920. transform: rotate(0deg);
  921. }
  922. to {
  923. transform: rotate(360deg);
  924. }
  925. }
  926. .result-content .info-card {
  927. width: 93%;
  928. margin: 30px;
  929. position: absolute;
  930. bottom: 0;
  931. background: #fff;
  932. border-radius: 10px;
  933. }
  934. @media (max-width: 767px) {
  935. .result-content .info-card {
  936. margin: 20px;
  937. }
  938. }
  939. @media (max-width: 575px) {
  940. .result-content .info-card {
  941. padding: 0 20px;
  942. }
  943. }
  944. .result-content .info-card .row {
  945. padding: 20px 0;
  946. }
  947. @media (max-width: 991px) {
  948. .result-content .info-card .row {
  949. padding: 0 0 15px;
  950. justify-content: center;
  951. }
  952. }
  953. @media (max-width: 991px) {
  954. .result-content .info-card .row div:first-child {
  955. width: 400px;
  956. }
  957. }
  958. .result-content .info-card .row ul {
  959. margin: 0;
  960. padding: 0;
  961. }
  962. @media (max-width: 991px) {
  963. .result-content .info-card .row ul {
  964. width: 100%;
  965. display: flex;
  966. justify-content: space-between;
  967. }
  968. }
  969. .result-content .info-card .row ul li {
  970. font-weight: 500;
  971. }
  972. .result-content .info-card .row .caption {
  973. display: flex;
  974. align-items: center;
  975. justify-content: space-around;
  976. }
  977. @media (max-width: 1200px) {
  978. .result-content .info-card .row .caption {
  979. flex-direction: column;
  980. }
  981. }
  982. @media (max-width: 991px) {
  983. .result-content .info-card .row .caption {
  984. width: 400px;
  985. flex-direction: row;
  986. justify-content: space-between;
  987. }
  988. }
  989. .result-content .info-card .row .caption h3 {
  990. font-size: 18px;
  991. color: #34404B;
  992. margin-bottom: 0;
  993. }
  994. .result-content .info-card .row .caption small {
  995. font-size: 14px;
  996. color: #EE751B;
  997. }
  998. .result-content .info-card .row .caption p {
  999. max-width: 220px;
  1000. font-size: 14px;
  1001. color: #959595;
  1002. overflow: hidden;
  1003. text-overflow: ellipsis;
  1004. display: -webkit-box;
  1005. -webkit-line-clamp: 2;
  1006. -webkit-box-orient: vertical;
  1007. }
  1008. @media (max-width: 575px) {
  1009. .result-content .info-card .row .caption section {
  1010. width: 100%;
  1011. }
  1012. }
  1013. @media (max-width: 991px) {
  1014. .result-content .info-card .row .border-end {
  1015. padding: 10px;
  1016. border-right: none !important;
  1017. border-bottom: 2px solid #dddddd;
  1018. }
  1019. }
  1020. .result-content .info-card .row .reset-btn {
  1021. width: 100%;
  1022. height: 100%;
  1023. border: none;
  1024. border-radius: 10px;
  1025. background-color: #B7B7B7;
  1026. color: #fff;
  1027. transition: all 0.3s;
  1028. }
  1029. @media (max-width: 991px) {
  1030. .result-content .info-card .row .reset-btn {
  1031. width: 180px;
  1032. height: 50px;
  1033. margin: 15px auto 0;
  1034. }
  1035. }
  1036. .result-content .info-card .row .reset-btn:hover {
  1037. background-color: #959595;
  1038. }
  1039. @media (max-width: 767px) {
  1040. .result-content .style-list {
  1041. border-top: 1px solid #959595;
  1042. }
  1043. }
  1044. .result-content .style-list p {
  1045. padding: 20px;
  1046. margin-bottom: 0;
  1047. font-size: 20px;
  1048. font-weight: 500;
  1049. color: #34404B;
  1050. text-align: center;
  1051. }
  1052. .result-content .style-list a {
  1053. display: block;
  1054. position: relative;
  1055. overflow: hidden;
  1056. border-radius: 10px;
  1057. }
  1058. .result-content .style-list a:hover img {
  1059. transform: scale(1.1);
  1060. }
  1061. .result-content .style-list a p {
  1062. padding: 5px;
  1063. position: absolute;
  1064. bottom: 0;
  1065. left: 0;
  1066. right: 0;
  1067. font-size: 18px;
  1068. background: rgba(255, 255, 255, 0.75);
  1069. }
  1070. .result-content .style-list a img {
  1071. width: 100%;
  1072. height: 180px;
  1073. -o-object-fit: cover;
  1074. object-fit: cover;
  1075. border-radius: 10px;
  1076. transition: all 0.5s;
  1077. box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  1078. }
  1079. @media (max-width: 575px) {
  1080. .result-content .style-list a img {
  1081. height: 120px;
  1082. }
  1083. }
  1084. /* request End */
  1085. .column-list a {
  1086. text-decoration: none;
  1087. }
  1088. .column-list button {
  1089. width: 100%;
  1090. display: flex;
  1091. justify-content: center;
  1092. border: none;
  1093. background-color: transparent;
  1094. }
  1095. .column-list .bg-img {
  1096. width: 100%;
  1097. height: 15vw;
  1098. -o-object-fit: cover;
  1099. object-fit: cover;
  1100. }
  1101. @media (max-width: 991px) {
  1102. .column-list .bg-img {
  1103. height: 30vw;
  1104. width: 50vw;
  1105. }
  1106. }
  1107. @media (max-width: 767px) {
  1108. .column-list .bg-img {
  1109. width: 100%;
  1110. }
  1111. }
  1112. @media (max-width: 575px) {
  1113. .column-list .bg-img {
  1114. height: 35vw;
  1115. width: 85vw;
  1116. }
  1117. }
  1118. .column-list .card-title {
  1119. font-size: 1.125rem;
  1120. font-weight: 600;
  1121. color: #727679;
  1122. letter-spacing: 1px;
  1123. line-height: 1.5;
  1124. text-align: left;
  1125. }
  1126. .column-list .card-body {
  1127. display: flex;
  1128. flex-direction: column;
  1129. justify-content: space-between;
  1130. }
  1131. .column-list .badge-list {
  1132. display: flex;
  1133. flex-wrap: wrap;
  1134. }
  1135. .column-list .badge-list p {
  1136. margin: 4px 7px 4px 0;
  1137. padding: 3px 6px;
  1138. font-size: 12px;
  1139. font-weight: 500;
  1140. border: 1px solid #ee751b;
  1141. border-radius: 5px;
  1142. color: #ee751b;
  1143. }
  1144. #columnModal .modal-title {
  1145. color: #34404b;
  1146. font-size: 1.5rem;
  1147. font-weight: 700;
  1148. margin-bottom: 0.5rem;
  1149. }
  1150. #columnModal .cover-img {
  1151. max-width: 80%;
  1152. }
  1153. @media (max-width: 991px) {
  1154. #columnModal .cover-img {
  1155. max-width: 100%;
  1156. }
  1157. }
  1158. #columnModal pre {
  1159. line-height: 2;
  1160. }
  1161. #columnModal pre code {
  1162. color: #727679;
  1163. letter-spacing: 2px;
  1164. font-size: 16px;
  1165. font-family: "Noto Sans TC", sans-serif;
  1166. }
  1167. #columnModal .content h1,
  1168. #columnModal .content h2,
  1169. #columnModal .content h3 {
  1170. display: flex;
  1171. margin: 1.5rem 0;
  1172. font-weight: bold;
  1173. }
  1174. #columnModal .content h2 {
  1175. color: #800000;
  1176. font-size: 20px;
  1177. }
  1178. #columnModal .content h3 {
  1179. font-size: 18px;
  1180. }
  1181. #columnModal .content p {
  1182. color: #727679;
  1183. line-height: 2;
  1184. }
  1185. #columnModal .content ul li {
  1186. margin-bottom: 10px;
  1187. color: #727679;
  1188. }
  1189. #columnModal .content ul li:last-child {
  1190. margin-bottom: 0;
  1191. }
  1192. #columnModal a {
  1193. font-size: 1rem;
  1194. text-decoration: none;
  1195. color: #3366ff;
  1196. }
  1197. #rightSidebar {
  1198. position: sticky;
  1199. }
  1200. @media (max-width: 767px) {
  1201. #rightSidebar {
  1202. padding: 0;
  1203. }
  1204. }
  1205. .text-primary {
  1206. color: #ee751b !important;
  1207. }
  1208. .main-title {
  1209. padding: 20px 40px;
  1210. margin: 25px auto;
  1211. background-image: url("../img/banner-05.png");
  1212. background-color: rgba(0, 0, 0, 0.6);
  1213. background-blend-mode: multiply;
  1214. background-size: cover;
  1215. background-position: center center;
  1216. color: #fff;
  1217. }
  1218. @media (max-width: 767px) {
  1219. .main-title {
  1220. padding: 20px;
  1221. margin: 5px auto 25px;
  1222. }
  1223. }
  1224. .main-title h2,
  1225. .main-title h3 {
  1226. line-height: 1.5;
  1227. letter-spacing: 1px;
  1228. }
  1229. .main-title h3 {
  1230. margin-top: 1rem;
  1231. font-size: 1.25rem;
  1232. }
  1233. @media (max-width: 767px) {
  1234. .main-title h3 {
  1235. font-size: 1rem;
  1236. }
  1237. }
  1238. .btn-outline-primary {
  1239. color: #ee751b;
  1240. background-color: transparent;
  1241. border-color: #ee751b;
  1242. }
  1243. .btn-outline-primary:hover {
  1244. color: #fff;
  1245. border-color: #ee751b;
  1246. background-color: #ee751b;
  1247. }/*# sourceMappingURL=request.css.map */