123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393 |
- @whiteColor: #fff;
-
- .Guide-Home-box {
- padding: 30px;
- .room-box-info-ROOM {
- display: flex;
- padding: 10px;
- .room-bi-name-ROOM {
- width: 100%;
- .room-bin-title-ROOM {
- margin: 3vw 3vw;
- color: rgb(125, 125, 125);
- }
- .room-bint-nameInfo-ROOM {
- font-weight: 800;
- display: flex;
- -webkit-border-radius: 4em;
- -moz-border-radius: 4em;
- border-radius: 40px 40px 40px 40px;
- font-size: 28px;
- padding: 1em 3vw;
- box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- }
- }
- }
- // -----------------房屋位置
- .room-box-info-HouLocation {
- display: flex;
- padding: 10px;
-
- .room-bi-name-HouLocation {
- width: 100%;
-
- .room-bin-title-HouLocation {
- margin: 3vw 3vw;
- color: rgb(125, 125, 125);
- }
- .room-bint-nameInfo-HouLocation {
- font-weight: 800;
- display: flex;
- -webkit-border-radius: 4em;
- -moz-border-radius: 4em;
- border-radius: 40px 40px 40px 40px;
- font-size: 28px;
-
- // border-radius: 2em;
- padding: 0.5em 3vw;
- box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- .room-bint-nameInfo-bool-HouLocation {
- padding: 3vw 0;
- width: 65vw;
- overflow: hidden;
- }
- .room-bint-nameInfo-bool-oen-HouLocation {
- font-weight: normal;
- width: 65vw;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 24px;
- color: rgb(125, 125, 125);
- }
- .room-bintn-button-HouLocation {
- display: inline-grid;
- position: relative;
- right: -7vw;
- .room-bintn-image-HouLocation {
- width: 35px;
- height: 35px;
- margin: auto;
- }
- .room-bintn-text-HouLocation {
- font-weight: 100;
- font-size: 26px;
- color: black;
- }
- }
- }
- }
- }
- // -----------------停车场位置
-
- .room-box-info-Parking {
- display: flex;
- padding: 10px;
- .room-bi-name-Parking {
- width: 100%;
-
- .room-bin-title-Parking {
- margin: 3vw 3vw;
- color: rgb(125, 125, 125);
- }
- .room-bint-nameInfo-Parking {
- font-weight: 800;
- display: flex;
- -webkit-border-radius: 4em;
- -moz-border-radius: 4em;
- border-radius: 40px 40px 40px 40px;
- font-size: 28px;
- // border-radius: 2em;
- padding: 0.5em 3vw;
- box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- .room-bint-nameInfo-bool-Parking {
- padding: 3vw 0;
- width: 65vw;
- overflow: hidden;
- }
- .room-bint-nameInfo-bool-oen-Parking {
- font-weight: normal;
- width: 65vw;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- font-size: 24px;
- color: rgb(125, 125, 125);
- }
- .room-bintn-button-Parking {
- display: inline-grid;
- position: relative;
- right: -7vw;
- .room-bintn-image-Parking {
- width: 35px;
- height: 35px;
- margin: auto;
- }
- .room-bintn-text-Parking {
- font-weight: 100;
- font-size: 26px;
- color: black;
- }
- }
- }
- }
- }
-
- // -----------------WIFI
-
- .room-box-info-WIFIContent {
- display: flex;
- padding: 10px;
- .room-bi-name-WIFIContent {
- width: 100%;
-
- .room-bin-title-WIFIContent {
- margin: 3vw 3vw;
- color: rgb(125, 125, 125);
- }
- .room-bint-nameInfo-WIFIContent {
- border-radius: 40px 40px 40px 40px;
- padding: 0.5em 3vw;
- -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.12);
- box-shadow: 0 8px 38px 0 rgba(0, 0, 0, 0.12);
- .room-bint-nameInfo-bool-WIFIContent-wifi {
- width: 65vw;
- overflow: hidden;
- font-size: 24px;
- color: #7d7d7d;
- display: -webkit-inline-box;
- }
- .room-bint-nameInfo-bool-WIFIContent-password {
- width: 65vw;
- overflow: hidden;
- white-space: nowrap;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- font-size: 24px;
- color: #7d7d7d;
- display: inline-table;
- }
- .room-bintn-button-WIFIContent {
- display: inline-grid;
- position: relative;
- right: -9vw;
- top: -3vw;
- .room-bintn-image-WIFIContent {
- width: 35px;
- height: 35px;
- margin: auto;
- }
- .room-bintn-text-WIFIContent {
- text-align: center;
- font-weight: 100;
- font-size: 26px;
- color: black;
- }
- }
- }
- }
- }
-
- // ---------------------------------
- .articleCard {
- margin-top: 60px;
- width: calc(100% - 60px);
- // height: 1066px;
- background: #ffffff;
- border-radius: 12px;
- box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
- padding-bottom: 66px;
- margin-bottom: 20px;
-
- .articleCard-title {
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- line-height: 44px;
- text-align: center;
- padding: 30px auto;
- padding-top: 30px;
- }
- .articleCard-content {
- width: 100%;
- text-align: center;
- padding: 30px 0 20px 0;
- .articleCard-image {
- width: 630px;
- height: 378px;
- }
- }
- .articleCard-textarea {
- width: 629px;
- margin: 0 auto;
- .articleCard-textarea-title {
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- line-height: 54px;
- }
- .articleCard-textarea-content {
- font-size: 28px;
- font-weight: 400;
- color: #202020;
- line-height: 54px;
- padding-bottom: 10px;
- }
- }
- }
-
- .Guide-image-text-box {
- width: 472px;
- height: 548px;
- margin: auto;
- margin-top: 102px;
- margin-bottom: 103px;
- .Guide-images {
- width: 472px;
- height: 482px;
- }
- .Guide-text {
- width: 268px;
- font-weight: 400;
- color: #999;
- margin: auto;
- width: 268px;
- height: 26px;
- font-size: 26px;
- padding-top: 20px;
- }
- }
- .Guide-Content-box {
- margin: 30px 0 60px 0;
- .title-image {
- display: flex;
- height: 40px;
- padding-bottom: 1em;
-
- .title-image-cup {
- width: 32px;
- height: 32px;
- margin-top: 10px;
- padding-right: 10px;
- align-items: center;
- }
-
- .title-title-boss {
- align-items: center;
- font-size: 32px;
- font-weight: 800;
- color: #202020;
- }
- }
- .showMore {
- width: 100%;
- background: linear-gradient(
- 0deg,
- rgba(248, 248, 248, 0.58) 42%,
- rgba(248, 248, 248, 0) 100%
- );
- font-size: 28px;
- font-weight: bold;
- color: #202020;
- text-align: center;
- position: relative;
- bottom: 7em;
- padding-top: 77px;
- padding-bottom: 20px;
- .moreTip {
- width: 38px;
- height: 19px;
- margin-top: 14px;
- }
- }
- }
- .Guide-bottom-box {
- width: calc(100% - 60px);
- position: absolute;
- z-index: 9999;
- }
-
- .Guide-bottom-two {
- bottom: 30px;
- }
-
- //攻略卡片.
- .Raiders-box-one {
- margin-bottom: 60px;
- display: flex;
-
- justify-content: space-around;
- .Raiders-imageLove {
- display: flex;
- position: absolute;
- width: 330px;
-
- .Raiders-image-Raiders {
- width: 99px;
- height: 37px;
- }
- .Raiders-image-loveOn {
- position: absolute;
- top: 12px;
- right: 21px;
- width: 22px;
- height: 20px;
- }
- }
- .Raiders-box {
- width: 330px;
- background: #ffffff;
- box-shadow: 0px 8px 38px 0px rgba(0, 0, 0, 0.12);
- border-radius: 24px;
-
- justify-content: space-between;
- .Raiders-image {
- width: 330px;
- height: 439px !important;
- border-radius: 24px 24px 0px 0px;
- }
- .Raiders-text {
- margin: auto;
- width: 287px;
- font-size: 24px;
- font-weight: 700;
- color: #404040;
- line-height: 46px;
- padding-top: 28px;
- margin-bottom: 42px;
- word-break: break-all;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- word-wrap: break-word;
- }
- .Raiders-kilometer-on {
- text-align: center;
- margin-bottom: 50px;
-
- .Raiders-kilometer {
- width: 18px;
- height: 24px;
- padding-right: 10px;
- }
- .Raiders-kilometer-image {
- width: 90px;
- height: 21px;
- font-size: 24px;
- font-weight: 400;
- color: #c0c8d3;
- }
- .Raiders-on-text {
- padding-left: 75px;
- width: 70px;
- height: 21px;
- font-size: 24px;
- font-weight: 400;
- color: #ff3434;
- }
- }
- }
- }
- }
|