123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453 |
- // <!-- -------------common----------------->
- $main-color: #727679;
- .radarBox {
- width: 50%;
- margin: 0;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- width: 100%;
- background-color: #FFF;
- box-shadow: 0 1px 10px #cecece;
- }
- canvas {
- transform: unset;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- transform: scale(0.85);
- margin-left: auto;
- margin-right: auto;
- }
- }
- }
- .text-underline {
- text-decoration: underline;
- }
- .swiper-button-next, .swiper-button-prev {
- &:focus {
- outline: none !important;
- display: none;
- }
- }
- // <!-- ---------------------建案(左:雷達圖/右:簡介+社群媒體分享)------------------------->
- .intro {
- padding: 1.5rem 0;
- &__section {
- padding: 1rem;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- padding: 0;
- }
- }
- &__section__info {
- padding: 1rem;
- color: $main-color;
- position: relative;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- padding: 0.5rem 0.7rem;
- }
- }
- &__infoItems {
- padding: 1rem 0 0 0;
- line-height: 1.5;
- min-width: 87%;
- transition: all 300ms ease-in-out;
- @media(max-width: 1199px) {
- padding: 0 0 1.5rem 1rem;
- }
- @media(max-width: 992px) {
- padding: 0 0 1.5rem 0;
- max-width: 100%;
- }
- @media(max-width: 576px) {
- padding: 0;
- line-height: 2;
- }
- }
- &__infoItems__list {
- display: flex;
- &--lf {
- flex-basis: 13%;
- flex-grow: 0;
- max-width: 13%;
- display: flex;
- justify-content: flex-end;
- align-items: start;
- transition: all 300ms ease-in-out;
- @media(max-width: 1199px) {
- flex-basis: 20%;
- }
- @media(max-width: 992px) {
- flex-basis: 30%;
- max-width: 30%;
- }
- @media(max-width: 576px) {
- flex-basis: 25%;
- max-width: 25%;
- }
- @media(max-width: 321px) {
- flex-basis: 30%;
- max-width: 30%;
- }
- }
- &--rt {
- flex-basis: 87%;
- flex-grow: 0;
- max-width: 87%;
- justify-content: start;
- word-break: break-all;
- @media(max-width: 576px) {
- flex-basis: 70%;
- max-width: 70%;
- }
- }
- .small {
- color: #AAA;
- }
- a {
- &:hover {
- color: #727679;
- }
- }
- }
- .marked-dollar {
- position: absolute;
- right: 15px;
- top: 15px;
- }
- .marked {
- font-size: 2.5rem;
- font-weight: bold;
- color: #FF0000;
- line-height: 0.9;
- margin: 0 0.5rem 0 0;
- transition: all 300ms ease-in-out;
- @media(max-width: 1199px) {
- font-size: 2.5rem;
- }
- @media(max-width: 992px) {
- font-size: 1.5rem;
- }
- @media(max-width: 576px) {
- font-size: 1.5rem;
- color: #FF0000;
- line-height: 1.2;
- }
- }
- &__section__contact {
- padding: 0.5rem;
- width: 50%;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- padding: 1rem;
- width: 100%;
- }
- .contactTitle-wrapper {
- line-height: 1.2;
- }
- .contactTitle {
- color: #727679;
- font-size: 1.125rem;
- font-weight: normal;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- font-size: 1.125rem;
- font-weight: bold;
- }
- }
- a {
- color: #EE751B;
- font-size: 1.5rem;
- font-weight: bold;
- padding: 0;
- transition: all 300ms ease-in-out;
- @media(max-width: 1199px) {
- font-size: 1.1rem;
- }
- @media(max-width: 576px) {
- padding: 0.5rem 0;
- font-size: 1.5rem;
- }
- }
- .btn {
- padding: 0.9rem 2rem;
- transition: all 300ms ease-in-out;
- @media(max-width: 1199px) {
- padding: 0.5rem 1rem;
- }
- @media(max-width: 992px) {
- padding: 0.5rem;
- }
- }
- }
- }
- .introShort {
- &__above {
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- &__vr {
- top: 15px;
- right: 15px;
- text-align: center;
- color: #EE751B;
- border: 1px solid #EE751B;
- border-radius: 0.25rem;
- line-height: 1.1;
- transform: scale(0.9);
- padding: 0.5rem 0.8rem;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- top: 16px;
- right: 15px;
- padding: 0;
- line-height: 1.2;
- }
- &:hover {
- cursor: pointer;
- }
- &__big {
- font-size: 265%;
- font-weight: bold;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- font-size: 170%;
- }
- }
- &__text {
- &::before {
- content: '全景預覽';
- display: inline-block;
- transform: scale(0.8);
- @media(max-width: 576px) {
- transform: scale(0.75);
- }
- }
- }
- }
- &__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;
- transform: scale(0.9);
- padding: 0.5rem;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- top: 16px;
- right: 15px;
- padding: 0;
- line-height: 1.2;
- }
- &:hover {
- cursor: pointer;
- }
- &__big {
- font-size: 265%;
- font-weight: bold;
- transform: scale(0.75);
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- font-size: 170%;
- transform: unset;
- }
- }
- &__text {
- &::before {
- content: '實價登錄';
- display: inline-block;
- transform: scale(0.8);
- @media(max-width: 576px) {
- transform: scale(0.75);
- }
- }
- }
- }
- &__content {
- margin: 1rem 0 0;
- color: #727679;
- }
- }
- // <!-- --------------------------------建案-影片----------------------------------->
- .buildVideo {
- &__bgImg {
- height: 406px;
- background-repeat: no-repeat;
- background-size: cover;
- background-position: center;
- position: relative;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- height: 250px;
- }
- }
- &__play {
- position: absolute;
- top: 43%;
- left: 47%;
- width: 55px;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- top: 35%;
- left: 40%;
- width: 85px;
- height: 85px;
- }
- }
- &__link {
- position: relative;
- display: flex;
- justify-content: center;
- align-items: center;
- max-width: 1310px;
- margin: 0 auto;
- background: #fff;
- min-height: 750px;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- min-height: unset;
- }
- }
- &__img {
- max-height: 650px;
- }
- picture {
- img {
- position: absolute;
- top: 45%;
- left: 45.5%;
- width: 110px;
- height: 110px;
- }
- }
- .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;
- }
- .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;
- }
- }
- // <!-- ---------------------------------專欄(PC-2欄、mb-單欄)----------------------------------->
- .buildSlider {
- &__bgImg {
- height: 406px;
- background-repeat: no-repeat;
- background-size: 100% 100%;
- background-position: center;
- }
- &__title {
- margin: 0.5rem 0;
- color: #43484C;
- font-size: 1.125rem;
- &--ellipse {
- -webkit-box-orient: vertical;
- -moz-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;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- font-size: 1rem;
- }
- }
- }
- a {
- &:hover {
- color: #727679;
- }
- }
- }
- .card {
- .card-link {
- position: relative;
- picture img {
- position: absolute;
- top: 45%;
- left: 45%;
- width: 46px;
- height: 46px;
- transition: all 300ms ease-in-out;
- @media(max-width: 576px) {
- top: 39%;
- left: 39%;
- width: 40px;
- height: 40px;
- }
- }
- }
- }
|