123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370 |
- @import '../../../styles/base.less';
- @orange: #FF8936;
- page {
- background: #f6f6f6;
- padding-bottom: 148rpx;
- }
- .page-section {
- margin:20rpx;
- border-radius: 20rpx;
- background-color: #ffffff;
- }
- .page-section-spacing {
- padding:20rpx;
- }
- .swiper-images-wrapper {
- background-color: #eee;
- .swiper-images {
- height:400rpx;
- }
- .swiper-image {
- width: 100%;
- height: 100%;
- background-repeat: no-repeat;
- background-position: center top;
- background-size: 100% 100%;
- border-radius: 20rpx;
- }
- }
- .title {
- font-weight: Medium;
- font-size: 36rpx;
- color: #222222;
- }
- .text {
- font-size: 30rpx;
- }
- .text-small {
- font-size: 24rpx;
- }
- .comment {
- padding: 40rpx 0;
- .comment-header {
- display: flex;
- align-items: center;
- justify-content: space-between;
- .header-text {
- flex: 1;
- padding:0 10rpx;
- }
- .header-avatar {
- width: 80rpx;
- height: 80rpx;
- .header-avatar-image {
- width: 100%;
- height: 100%;
- margin: 0 auto;
- border-radius: 50%;
- }
- }
- }
- .comment-content {
- .comment-text {
- padding: 10rpx 0;
- }
- .comment-images {
- display: flex;
- flex-wrap: wrap;
- }
- .comment-image {
- width: 210rpx;
- height: 210rpx;
- margin: 6rpx;
- background: #999999;
- }
- }
-
-
- }
- .comments-footer {
- text-align: center;
- }
- .more {
- position: fixed;
- bottom: 200rpx;
- right: 50rpx;
- z-index: 999;
- width: 80rpx;
- height: 80rpx;
- border: 1rpx solid #f6f6f6;
- border-radius: 50%;
- font-size: 20rpx;
- background: #ffffff;
- padding-top: 15rpx;
- .more-title {
- text-align: center;
- }
- }
- .box {
- padding: 30rpx 30rpx 0 30rpx;
- margin-bottom: 20rpx;
- background: #ffffff;
- .confirm {
- display: flex;
- margin-top: 20rpx;
- padding-bottom: 20rpx;
- border-bottom: 1rpx solid #f6f6f6;
- .confirm-title {
- color: #afa9a9;
- width: 100rpx;
- }
- .confirm-detail {
- width: 80%;
- .confirm-immediately {
- color: hsl(136, 91%, 49%);
- }
- .confirm-immediately2 {
- color: hsl(136, 91%, 49%);
- margin-top: 30rpx;
- }
- .confirm-immediatelys {
- font-size: 28rpx;
- }
- .immediately-detail {
- margin-top: 10rpx;
- font-size: 28rpx;
- }
- }
- }
- .instructions {
- margin-top: 10rpx;
- color: #afa9a9;
- font-size: 24rpx;
- }
- .facilities {
- display: flex;
- margin-top: 20rpx;
- border-bottom: 1rpx solid #f6f6f6;
- width: 100%;
- padding-bottom: 20rpx;
- .facilities-title {
- color: #afa9a9;
- width: 14%;
- }
- .facilities-txt {
- display: flex;
- flex-wrap: wrap;
- width: 85%;
- .immediately-detail {
- margin: 0rpx 0 20rpx 0;
- width: 95%;
- font-size: 28rpx;
- }
- .facilities-name {
- font-size: 24rpx;
- width: 30%;
- margin-right: 10rpx;
- line-height: 40rpx;
- }
- .facilities-names {
- font-size: 24rpx;
- width: 45%;
- margin-right: 10rpx;
- line-height: 40rpx;
- }
- }
- }
- .housing-facilities {
- color: #1451ca;
- }
- .price {
- display: flex;
- color: red;
- font-size: 24rpx;
- margin-top: 10rpx;
- .hotel-price {
- margin: 0 10rpx 0 0;
- }
- .hotel-original {
- text-decoration: line-through;
- color: #afa9a9;
- }
- }
- .hotel-preferential {
- display: flex;
- justify-content: space-between;
- .preferential {
- margin-top: 20rpx;
- background: #fc496c;
- width: 55%;
- text-align: center;
- color: #ffffff;
- padding: 10rpx 0;
- }
- .hotel-detail {
- margin-top: 30rpx;
- color: #fc496c;
- }
- }
- .tag {
- display: flex;
- margin-top: 20rpx;
- .tag-name {
- border-radius: 10rpx;
- background: #f4f1f1;
- padding: 10rpx;
- color: #210c8b;
- font-size: 24rpx;
- margin: 0 20rpx 0 0;
- }
- }
- .evaluation {
- margin-top: 20rpx;
- display: flex;
- justify-content: space-between;
- .evaluation-txt {
- color: rgb(18, 198, 214);
- }
- }
- .address {
- margin-top: 20rpx;
- padding-bottom: 20rpx;
- }
- .housing {
- font-size: 36rpx;
- }
- .housing-title {
- display: flex;
- flex-wrap: wrap;
- .housing-txt {
- display: flex;
- width: 55%;
- margin: 20rpx 0rpx 0 0;
- .housing-name {
- margin: 0rpx 30rpx 0 0;
- color: #afa9a9;
- }
- }
- .housing-txts {
- display: flex;
- width: 37%;
- margin: 20rpx 20rpx 0 0;
- .housing-name {
- margin: 0rpx 30rpx 0 0;
- color: #afa9a9;
- }
- }
- .housing-txt2 {
- display: flex;
- margin: 20rpx 20rpx 0 0;
- .housing-name {
- margin: 0rpx 30rpx 0 0;
- color: #afa9a9;
- }
- }
- }
- .txt {
- margin-top: 30rpx;
- text-align: center;
- }
- .title {
- margin: 30rpx;
- }
- .introduce {
- margin-top: 50rpx;
- display: flex;
- position: relative;
- padding-bottom: 20rpx;
- .introduce-check {
- position: absolute;
- right: 0;
- bottom: 20rpx;
- background: #ffffff;
- z-index: 99;
- padding: 10rpx;
- color: rgb(65, 88, 218);
- }
- .introduce-name {
- margin: 10rpx 30rpx 0 0;
- color: #afa9a9;
- }
- .introduce-describe {
- width: 85%;
- overflow: hidden; //一定要写
- text-overflow: ellipsis; //超出省略号
- display: -webkit-box; //一定要写
- -webkit-line-clamp: 2; //控制行数
- -webkit-box-orient: vertical; //一定要写
- line-height: 60rpx;
- // padding-bottom: 20rpx;
- }
- }
- }
|