1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255 |
- @charset "UTF-8";
- /* 裝修需求計算機 */
- /* request Start */
- .request-content {
- background-color: #FAFAFA;
- }
- .request-content .accordion-button:not(.collapsed) {
- font-weight: 500;
- color: #EE751B;
- background-color: #fff;
- }
- .request-content .accordion-button:not(.collapsed)::after {
- filter: invert(68%) sepia(41%) saturate(6755%) hue-rotate(350deg) brightness(96%) contrast(93%);
- }
- .request-content .accordion-button:focus {
- box-shadow: none;
- }
- .request-content .accordion-body {
- font-size: 0.8rem;
- line-height: 1.4rem;
- letter-spacing: 1px;
- font-weight: 500;
- }
- .request-content .accordion.spec h6 {
- padding-top: 1.5rem;
- margin-bottom: 1rem;
- border-top: 1px solid rgba(0, 0, 0, 0.125);
- }
- .request-content .accordion.spec h6:first-child {
- padding-top: 0.5rem;
- border-top: none;
- }
- .request-content .ad-list {
- padding: 0 50px;
- }
- @media (min-width: 767px) {
- .request-content .ad-list {
- position: fixed;
- bottom: 50px;
- }
- }
- .request-content .ad-list .img-item {
- display: flex;
- justify-content: center;
- max-width: 700px;
- margin: auto;
- }
- @media (max-width: 1200px) {
- .request-content .ad-list .img-item {
- max-width: 400px;
- flex-direction: column;
- }
- }
- .request-content .ad-list .img-item a {
- padding-top: 15px;
- display: inline-block;
- border-top: 1px solid #fff;
- }
- @media (max-width: 1200px) {
- .request-content .ad-list .img-item a {
- border-top: none;
- }
- }
- @media (max-width: 1200px) {
- .request-content .ad-list .img-item a:first-child {
- border-top: 1px solid #fff;
- }
- }
- @media (max-width: 767px) {
- .request-content .ad-list {
- width: 100%;
- padding: 0;
- margin-top: 50px;
- }
- }
- .request-content .ad-list p {
- padding-bottom: 10px;
- text-align: center;
- }
- @media (max-width: 767px) {
- .request-content .ad-list p {
- padding-bottom: 15px;
- border-bottom: 1px solid #000;
- }
- }
- .request-content .ad-list img {
- width: 100%;
- padding: 0 8px;
- box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
- }
- @media (max-width: 767px) {
- .request-content .ad-list img {
- padding: 0;
- }
- }
- .request-content .main {
- position: relative;
- }
- .request-content .main h2,
- .request-content .main h3 {
- font-weight: normal;
- }
- .request-content .main .info-block {
- height: 100%;
- padding: 100px 50px;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- position: absolute;
- left: 0;
- right: 0;
- z-index: 100;
- color: #fff;
- }
- @media (max-width: 767px) {
- .request-content .main .info-block {
- justify-content: center;
- }
- }
- @media (min-width: 767px) {
- .request-content .main .info-block .headline {
- position: fixed;
- top: 100px;
- padding: 0 50px;
- }
- }
- .request-content .main .info-block h2 {
- font-size: 70px;
- font-weight: bold;
- }
- @media (max-width: 1200px) {
- .request-content .main .info-block h2 {
- font-size: 38px;
- }
- }
- @media (max-width: 575px) {
- .request-content .main .info-block h2 {
- font-size: 26px;
- line-height: 36px;
- }
- }
- .request-content .main .info-block h3 {
- font-size: 20px;
- margin-top: 30px;
- line-height: 30px;
- letter-spacing: 1px;
- }
- @media (max-width: 767px) {
- .request-content .main .info-block h3 {
- font-size: 16px;
- }
- }
- @media (max-width: 575px) {
- .request-content .main .info-block h3 {
- font-size: 14px;
- line-height: 24px;
- }
- }
- .request-content .main .img-block {
- width: 70%;
- height: 100%;
- position: fixed;
- /* 設置灰色遮罩 */
- }
- @media (max-width: 1400px) {
- .request-content .main .img-block {
- width: 60%;
- }
- }
- @media (max-width: 1200px) {
- .request-content .main .img-block {
- width: 55%;
- }
- }
- @media (max-width: 991px) {
- .request-content .main .img-block {
- width: 50%;
- }
- }
- @media (max-width: 767px) {
- .request-content .main .img-block {
- width: 100%;
- position: unset;
- }
- }
- .request-content .main .img-block::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 99.9%;
- height: 100%;
- z-index: 1;
- background-color: rgba(0, 0, 0, 0.7);
- }
- .request-content .main .img-block .img-slider {
- width: 33.3%;
- height: 100vh;
- min-height: 100%;
- overflow: hidden;
- }
- @media (max-width: 767px) {
- .request-content .main .img-block .img-slider {
- height: 50vh;
- }
- }
- @media (max-width: 575px) {
- .request-content .main .img-block .img-slider {
- height: 40vh;
- }
- }
- .request-content .main .img-block .img-slider .img-slider-list {
- position: relative;
- }
- .request-content .main .img-block .img-slider .img-slider-list img {
- width: 100%;
- height: 330px;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media (min-height: 1300px) {
- .request-content .main .img-block .img-slider .img-slider-list img {
- height: 38vh;
- }
- }
- .request-content .main .logo {
- display: block;
- width: 100%;
- text-align: center;
- }
- .request-content .main .logo img {
- width: 100%;
- max-width: 300px;
- }
- .request-content .form-block {
- padding: 2rem;
- margin-left: auto;
- border: none;
- background-color: #FAFAFA;
- }
- @media (max-width: 1400px) {
- .request-content .form-block {
- padding: 2rem 1rem;
- }
- }
- .request-content .form-block .card {
- border: none;
- max-width: 365px;
- }
- @media (max-width: 767px) {
- .request-content .form-block .card {
- max-width: 435px;
- }
- }
- .request-content .form-block .card .logo,
- .request-content .form-block .card .card-body {
- background-color: #FAFAFA;
- }
- .request-content .form-block form {
- color: #34404B;
- }
- .request-content .form-block form ::-moz-placeholder {
- color: #d3d3d3;
- opacity: 1;
- /* Firefox */
- }
- .request-content .form-block form ::placeholder {
- color: #d3d3d3;
- opacity: 1;
- /* Firefox */
- }
- .request-content .form-block form .invalid-feedback {
- display: none;
- height: 0px;
- text-align: end;
- }
- .request-content .form-block form .submit {
- padding: 10px;
- background-color: #EE751B;
- border: none;
- }
- .request-content .form-block form .type-items {
- height: 70px;
- padding: 5px 10px;
- align-items: center;
- border: 1px solid #aaaaaa;
- border-radius: 5px;
- transition: all 0.3s;
- }
- .request-content .form-block form .type-items:hover {
- border-color: #ee751b;
- }
- .request-content .form-block form .type-items span {
- width: 100px;
- }
- .request-content .form-block form .type-items span h4 {
- margin-bottom: 0;
- font-size: 18px;
- }
- .request-content .form-block form .type-items span p {
- margin-bottom: 0;
- font-size: 12px;
- color: #ee751b;
- }
- .request-content .form-block form .type-items small {
- max-width: 180px;
- display: inline-block;
- font-size: 12px;
- color: #959595;
- }
- @media (max-width: 991px) {
- .request-content .form-block form .type-items small {
- max-width: 150px;
- }
- }
- @media (max-width: 767px) {
- .request-content .form-block form .type-items small {
- max-width: 100%;
- }
- }
- @media (max-width: 400px) {
- .request-content .form-block form .type-items small {
- max-width: 140px;
- }
- }
- .request-content .form-block form .type-items label,
- .request-content .form-block form .type-items input {
- cursor: pointer;
- }
- .request-content .form-block form .type-items input {
- margin: 0 5px;
- border: 2px solid white;
- box-shadow: 0 0 0 1px #EE751B;
- -webkit-appearance: none;
- -moz-appearance: none;
- appearance: none;
- border-radius: 50%;
- width: 12px;
- height: 12px;
- background-color: #fff;
- transition: all ease-in 0.2s;
- }
- @media (max-width: 991px) {
- .request-content .form-block form .type-items input {
- width: 11px;
- height: 11px;
- }
- }
- @media (max-width: 575px) {
- .request-content .form-block form .type-items input {
- height: 10px;
- }
- }
- .request-content .form-block form .type-items input:checked {
- background-color: #EE751B;
- }
- .request-content .form-block form .disclaimer {
- margin-top: 5px;
- font-size: 12px;
- text-align: center;
- }
- .request-content .form-block form .disclaimer a {
- color: #EE751B;
- text-decoration: underline;
- }
- .request-content .form-block form input[type=checkbox] {
- position: relative;
- border-color: #000;
- cursor: pointer;
- }
- .request-content .form-block form input[type=checkbox]:focus {
- box-shadow: unset;
- }
- .request-content .form-block form input[type=checkbox]:checked {
- background-color: white;
- }
- .request-content .form-block form input[type=checkbox]:checked::before {
- content: "✓";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- font-size: 14px;
- color: black;
- }
- .request-content .loading-block {
- width: 100vw;
- height: 100vh;
- display: none;
- align-items: center;
- flex-direction: column;
- justify-content: center;
- background: #fff;
- position: fixed;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- z-index: 100;
- }
- .request-content .loading-block p {
- font-size: 16px;
- color: #EE751B;
- letter-spacing: 4.8px;
- }
- .request-content .loading-block .spinner {
- /* Size and position */
- font-size: 100px;
- /* 1em */
- width: 1em;
- height: 1em;
- margin-bottom: 20px;
- position: relative;
- /* Styles */
- list-style: none;
- border-radius: 50%;
- border: 0.01em solid rgba(150, 150, 150, 0.2);
- /* Subtle white line circling the dots */
- }
- .request-content .loading-block .spinner li {
- width: 0.2em;
- height: 0.2em;
- position: absolute;
- border-radius: 50%;
- }
- .request-content .loading-block .spinner li:nth-child(1) {
- background: #EE751B;
- /* Blue */
- top: 0;
- left: 50%;
- margin-left: -0.1em;
- transform-origin: 50% 250%;
- animation: rota 1.13s linear infinite, opa 3.67s ease-in-out infinite alternate;
- }
- .request-content .loading-block .spinner li:nth-child(2) {
- background: #FF505E;
- /* Red */
- top: 50%;
- right: 0;
- margin-top: -0.1em;
- transform-origin: -150% 50%;
- animation: rota 1.86s linear infinite, opa 4.29s ease-in-out infinite alternate;
- }
- .request-content .loading-block .spinner li:nth-child(3) {
- background: #FFCD26;
- /* Yellow */
- bottom: 0;
- left: 50%;
- margin-left: -0.1em;
- transform-origin: 50% -150%;
- animation: rota 1.45s linear infinite, opa 5.12s ease-in-out infinite alternate;
- }
- .request-content .loading-block .spinner li:nth-child(4) {
- background: #AAD647;
- /* Green */
- top: 50%;
- left: 0;
- margin-top: -0.1em;
- transform-origin: 250% 50%;
- animation: rota 1.72s linear infinite, opa 5.25s ease-in-out infinite alternate;
- }
- @keyframes rota {
- to {
- transform: rotate(360deg);
- }
- }
- @keyframes opa {
- 12.0% {
- opacity: 0.8;
- }
- 19.5% {
- opacity: 0.88;
- }
- 37.2% {
- opacity: 0.64;
- }
- 40.5% {
- opacity: 0.52;
- }
- 52.7% {
- opacity: 0.69;
- }
- 60.2% {
- opacity: 0.6;
- }
- 66.6% {
- opacity: 0.52;
- }
- 70.0% {
- opacity: 0.63;
- }
- 79.9% {
- opacity: 0.6;
- }
- 84.2% {
- opacity: 0.75;
- }
- 91.0% {
- opacity: 0.87;
- }
- }
- .request-content .logo,
- .result-content .logo {
- display: flex;
- justify-content: center;
- }
- .request-content .logo img,
- .result-content .logo img {
- width: 100%;
- max-width: 150px;
- }
- @media (max-width: 767px) {
- .request-content .logo img,
- .result-content .logo img {
- max-width: 110px;
- }
- }
- .result-content {
- padding: 20px 0 50px;
- }
- .result-content a {
- text-decoration: none;
- }
- .result-content p {
- margin-bottom: 0;
- }
- .result-content ul {
- list-style: none;
- padding: 0;
- }
- .result-content .logo {
- margin-bottom: 25px;
- }
- .result-content .line {
- position: relative;
- z-index: 100;
- padding: 25px 0;
- border-top: 1px solid #959595;
- border-bottom: 1px solid #959595;
- }
- @media (max-width: 767px) {
- .result-content .line {
- border-bottom: none;
- }
- }
- .result-content .bg-text {
- position: absolute;
- font-size: 20em;
- top: 20px;
- left: 0;
- color: #fff;
- }
- @media (max-width: 767px) {
- .result-content .bg-text {
- display: none;
- }
- }
- .result-content .tab-list {
- margin: 0;
- padding: 0;
- display: none;
- justify-content: center;
- position: absolute;
- z-index: 1000;
- top: 15px;
- left: 0;
- right: 0;
- }
- @media (max-width: 575px) {
- .result-content .tab-list {
- top: 10px;
- }
- }
- .result-content .tab-list li {
- margin: 0 20px;
- }
- .result-content .tab-list li a {
- color: #959595;
- }
- .result-content .tab-list #underline {
- position: absolute;
- bottom: -1px;
- left: 40px;
- width: 40px;
- height: 1px;
- z-index: 1000;
- background-color: #fff;
- transition: width 0.3s;
- }
- .result-content .card-item {
- position: relative;
- width: 100%;
- height: 550px;
- background-image: url("../img/result-bg.png");
- background-size: auto;
- background-position: center;
- background-repeat: no-repeat;
- border-radius: 20px;
- }
- @media (max-width: 991px) {
- .result-content .card-item {
- height: 690px;
- }
- }
- @media (max-width: 575px) {
- .result-content .card-item {
- height: 800px;
- }
- }
- .result-content .card-item::before {
- content: "";
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- border-radius: 20px;
- background-color: rgba(5, 13, 21, 0.8);
- -webkit-backdrop-filter: blur(2px);
- backdrop-filter: blur(2px);
- }
- .result-content .card-item .main-info {
- height: 80%;
- justify-content: center;
- }
- @media (max-width: 991px) {
- .result-content .card-item .main-info {
- align-items: center;
- flex-direction: column;
- }
- }
- @media (max-width: 991px) {
- .result-content .card-item .main-info.type .chart-box {
- top: -28%;
- }
- }
- @media (max-width: 991px) {
- .result-content .card-item .main-info.type .chart-text {
- top: 18.5%;
- }
- }
- .result-content .card-item .chart-box {
- position: absolute;
- z-index: 100;
- height: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- @media (max-width: 991px) {
- .result-content .card-item .chart-box {
- top: -30%;
- }
- }
- .result-content .card-item .chart-box #chart {
- width: 300px !important;
- }
- @media (max-width: 991px) {
- .result-content .card-item .chart-box #chart {
- width: 200px !important;
- }
- }
- .result-content .chart-text {
- position: absolute;
- z-index: 100;
- font-size: 42px;
- font-weight: 500;
- color: #fff;
- text-align: center;
- }
- @media (max-width: 991px) {
- .result-content .chart-text {
- top: 17%;
- font-size: 30px;
- }
- }
- .result-content .chart-text.range {
- display: none;
- }
- @media (max-width: 991px) {
- .result-content .chart-text.range {
- top: 10%;
- }
- }
- @media (max-width: 575px) {
- .result-content .chart-text.range {
- top: 11.5%;
- }
- }
- .result-content .chart-text.range .tilde {
- position: absolute;
- left: 50px;
- transform: rotate(90deg);
- }
- @media (max-width: 767px) {
- .result-content .chart-text.range .tilde {
- left: 35px;
- }
- }
- .result-content .price-card {
- position: absolute;
- z-index: 100;
- color: #fff;
- }
- @media (max-width: 991px) {
- .result-content .price-card {
- top: 39%;
- left: 0;
- right: 0;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- }
- @media (max-width: 575px) {
- .result-content .price-card {
- padding: 0 15px;
- }
- }
- .result-content .price-card ul {
- width: 250px;
- max-width: 100%;
- margin-bottom: 0;
- padding: 15px 0 25px;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 20px;
- border-radius: 10px;
- border: 1px solid #fff;
- }
- @media (max-width: 991px) {
- .result-content .price-card ul {
- width: 100%;
- padding: 10px 0;
- display: flex;
- flex-wrap: wrap;
- flex-direction: row;
- justify-content: space-evenly;
- }
- }
- @media (max-width: 575px) {
- .result-content .price-card ul {
- max-width: 450px;
- width: 95%;
- margin: auto;
- font-size: 14px;
- }
- }
- .result-content .price-card ul li span {
- width: 90px;
- display: inline-block;
- text-align: center;
- border-bottom: 1px solid #fff;
- font-size: 28px;
- font-weight: 500;
- }
- @media (max-width: 575px) {
- .result-content .price-card ul li span {
- width: 70px;
- font-size: 20px;
- }
- }
- .result-content .price-card small {
- margin-top: 20px;
- display: block;
- color: #B7B7B7;
- text-align: center;
- }
- @media (max-width: 991px) {
- .result-content .price-card small {
- margin-top: 10px;
- }
- }
- @media (max-width: 767px) {
- .result-content .price-card small {
- width: 90%;
- text-align: end;
- }
- }
- @media (max-width: 991px) {
- .result-content .price-card .main {
- max-width: 480px;
- }
- }
- @media (max-width: 575px) {
- .result-content .price-card .main {
- max-width: 430px;
- }
- }
- .result-content .price-card .partial {
- width: 280px;
- display: none;
- }
- @media (max-width: 991px) {
- .result-content .price-card .partial {
- /* Grid */
- width: 600px;
- max-width: 100%;
- grid-template-columns: repeat(auto-fit, minmax(220px, max-content));
- padding: initial;
- }
- }
- @media (max-width: 767px) {
- .result-content .price-card .partial {
- width: 500px;
- grid-template-columns: repeat(auto-fit, minmax(180px, max-content));
- font-size: 16px;
- }
- }
- @media (max-width: 575px) {
- .result-content .price-card .partial {
- width: 350px;
- grid-template-columns: repeat(auto-fit, minmax(300px, max-content));
- font-size: 14px;
- }
- }
- .result-content .price-card .partial li {
- display: flex;
- align-items: end;
- justify-content: center;
- }
- @media (max-width: 991px) {
- .result-content .price-card .partial li {
- padding: 0px 10px 10px;
- }
- }
- .result-content .price-card .partial li span {
- margin: 0 5px;
- width: 120px;
- }
- @media (max-width: 767px) {
- .result-content .price-card .partial li span {
- width: 100px;
- font-size: 24px;
- }
- }
- .result-content .price-card .partial li p {
- width: 80px;
- text-align: center;
- }
- .result-content .info-item {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-around;
- }
- .result-content .info-item h3 {
- font-size: 24px;
- line-height: 32px;
- text-align: center;
- }
- @media (max-width: 1200px) {
- .result-content .info-item h3 {
- font-size: 20px;
- }
- }
- .result-content .info-item h4 {
- font-size: 16px;
- font-weight: 300;
- color: #34404B;
- }
- @media (max-width: 1200px) {
- .result-content .info-item h4 {
- font-size: 15px;
- }
- }
- @media (max-width: 991px) {
- .result-content .info-item,
- .result-content .info-item img {
- margin-top: 25px;
- }
- }
- .result-content .info-item img {
- width: 100%;
- height: 450px;
- max-width: 330px;
- -o-object-fit: cover;
- object-fit: cover;
- border-radius: 0 0 50% 0;
- }
- .result-content .info-item .img-block {
- position: relative;
- }
- .result-content .info-item .img-block a {
- display: block;
- position: absolute;
- bottom: 0;
- right: 0;
- z-index: 1000;
- }
- .result-content .info-item .img-block a img {
- width: 150px;
- height: 150px;
- }
- .result-content .info-item .img-block a .btn {
- position: relative;
- z-index: 100;
- transition: all 0.3s;
- }
- .result-content .info-item .img-block a .btn:hover {
- opacity: 0.9;
- }
- .result-content .info-item .img-block a .text {
- width: 140px;
- height: 140px;
- position: absolute;
- left: 5px;
- top: 2px;
- animation: rotate 15s linear infinite;
- }
- .result-content .info-item .img-block a .bg {
- position: absolute;
- left: 0px;
- top: -3px;
- z-index: -1;
- }
- @keyframes rotate {
- from {
- transform: rotate(0deg);
- }
- to {
- transform: rotate(360deg);
- }
- }
- .result-content .info-card {
- width: 93%;
- margin: 30px;
- position: absolute;
- bottom: 0;
- background: #fff;
- border-radius: 10px;
- }
- @media (max-width: 767px) {
- .result-content .info-card {
- margin: 20px;
- }
- }
- @media (max-width: 575px) {
- .result-content .info-card {
- padding: 0 20px;
- }
- }
- .result-content .info-card .row {
- padding: 20px 0;
- }
- @media (max-width: 991px) {
- .result-content .info-card .row {
- padding: 0 0 15px;
- justify-content: center;
- }
- }
- @media (max-width: 991px) {
- .result-content .info-card .row div:first-child {
- width: 400px;
- }
- }
- .result-content .info-card .row ul {
- margin: 0;
- padding: 0;
- }
- @media (max-width: 991px) {
- .result-content .info-card .row ul {
- width: 100%;
- display: flex;
- justify-content: space-between;
- }
- }
- .result-content .info-card .row ul li {
- font-weight: 500;
- }
- .result-content .info-card .row .caption {
- display: flex;
- align-items: center;
- justify-content: space-around;
- }
- @media (max-width: 1200px) {
- .result-content .info-card .row .caption {
- flex-direction: column;
- }
- }
- @media (max-width: 991px) {
- .result-content .info-card .row .caption {
- width: 400px;
- flex-direction: row;
- justify-content: space-between;
- }
- }
- .result-content .info-card .row .caption h3 {
- font-size: 18px;
- color: #34404B;
- margin-bottom: 0;
- }
- .result-content .info-card .row .caption small {
- font-size: 14px;
- color: #EE751B;
- }
- .result-content .info-card .row .caption p {
- max-width: 220px;
- font-size: 14px;
- color: #959595;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- }
- @media (max-width: 575px) {
- .result-content .info-card .row .caption section {
- width: 100%;
- }
- }
- @media (max-width: 991px) {
- .result-content .info-card .row .border-end {
- padding: 10px;
- border-right: none !important;
- border-bottom: 2px solid #dddddd;
- }
- }
- .result-content .info-card .row .reset-btn {
- width: 100%;
- height: 100%;
- border: none;
- border-radius: 10px;
- background-color: #B7B7B7;
- color: #fff;
- transition: all 0.3s;
- }
- @media (max-width: 991px) {
- .result-content .info-card .row .reset-btn {
- width: 180px;
- height: 50px;
- margin: 15px auto 0;
- }
- }
- .result-content .info-card .row .reset-btn:hover {
- background-color: #959595;
- }
- @media (max-width: 767px) {
- .result-content .style-list {
- border-top: 1px solid #959595;
- }
- }
- .result-content .style-list p {
- padding: 20px;
- margin-bottom: 0;
- font-size: 20px;
- font-weight: 500;
- color: #34404B;
- text-align: center;
- }
- .result-content .style-list a {
- display: block;
- position: relative;
- overflow: hidden;
- border-radius: 10px;
- }
- .result-content .style-list a:hover img {
- transform: scale(1.1);
- }
- .result-content .style-list a p {
- padding: 5px;
- position: absolute;
- bottom: 0;
- left: 0;
- right: 0;
- font-size: 18px;
- background: rgba(255, 255, 255, 0.75);
- }
- .result-content .style-list a img {
- width: 100%;
- height: 180px;
- -o-object-fit: cover;
- object-fit: cover;
- border-radius: 10px;
- transition: all 0.5s;
- box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
- }
- @media (max-width: 575px) {
- .result-content .style-list a img {
- height: 120px;
- }
- }
- /* request End */
- .column-list a {
- text-decoration: none;
- }
- .column-list button {
- width: 100%;
- display: flex;
- justify-content: center;
- border: none;
- background-color: transparent;
- }
- .column-list .bg-img {
- width: 100%;
- height: 15vw;
- -o-object-fit: cover;
- object-fit: cover;
- }
- @media (max-width: 991px) {
- .column-list .bg-img {
- height: 30vw;
- width: 50vw;
- }
- }
- @media (max-width: 767px) {
- .column-list .bg-img {
- width: 100%;
- }
- }
- @media (max-width: 575px) {
- .column-list .bg-img {
- height: 35vw;
- width: 85vw;
- }
- }
- .column-list .card-title {
- font-size: 1.125rem;
- font-weight: 600;
- color: #727679;
- letter-spacing: 1px;
- line-height: 1.5;
- text-align: left;
- }
- .column-list .card-body {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .column-list .badge-list {
- display: flex;
- flex-wrap: wrap;
- }
- .column-list .badge-list p {
- margin: 4px 7px 4px 0;
- padding: 3px 6px;
- font-size: 12px;
- font-weight: 500;
- border: 1px solid #ee751b;
- border-radius: 5px;
- color: #ee751b;
- }
- #columnModal .modal-title {
- color: #34404b;
- font-size: 1.5rem;
- font-weight: 700;
- margin-bottom: 0.5rem;
- }
- #columnModal .cover-img {
- max-width: 80%;
- }
- @media (max-width: 991px) {
- #columnModal .cover-img {
- max-width: 100%;
- }
- }
- #columnModal pre {
- line-height: 2;
- }
- #columnModal pre code {
- color: #727679;
- letter-spacing: 2px;
- font-size: 16px;
- font-family: "Noto Sans TC", sans-serif;
- }
- #columnModal .content h1,
- #columnModal .content h2,
- #columnModal .content h3 {
- display: flex;
- margin: 1.5rem 0;
- font-weight: bold;
- }
- #columnModal .content h2 {
- color: #800000;
- font-size: 20px;
- }
- #columnModal .content h3 {
- font-size: 18px;
- }
- #columnModal .content p {
- color: #727679;
- line-height: 2;
- }
- #columnModal .content ul li {
- margin-bottom: 10px;
- color: #727679;
- }
- #columnModal .content ul li:last-child {
- margin-bottom: 0;
- }
- #columnModal a {
- font-size: 1rem;
- text-decoration: none;
- color: #3366ff;
- }
- #rightSidebar {
- position: sticky;
- }
- @media (max-width: 767px) {
- #rightSidebar {
- padding: 0;
- }
- }
- .text-primary {
- color: #ee751b !important;
- }
- .main-title {
- padding: 20px 40px;
- margin: 25px auto;
- background-image: url("../img/banner-05.png");
- background-color: rgba(0, 0, 0, 0.6);
- background-blend-mode: multiply;
- background-size: cover;
- background-position: center center;
- color: #fff;
- }
- @media (max-width: 767px) {
- .main-title {
- padding: 20px;
- margin: 5px auto 25px;
- }
- }
- .main-title h2,
- .main-title h3 {
- line-height: 1.5;
- letter-spacing: 1px;
- }
- .main-title h3 {
- margin-top: 1rem;
- font-size: 1.25rem;
- }
- @media (max-width: 767px) {
- .main-title h3 {
- font-size: 1rem;
- }
- }
- .btn-outline-primary {
- color: #ee751b;
- background-color: transparent;
- border-color: #ee751b;
- }
- .btn-outline-primary:hover {
- color: #fff;
- border-color: #ee751b;
- background-color: #ee751b;
- }/*# sourceMappingURL=request.css.map */
|