123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580 |
- @charset "UTF-8";
- .radarBox {
- width: 50%;
- margin: 0;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .radarBox {
- width: 100%;
- background-color: #FFF;
- -webkit-box-shadow: 0 1px 10px #cecece;
- box-shadow: 0 1px 10px #cecece;
- }
- }
- .radarBox canvas {
- -webkit-transform: unset;
- transform: unset;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .radarBox canvas {
- -webkit-transform: scale(0.85);
- transform: scale(0.85);
- margin-left: auto;
- margin-right: auto;
- }
- }
- .text-underline {
- text-decoration: underline;
- }
- .swiper-button-next:focus, .swiper-button-prev:focus {
- outline: none !important;
- display: none;
- }
- .intro {
- padding: 1.5rem 0;
- }
- .intro__section {
- padding: 1rem;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .intro__section {
- padding: 0;
- }
- }
- .intro__section__info {
- padding: 1rem;
- color: #727679;
- position: relative;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .intro__section__info {
- padding: 0.5rem 0.7rem;
- }
- }
- .intro__infoItems {
- padding: 1rem 0 0 0;
- line-height: 1.5;
- min-width: 87%;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 1199px) {
- .intro__infoItems {
- padding: 0 0 1.5rem 1rem;
- }
- }
- @media (max-width: 992px) {
- .intro__infoItems {
- padding: 0 0 1.5rem 0;
- max-width: 100%;
- }
- }
- @media (max-width: 576px) {
- .intro__infoItems {
- padding: 0;
- line-height: 2;
- }
- }
- .intro__infoItems__list {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- }
- .intro__infoItems__list--lf {
- -ms-flex-preferred-size: 13%;
- flex-basis: 13%;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 13%;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: end;
- -ms-flex-pack: end;
- justify-content: flex-end;
- -webkit-box-align: start;
- -ms-flex-align: start;
- align-items: start;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 1199px) {
- .intro__infoItems__list--lf {
- -ms-flex-preferred-size: 20%;
- flex-basis: 20%;
- }
- }
- @media (max-width: 992px) {
- .intro__infoItems__list--lf {
- -ms-flex-preferred-size: 30%;
- flex-basis: 30%;
- max-width: 30%;
- }
- }
- @media (max-width: 576px) {
- .intro__infoItems__list--lf {
- -ms-flex-preferred-size: 25%;
- flex-basis: 25%;
- max-width: 25%;
- }
- }
- @media (max-width: 321px) {
- .intro__infoItems__list--lf {
- -ms-flex-preferred-size: 30%;
- flex-basis: 30%;
- max-width: 30%;
- }
- }
- .intro__infoItems__list--rt {
- -ms-flex-preferred-size: 87%;
- flex-basis: 87%;
- -webkit-box-flex: 0;
- -ms-flex-positive: 0;
- flex-grow: 0;
- max-width: 87%;
- -webkit-box-pack: start;
- -ms-flex-pack: start;
- justify-content: start;
- word-break: break-all;
- }
- @media (max-width: 576px) {
- .intro__infoItems__list--rt {
- -ms-flex-preferred-size: 70%;
- flex-basis: 70%;
- max-width: 70%;
- }
- }
- .intro__infoItems__list .small {
- color: #AAA;
- }
- .intro__infoItems__list a:hover {
- color: #727679;
- }
- .intro .marked-dollar {
- position: absolute;
- right: 15px;
- top: 15px;
- }
- .intro .marked {
- font-size: 2.5rem;
- font-weight: bold;
- color: #FF0000;
- line-height: 0.9;
- margin: 0 0.5rem 0 0;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 1199px) {
- .intro .marked {
- font-size: 2.5rem;
- }
- }
- @media (max-width: 992px) {
- .intro .marked {
- font-size: 1.5rem;
- }
- }
- @media (max-width: 576px) {
- .intro .marked {
- font-size: 1.5rem;
- color: #FF0000;
- line-height: 1.2;
- }
- }
- .intro__section__contact {
- padding: 0.5rem;
- width: 50%;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .intro__section__contact {
- padding: 1rem;
- width: 100%;
- }
- }
- .intro__section__contact .contactTitle-wrapper {
- line-height: 1.2;
- }
- .intro__section__contact .contactTitle {
- color: #727679;
- font-size: 1.125rem;
- font-weight: normal;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .intro__section__contact .contactTitle {
- font-size: 1.125rem;
- font-weight: bold;
- }
- }
- .intro__section__contact a {
- color: #EE751B;
- font-size: 1.5rem;
- font-weight: bold;
- padding: 0;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 1199px) {
- .intro__section__contact a {
- font-size: 1.1rem;
- }
- }
- @media (max-width: 576px) {
- .intro__section__contact a {
- padding: 0.5rem 0;
- font-size: 1.5rem;
- }
- }
- .intro__section__contact .btn {
- padding: 0.9rem 2rem;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 1199px) {
- .intro__section__contact .btn {
- padding: 0.5rem 1rem;
- }
- }
- @media (max-width: 992px) {
- .intro__section__contact .btn {
- padding: 0.5rem;
- }
- }
- .introShort__above {
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: justify;
- -ms-flex-pack: justify;
- justify-content: space-between;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .introShort__vr {
- top: 15px;
- right: 15px;
- text-align: center;
- color: #EE751B;
- border: 1px solid #EE751B;
- border-radius: 0.25rem;
- line-height: 1.1;
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- padding: 0.5rem 0.8rem;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .introShort__vr {
- top: 16px;
- right: 15px;
- padding: 0;
- line-height: 1.2;
- }
- }
- .introShort__vr:hover {
- cursor: pointer;
- }
- .introShort__vr__big {
- font-size: 265%;
- font-weight: bold;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .introShort__vr__big {
- font-size: 170%;
- }
- }
- .introShort__vr__text::before {
- content: '全景預覽';
- display: inline-block;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- @media (max-width: 576px) {
- .introShort__vr__text::before {
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- }
- }
- .introShort__price {
- top: 15px;
- right: 15px;
- text-align: center;
- color: #EE751B;
- border: 1px solid #EE751B;
- border-radius: 0.25rem;
- background: #ee7518;
- color: #FFF;
- line-height: 1.1;
- -webkit-transform: scale(0.9);
- transform: scale(0.9);
- padding: 0.5rem;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .introShort__price {
- top: 16px;
- right: 15px;
- padding: 0;
- line-height: 1.2;
- }
- }
- .introShort__price:hover {
- cursor: pointer;
- }
- .introShort__price__big {
- font-size: 265%;
- font-weight: bold;
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .introShort__price__big {
- font-size: 170%;
- -webkit-transform: unset;
- transform: unset;
- }
- }
- .introShort__price__text::before {
- content: '實價登錄';
- display: inline-block;
- -webkit-transform: scale(0.8);
- transform: scale(0.8);
- }
- @media (max-width: 576px) {
- .introShort__price__text::before {
- -webkit-transform: scale(0.75);
- transform: scale(0.75);
- }
- }
- .introShort__content {
- margin: 1rem 0 0;
- color: #727679;
- }
- .buildVideo__bgImg {
- height: 406px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- position: relative;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .buildVideo__bgImg {
- height: 250px;
- }
- }
- .buildVideo__play {
- position: absolute;
- top: 43%;
- left: 47%;
- width: 55px;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .buildVideo__play {
- top: 35%;
- left: 40%;
- width: 85px;
- height: 85px;
- }
- }
- .buildVideo__link {
- position: relative;
- display: -webkit-box;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-pack: center;
- -ms-flex-pack: center;
- justify-content: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
- max-width: 1310px;
- margin: 0 auto;
- background: #fff;
- min-height: 750px;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .buildVideo__link {
- min-height: unset;
- }
- }
- .buildVideo__img {
- max-height: 650px;
- }
- .buildVideo picture img {
- position: absolute;
- top: 45%;
- left: 45.5%;
- width: 110px;
- height: 110px;
- }
- .buildVideo .swiper-button-prev:after {
- content: '';
- width: 23px;
- height: 40px;
- background: url("../../images/rv_web/arrow-left.png") no-repeat;
- background-position: center;
- display: inline-block;
- }
- .buildVideo .swiper-button-next:after {
- content: '';
- width: 23px;
- height: 40px;
- background: url("../../images/rv_web/arrow-right.png") no-repeat;
- background-position: center;
- display: inline-block;
- }
- .buildSlider__bgImg {
- height: 406px;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- .buildSlider__title {
- margin: 0.5rem 0;
- color: #43484C;
- font-size: 1.125rem;
- }
- .buildSlider__title--ellipse {
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-line-clamp: 2;
- height: calc(18px * 2 *1.5);
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- }
- .likeSee__tag--item {
- font-size: 1.125rem;
- font-weight: bold;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .likeSee__tag--item {
- font-size: 1rem;
- }
- }
- .likeSee a:hover {
- color: #727679;
- }
- .card .card-link {
- position: relative;
- }
- .card .card-link picture img {
- position: absolute;
- top: 45%;
- left: 45%;
- width: 46px;
- height: 46px;
- -webkit-transition: all 300ms ease-in-out;
- transition: all 300ms ease-in-out;
- }
- @media (max-width: 576px) {
- .card .card-link picture img {
- top: 39%;
- left: 39%;
- width: 40px;
- height: 40px;
- }
- }
- /*# sourceMappingURL=rv_web2.css.map */
|