Files
gterFang/src/assets/styles/apartmentDetail.less
DESKTOP-RQ919RC\Pc 8284e385c2 style(apartmentDetail): 调整标签元素的宽度和高度样式
修改了公寓详情页中标签元素的样式,将宽度属性改为高度属性以改善布局显示
2025-06-10 15:08:21 +08:00

1733 lines
61 KiB
Plaintext

.content {
margin: -36px auto 0;
position: relative;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
.header {
margin-bottom: 20px;
.top {
width: 1200px;
height: 65px;
background: -webkit-linear-gradient(356.899508550192deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
background: -moz-linear-gradient(93.1004914498078deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
background: linear-gradient(93.1004914498078deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
border-radius: 16px 16px 0 0;
padding: 0 30px;
position: relative;
.brand-name {
height: 22px;
background-color: rgba(128, 108, 36, 1);
border-radius: 8px;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
color: #fdda55;
padding: 0 11px;
margin-top: 12px;
margin-right: 10px;
font-size: 14px;
}
.brand-abstract {
color: #806c24;
font-size: 14px;
padding-top: 13px;
.item {
cursor: pointer;
&:not(:last-of-type):hover {
color: rgb(51, 51, 51);
text-decoration: underline;
}
}
.arrow {
margin: 0 13px;
width: 7px;
height: 10px;
}
}
.arc-bj {
position: absolute;
bottom: 20px;
right: 0;
width: 20px;
z-index: 1;
// height: 20px;
// background-color: #fff;
.arc {
width: 100%;
height: 100%;
background: rgba(204, 253, 191, 1);
border-radius: 0 0 100% 0;
}
}
}
.header-content {
background-color: #fff;
padding: 25px 30px;
margin-top: -20px;
border-radius: 16px 0 16px 16px;
position: relative;
.header-left {
width: 511px;
.slideshow {
position: relative;
margin-bottom: 8px;
::v-deep .el-carousel {
.el-carousel__container {
width: 511px;
height: 340px;
}
.el-carousel__item {
width: 511px;
height: 340px;
display: flex;
align-items: center;
border-radius: 8px;
.img {
width: 100%;
object-fit: cover;
height: 340px;
display: block;
cursor: pointer;
}
.video-icon {
}
}
}
.indicate-type {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
height: 24px;
background-color: rgba(255, 255, 255, 1);
border-radius: 36px;
font-size: 16px;
color: #ffffff;
.indicate-item {
height: 100%;
padding: 0 11px;
font-size: 14px;
color: #555555;
line-height: 24px;
cursor: pointer;
&.pitch {
border-radius: 36px;
color: #ffffff;
background-color: rgba(249, 93, 93, 1);
}
}
}
.indicate {
font-size: 13px;
color: #ffffff;
height: 20px;
line-height: 20px;
background-color: rgba(0, 0, 0, 0.494117647058824);
border-radius: 36px;
padding: 0 7px;
position: absolute;
bottom: 10px;
right: 10px;
}
}
.slideshow-across {
width: 511px;
height: 70px;
background-color: rgba(246, 246, 246, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 4px;
.slideshow-btn {
width: 32px;
height: 100%;
cursor: pointer;
user-select: none;
&.left {
// transform: rotate(180deg);
}
}
.box {
width: 360px;
overflow: auto;
.item {
height: 60px;
margin-right: 6px;
position: relative;
cursor: pointer;
border-radius: 6px;
&::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
background-color: rgba(255, 255, 255, 0.501960784313725);
transform: translate(-50%, -50%);
transition: width 0.3s, height 0.3s;
}
&:hover::after {
width: 0;
height: 0;
}
&.pitch {
&::after {
width: 0;
height: 0;
}
}
.video-icon {
width: 44px;
height: 44px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
.img {
height: 100%;
border-radius: 6px;
}
}
}
.arrow {
width: 10px;
height: 17px;
}
}
}
.header-right {
margin-left: 59px;
position: relative;
z-index: 1;
.header-bj,
.header-shade {
width: 601px;
height: 338px;
position: absolute;
bottom: -25px;
right: -30px;
z-index: -1;
border-radius: 0 0 16px 0;
}
.tab-box {
flex-wrap: wrap;
margin-bottom: 9px;
.tab-item {
// height: 24px;
background: -webkit-linear-gradient(145.829772035587deg, rgba(224, 240, 255, 1) 0%, rgba(98, 177, 255, 1) 297%);
background: -moz-linear-gradient(-55.8297720355872deg, rgba(224, 240, 255, 1) 0%, rgba(98, 177, 255, 1) 297%);
background: linear-gradient(-55.8297720355872deg, rgba(224, 240, 255, 1) 0%, rgba(98, 177, 255, 1) 297%);
border-radius: 8px;
font-size: 14px;
color: #447eb3;
line-height: 24px;
padding: 0 7px;
margin-bottom: 12px;
margin-right: 10px;
}
}
.apartment-name {
// font-size: 28px;
// color: #000000;
// line-height: 46px;
margin-bottom: 20px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 32px;
color: #000000;
}
.label-list {
flex-wrap: wrap;
padding-bottom: 14px;
border-bottom: 1px solid #ebebeb;
.label-item {
.safety-icon {
width: 14px;
height: 14px;
margin-right: 5px;
}
color: #434343;
text-align: center;
height: 22px;
line-height: 22px;
background-color: #eeeeee;
border-radius: 8px;
// color: #555555;
padding: 0 8px;
font-size: 13px;
margin-right: 10px;
margin-bottom: 10px;
&.blue {
color: #ffffff;
background-color: rgba(98, 177, 255, 1);
}
&.violet {
color: #ffffff;
background-color: rgba(128, 128, 255, 1);
}
&.red {
color: #ffffff;
background-color: rgba(249, 93, 93, 1);
}
}
}
.introduce {
padding-top: 20px;
border-bottom: 1px solid #ebebeb;
.introduce-head {
margin-bottom: 12px;
.icon {
width: 18px;
height: 18px;
}
.name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
margin-left: 12px;
margin-right: 11px;
}
.full-name {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
color: #555;
font-size: 14px;
}
.more {
color: #333333;
font-size: 14px;
cursor: pointer;
.icon {
width: 6px;
height: 10px;
margin-left: 10px;
}
}
}
.synopsis {
font-size: 14px;
color: #7f7f7f;
line-height: 24px;
margin-bottom: 21px;
white-space: pre-wrap;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
padding-left: 29px;
}
}
.place {
padding-top: 20px;
flex-direction: column;
.place-head {
.icon {
width: 18px;
height: 18px;
margin-right: 10px;
}
font-size: 14px;
color: #333333;
margin-bottom: 6px;
.more {
color: #555555;
line-height: 24px;
cursor: pointer;
.icon {
width: 6px;
height: 10px;
margin-left: 10px;
}
}
}
.figure {
font-size: 14px;
color: #555555;
text-align: right;
line-height: 26px;
padding-left: 28px;
margin-bottom: 7px;
.school {
font-family: "Arial-BoldMT", "Arial Bold", "Arial", sans-serif;
font-weight: 700;
font-style: normal;
color: #000000;
margin: 0 3px;
}
.btn {
font-size: 14px;
color: #62b1ff;
cursor: pointer;
margin-left: 10px;
}
}
.vehicle {
padding-left: 28px;
.item {
height: 22px;
border: 1px solid rgba(127, 127, 127, 1);
border-radius: 30px;
font-size: 12px;
color: #333333;
padding: 0 8px;
width: fit-content;
margin-right: 6px;
.icon {
width: 14px;
height: 14px;
margin-right: 3px;
}
}
}
}
// .place,
// .else {
// height: 63px;
// justify-content: space-between;
// border-top: 1px solid #ebebeb;
// .left {
// color: #333333;
// font-size: 14px;
// .icon {
// width: 18px;
// height: 18px;
// margin-right: 10px;
// }
// }
// .right {
// font-size: 14px;
// color: #7f7f7f;
// line-height: 24px;
// cursor: pointer;
// .icon {
// width: 6px;
// height: 10px;
// margin-left: 10px;
// }
// .quantity {
// width: 18px;
// height: 18px;
// border-radius: 50%;
// font-size: 13px;
// color: #333333;
// background-color: #fdda55;
// }
// }
// }
}
}
}
.operate-box-bj {
position: fixed;
bottom: 0;
z-index: 1002;
min-width: 1200px;
width: 100%;
left: 0;
border: 1px solid rgba(235, 235, 235, 1);
background: #fff;
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
.operate-box {
width: 1200px;
height: 70px;
// background-color: rgba(255, 255, 255, 1);
// border: 1px solid rgba(235, 235, 235, 1);
// border-radius: 16px;
// -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
font-size: 14px;
// padding: 0 30px;
// margin-bottom: 20px;
justify-content: space-between;
// position: sticky;
// top: 0px;
.nav-box {
.nav-item {
height: 40px;
background-color: rgba(246, 246, 246, 1);
border-radius: 8px;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-size: 14px;
color: #7f7f7f;
padding: 0 12px;
cursor: pointer;
&:hover {
color: #494848;
}
&.pitch {
background-color: #000;
font-weight: 650;
color: #fff;
}
&:not(:last-of-type) {
margin-right: 10px;
}
}
}
.btn-box {
.btn-item {
width: 100px;
height: 40px;
border-radius: 50px;
cursor: pointer;
&.transmit-btn {
border: 1px solid rgba(235, 235, 235, 1);
color: #333333;
margin-right: 10px;
// position: relative;
.transmit-icon {
width: 20px;
height: 20px;
margin-right: 4px;
}
}
&.consult-btn {
width: 138px;
background: -webkit-linear-gradient(324.854454500294deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
background: -moz-linear-gradient(125.145545499706deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
background: linear-gradient(125.145545499706deg, rgba(98, 177, 255, 1) -11%, rgba(128, 255, 255, 1) 135%);
font-size: 16px;
color: #ffffff;
&:hover {
background: -webkit-linear-gradient(324.854454500294deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
background: -moz-linear-gradient(125.145545499706deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
background: linear-gradient(125.145545499706deg, rgba(128, 255, 255, 1) -11%, rgba(98, 177, 255, 1) 135%);
}
}
}
}
}
}
.details-box {
justify-content: space-between;
align-items: flex-start;
position: relative;
.details-left {
&.fixed {
position: fixed;
}
transition: bottom 0.5s;
.special-offer {
width: 876px;
position: relative;
padding-top: 46px;
padding-left: 30px;
background-color: #fdb231;
border-radius: 10px;
margin-top: 8px;
margin-bottom: 20px;
.special-bj {
width: 876px;
height: 100px;
position: absolute;
top: 0;
left: 0;
object-fit: cover;
border-radius: 10px;
}
.head {
width: 125px;
height: 30px;
position: absolute;
top: -8px;
left: 50%;
transform: translateX(-50%);
}
.gift {
width: 50px;
height: 50px;
position: absolute;
top: 10px;
left: 37px;
z-index: 1;
}
.star1 {
width: 45px;
height: 45px;
position: absolute;
top: 0;
left: 87px;
}
.star2 {
width: 158px;
height: 47px;
position: absolute;
top: 0;
left: 190px;
}
.star3 {
width: 240px;
height: 47px;
position: absolute;
top: 0;
left: 526px;
}
.fireworks {
width: 84px;
height: 70px;
position: absolute;
top: 0;
left: 747px;
}
.board {
width: 816px;
background-color: rgba(255, 255, 255, 1);
border-radius: 4px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.227450980392157);
padding: 5px 5px 0;
position: relative;
.gray {
background-color: rgba(242, 242, 242, 1);
border-radius: 2px;
padding: 5px 20px 50px;
.text {
// background: linear-gradient(to right, #999 50%, transparent 50%);
// background-size: 8px 1px;
// background-repeat: repeat-x;
// background-position: 0 41px;
font-size: 15px;
color: #000000;
line-height: 41px;
white-space: pre-wrap;
// background-image: repeating-linear-gradient(to right, transparent, transparent 40px, #f0f0f0 40px, #f0f0f0 41px);
// background-size: 100% 41px;
position: relative;
background-image: url(~@/assets/img/publicImage/dotted-line.png);
background-size: 100% 41px;
background-repeat: repeat-y;
background-position: 0 0;
display: block;
}
}
}
.bottom-white {
width: 892px;
height: 54px;
position: absolute;
bottom: -5px;
left: -8px;
}
.bottom-orange {
width: 876px;
height: 38px;
position: absolute;
bottom: 0;
left: 0;
}
}
.remark {
width: 876px;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 16px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
padding: 24px 30px 28px;
margin-bottom: 20px;
cursor: pointer;
word-break: break-word;
.head {
justify-content: space-between;
margin-bottom: 15px;
.text {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
}
.more {
font-size: 14px;
color: #555555;
.icon {
width: 10px;
height: 6px;
margin-left: 8px;
transform: rotate(270deg);
}
}
}
.info {
line-height: 28px;
margin-bottom: 6px;
.avatar {
width: 28px;
height: 28px;
border-radius: 50%;
margin-right: 10px;
}
.username {
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
color: #555555;
font-size: 14px;
margin-right: 5px;
}
.label {
// width: 93px;
height: 16px;
}
}
.explain {
font-size: 14px;
line-height: 23px;
color: #333333;
line-height: 23px;
padding-left: 38px;
padding-right: 10px;
}
.inspect {
background-color: rgba(246, 246, 246, 1);
border-radius: 8px;
padding-left: 20px;
align-items: flex-start;
.left {
padding: 18px 0;
}
.inspect-img {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 0 8px 8px 0;
}
}
.return-visit {
.item {
background-color: rgba(246, 246, 246, 1);
border-radius: 8px;
padding: 18px 20px;
&:not(:last-of-type) {
margin-right: 16px;
}
.info {
.label {
color: #50e3c2;
font-size: 13px;
height: 20px;
line-height: 20px;
background-color: rgba(246, 246, 246, 0);
border: 1px solid rgba(80, 227, 194, 1);
border-radius: 30px;
padding: 0 6.5px;
width: fit-content;
}
}
}
}
}
.type-box {
border-radius: 16px;
// background-color: rgba(255, 255, 255, 1);
width: 876px;
// margin-bottom: 20px;
.item {
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 16px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
margin-bottom: 20px;
padding: 24px 30px;
.media {
width: 110px;
height: 110px;
object-fit: cover;
border-radius: 16px;
margin-right: 20px;
position: relative;
cursor: pointer;
.icon {
width: 110px;
height: 110px;
object-fit: cover;
border-radius: 8px;
}
.play {
width: 50px;
height: 50px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
}
.info {
align-self: flex-start;
.name {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 18px;
color: #000000;
margin-bottom: 16px;
}
.tags {
margin-bottom: 16px;
margin-bottom: 5px;
flex-wrap: wrap;
.tags-item {
width: fit-content;
height: 24px;
line-height: 24px;
background-color: rgba(242, 242, 242, 1);
border: 1px solid rgba(242, 242, 242, 1);
border-radius: 4px;
padding: 0 9px;
font-size: 14px;
color: #7f7f7f;
margin-right: 8px;
margin-bottom: 8px;
&.green {
background: #fff;
border-color: rgba(80, 227, 194, 1);
}
}
}
.price {
font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
font-size: 13px;
.unit {
font-weight: 900;
color: #000000;
font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
line-height: 30px;
}
.number {
font-weight: 900;
font-size: 20px;
color: #f95d5d;
font-family: "Arial", "Arial-Black", "Arial Black", sans-serif;
margin: 0 8px;
}
.month {
line-height: 30px;
color: #555555;
}
.original {
color: #aaaaaa;
font-size: 14px;
text-decoration: line-through;
font-weight: 400;
font-style: normal;
color: #aaaaaa;
margin-left: 16px;
line-height: 28px;
}
}
}
.btn {
.collect {
width: 96px;
height: 36px;
border: 1px solid rgba(215, 215, 215, 1);
border-radius: 36px;
font-size: 15px;
color: #000000;
text-align: center;
margin-right: 10px;
cursor: pointer;
&.red {
background-color: rgba(255, 239, 243, 1);
border-color: rgba(244, 219, 225, 1);
}
.icon {
width: 18px;
height: 17px;
margin-right: 6px;
}
}
.consult {
width: 100px;
height: 36px;
background-color: rgba(255, 247, 221, 1);
border: 1px solid rgba(230, 223, 199, 1);
border-radius: 36px;
cursor: pointer;
.icon {
width: 20px;
height: 20px;
margin-right: 8px;
}
}
.full-rent {
width: 100px;
height: 36px;
font-size: 15px;
color: #aaaaaa;
background-color: rgba(242, 242, 242, 1);
border-radius: 36px;
}
}
}
// .type-item {
// // width: 876px;
// // background-color: rgba(255, 255, 255, 1);
// // border: 1px solid rgba(235, 235, 235, 1);
// // border-radius: 16px;
// // -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// // -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// // box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// font-size: 14px;
// padding: 30px;
// // margin-bottom: 20px;
// position: relative;
// &:not(:last-of-type) {
// border-bottom: 1px solid #ebebeb;
// }
// .type-icon {
// position: absolute;
// top: 0;
// left: 0;
// width: 40px;
// height: 40px;
// transform: rotate(270deg);
// }
// .type-left {
// display: flex;
// flex-direction: column;
// justify-content: center;
// .type-name {
// font-weight: 650;
// font-size: 18px;
// color: #000000;
// // margin-bottom: 16px;
// }
// .type-tags {
// margin-top: 11px;
// flex-wrap: wrap;
// // margin-bottom: 20px;
// .tags-item {
// height: 24px;
// background-color: rgba(242, 242, 242, 1);
// border-radius: 4px;
// line-height: 26px;
// font-size: 14px;
// color: #7f7f7f;
// margin-top: 5px;
// margin-right: 8px;
// padding: 0 9px;
// &.first {
// border: 1px solid rgba(80, 227, 194, 1);
// color: #50e3c2;
// background-color: #fff;
// }
// }
// }
// .media-box {
// margin-top: 20px;
// .media-list {
// max-width: 460px;
// overflow: auto;
// }
// .media-item {
// position: relative;
// margin-right: 10px;
// .media-img {
// width: 76px;
// height: 80px;
// border-radius: 10px;
// cursor: pointer;
// object-fit: cover;
// }
// .media-icon {
// position: absolute;
// top: 50%;
// left: 50%;
// transform: translate(-50%, -50%);
// width: 53px;
// height: 53px;
// cursor: pointer;
// }
// }
// .media-btn {
// height: 80px;
// width: 30px;
// cursor: pointer;
// user-select: none;
// .arrow {
// width: 10px;
// height: 17px;
// }
// }
// }
// }
// .type-right {
// .price-box {
// flex-direction: column;
// align-items: flex-end;
// margin-right: 20px;
// .former {
// color: #aaaaaa;
// font-size: 14px;
// text-decoration: line-through;
// text-decoration-color: #797979;
// margin-bottom: 3px;
// }
// .new {
// .unit {
// font-family: "Arial-Black", "Arial Black", sans-serif;
// font-weight: 900;
// color: #000000;
// font-size: 13px;
// }
// .cost {
// font-family: "Arial-Black", "Arial Black", sans-serif;
// font-weight: 900;
// font-size: 20px;
// color: #f95d5d;
// margin: 0 6px;
// }
// align-items: baseline;
// font-size: 14px;
// color: #555555;
// }
// }
// .consult-btn {
// width: 90px;
// height: 36px;
// background: -webkit-linear-gradient(321.966692522331deg, rgba(98, 177, 255, 1) -13%, rgba(128, 255, 255, 1) 137%);
// background: -moz-linear-gradient(128.033307477669deg, rgba(98, 177, 255, 1) -13%, rgba(128, 255, 255, 1) 137%);
// background: linear-gradient(128.033307477669deg, rgba(98, 177, 255, 1) -13%, rgba(128, 255, 255, 1) 137%);
// border-radius: 36px;
// font-weight: 400;
// font-size: 15px;
// color: #ffffff;
// cursor: pointer;
// &:hover {
// background: -webkit-linear-gradient(321.966692522331deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
// background: -moz-linear-gradient(128.033307477669deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
// background: linear-gradient(128.033307477669deg, rgba(128, 255, 255, 1) -13%, rgba(98, 177, 255, 1) 137%);
// }
// }
// .full-occupancy {
// width: 90px;
// height: 36px;
// background-color: rgba(237, 246, 255, 0);
// border: 1px solid rgba(215, 215, 215, 1);
// border-radius: 36px;
// font-weight: 400;
// font-size: 15px;
// color: #aaaaaa;
// }
// }
// }
}
.item-title {
padding: 0 11px;
height: 26px;
background-color: rgba(51, 51, 51, 1);
border-radius: 8px;
font-size: 14px;
color: #ffffff;
line-height: 26px;
display: inline-block;
}
.details-item {
width: 876px;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 16px;
// -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
// box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
font-size: 14px;
margin-bottom: 20px;
&.location .details-header .icon {
width: 20px;
height: 24px;
}
&.apartment-facilities .details-header .icon,
&.special-offer .details-header .icon {
width: 20px;
height: 20px;
}
&.company .details-header .icon,
&.life .details-header .icon {
width: 22px;
height: 22px;
}
.details-header {
height: 62px;
padding: 0 30px;
border-bottom: 1px solid #ebebeb;
font-size: 16px;
color: #000000;
.icon {
width: 20px;
height: 22px;
margin-right: 4px;
}
}
.text {
font-weight: 400;
font-size: 15px;
color: #555555;
line-height: 30px;
padding: 20px 30px;
white-space: pre-line;
word-break: break-word;
}
.traffic-box {
margin-top: 40px;
padding: 0 30px;
.traffic-title {
margin-bottom: 16px;
}
font-weight: 400;
font-size: 15px;
color: #555555;
line-height: 30px;
white-space: pre-line;
padding-bottom: 30px;
}
&.apartment-facilities {
&.hide {
height: 820px;
overflow: hidden;
}
transition: all 0.3s;
position: relative;
.facility-box {
padding: 30px 30px 30px 46px;
// position: relative;
.item {
&:not(:last-of-type) {
margin-bottom: 40px;
}
.head {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
margin-bottom: 20px;
position: relative;
&::after {
content: "";
width: 6px;
height: 14px;
background-color: rgba(253, 223, 109, 1);
border: 1px solid rgba(202, 177, 87, 1);
border-radius: 4px;
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -16px;
box-sizing: border-box;
}
}
.label {
flex-wrap: wrap;
.label-item {
font-size: 14px;
line-height: 28px;
height: 28px;
background-color: rgba(242, 242, 242, 1);
border-radius: 40px;
padding: 0 10px;
margin-right: 10px;
margin-bottom: 13px;
.icon {
width: 16px;
height: 16px;
margin-right: 10px;
}
}
}
.img-box {
margin-top: 7px;
.img-item {
width: 110px;
height: 110px;
margin-right: 10px;
position: relative;
cursor: pointer;
.icon {
width: 110px;
height: 110px;
border-radius: 10px;
object-fit: cover;
}
.name {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 32px;
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8));
font-size: 14px;
color: #ffffff;
line-height: 32px;
border-radius: 0 0 10px 10px;
padding-left: 10px;
}
}
}
}
// .facilities-item {
// align-items: flex-start;
// &:not(:last-of-type) {
// margin-bottom: 30px;
// }
// .facilities-header {
// width: 100px;
// }
// .facilities-list {
// flex-wrap: wrap;
// .item {
// font-size: 16px;
// line-height: 26px;
// color: #333333;
// margin-bottom: 10px;
// margin-right: 50px;
// .icon {
// width: 16px;
// height: 16px;
// margin-right: 10px;
// }
// }
// }
// }
}
}
&.details-message {
&.hide {
height: 820px;
overflow: hidden;
}
transition: all 0.3s;
position: relative;
}
.bottom-btn {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 50px;
border-top: 1px solid #ebebeb;
background-color: rgba(242, 242, 242, 1);
border-radius: 0 0 16px 16px;
cursor: pointer;
.icon {
width: 10px;
height: 6px;
margin-left: 6px;
}
}
&.company {
.company-img {
width: 420px;
height: 254px;
margin: 10px auto 0;
}
}
&.hint-box {
color: #7f7f7f;
line-height: 24px;
font-size: 13px;
padding: 30px;
// margin-bottom: 100px;
.hint-item {
min-height: 24px;
a {
cursor: pointer;
color: #7f7f7f;
text-decoration: underline;
}
}
}
&.cost {
.cost-box {
padding: 25px 30px 0;
.item {
.head {
height: 36px;
background-color: rgba(242, 242, 242, 1);
border-radius: 4px;
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
font-style: normal;
font-size: 16px;
color: #000000;
padding: 0 15px;
margin-bottom: 15px;
.icon {
height: 18px;
margin-right: 10px;
}
}
.explain {
font-size: 15px;
color: #555555;
line-height: 30px;
padding: 0 15px;
margin-bottom: 20px;
white-space: pre-line;
}
}
}
}
}
}
.details-right {
width: 304px;
flex-direction: column;
.same-brand-title {
user-select: none;
margin-bottom: 20px;
font-size: 18px;
color: #000000;
background: linear-gradient(99.6518334668042deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
border-radius: 12px;
width: 304px;
height: 60px;
border: 5px solid #fff;
position: relative;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.117647058823529);
&.like {
background: linear-gradient(-80.3481665331958deg, rgba(214, 220, 240, 1) 0%, rgba(218, 230, 242, 1) 19%, rgba(239, 242, 204, 1) 62%, rgba(239, 249, 241, 1) 100%);
.same-brand-icon {
width: 24px;
height: 24px;
}
}
&::after {
content: "";
position: absolute;
width: 0;
height: 0;
left: 50%;
bottom: -12px;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-top: 8px solid #fff;
transform: translateX(-50%);
}
.same-brand-icon {
width: 22px;
height: 22px;
margin-right: 7px;
}
}
.same-brand-list {
}
}
}
}
.add-customer-mask {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.7);
z-index: 1002;
.add-customer-box {
width: 460px;
height: 460px;
background: -webkit-linear-gradient(315deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
background: -moz-linear-gradient(135deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
background: linear-gradient(135deg, rgba(253, 218, 85, 1) 0%, rgba(229, 215, 190, 1) 50%, rgba(203, 254, 191, 1) 100%);
// border: 1px solid rgba(230, 221, 185, 1);
-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.235294117647059);
-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.235294117647059);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.235294117647059);
position: relative;
&.two {
width: 799px;
height: 460px;
.add-customer-violet {
display: none;
&.violet2 {
display: block;
}
}
.add-customer-interior {
width: 700px;
.title {
width: 189px;
height: 31px;
}
.add-customer-interior-bj {
display: none;
&.bj2 {
display: block;
}
}
}
}
.close {
position: absolute;
top: 16px;
right: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}
.add-customer-violet {
position: absolute;
bottom: 0;
left: 0;
top: 0;
right: 0;
width: 421px;
height: 460px;
&.violet2 {
width: 579px;
height: 460px;
display: none;
}
}
.add-customer-interior {
width: 368px;
height: 368px;
position: relative;
z-index: 1;
flex-direction: column;
align-items: center;
padding-top: 35px;
.add-customer-interior-bj {
position: absolute;
top: 0;
left: 0;
z-index: -1;
&.bj2 {
display: none;
}
}
.title {
width: 159px;
height: 26px;
margin-bottom: 35px;
}
.QR-code-list {
.QR-code-item {
&:not(:last-child) {
margin-right: 160px;
}
}
}
.QR-code-box {
margin-bottom: 17px;
padding: 15px;
position: relative;
&::after {
width: 15px;
height: 5px;
}
&::before {
width: 5px;
height: 15px;
}
&::before,
&::after {
content: "";
background-color: rgba(255, 214, 73, 1);
border-radius: 11px;
position: absolute;
top: 0;
left: 0;
}
.top-right-corner {
&::after {
width: 15px;
height: 5px;
}
&::before {
width: 5px;
height: 15px;
}
&::before,
&::after {
content: "";
background-color: rgba(255, 214, 73, 1);
border-radius: 11px;
position: absolute;
top: 0;
right: 0;
}
}
.bottom-left-corner {
&::after {
width: 15px;
height: 5px;
}
&::before {
width: 5px;
height: 15px;
}
&::before,
&::after {
content: "";
background-color: rgba(255, 214, 73, 1);
border-radius: 11px;
position: absolute;
bottom: 0;
left: 0;
}
}
.bottom-right-corner {
&::after {
width: 15px;
height: 5px;
}
&::before {
width: 5px;
height: 15px;
}
&::before,
&::after {
content: "";
background-color: rgba(255, 214, 73, 1);
border-radius: 11px;
position: absolute;
bottom: 0;
right: 0;
}
}
.QR-code-chunk {
width: 130px;
height: 130px;
background-color: rgba(255, 255, 255, 1);
border-radius: 15px;
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12156862745098);
.QR-code-img {
width: 110px;
height: 110px;
}
}
}
.name {
margin-bottom: 6px;
}
.name,
.hint {
color: #555555;
font-size: 14px;
}
}
}
}
a:-webkit-any-link {
color: #806c24;
}