387 lines
8.3 KiB
Plaintext
387 lines
8.3 KiB
Plaintext
/* packageC/hotel/HotelHome/HotelHome.wxss */
|
|
.home_page .content .scroll_banner {
|
|
background: #f8f8f8;
|
|
overflow: hidden;
|
|
height: 400rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.home_page .content .scroll_banner image {
|
|
width: 100%;
|
|
}
|
|
|
|
.home_page .content .scroll_banner .evaluate {
|
|
position: absolute;
|
|
bottom: 30rpx;
|
|
left: 30rpx;
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
border-radius: 8rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
padding: 0 30rpx;
|
|
background: linear-gradient(to right, rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.1));
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.home_page .content .scroll_banner .evaluate .h2 {
|
|
color: #f0793a;
|
|
font-size: 48rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
|
|
.home_page .content .scroll_banner .evaluate .span {
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.home_page .content .position {
|
|
position: relative;
|
|
}
|
|
|
|
.home_page .content .position .name {
|
|
width: 100%;
|
|
background: #fff;
|
|
border-radius: 0;
|
|
margin: 0 auto;
|
|
padding: 24rpx 28rpx;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.home_page .content .position .name .h1 {
|
|
width: 520rpx;
|
|
font-size: 36rpx;
|
|
text-align: left;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 2;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.home_page .content .position .name .h1 .span {
|
|
font-weight: normal;
|
|
color: #8c8c8c;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.home_page .content .position .name .pay_btn {
|
|
border: none;
|
|
background: #f0793a;
|
|
color: #fff;
|
|
font-size: 26rpx;
|
|
width: 152rpx;
|
|
height: 52rpx;
|
|
border-radius: 80rpx;
|
|
line-height: 52rpx;
|
|
text-align: center;
|
|
}
|
|
|
|
.home_page .content .position .content_a {
|
|
padding: 0 28rpx;
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance {
|
|
padding: 20rpx 0;
|
|
display: flex;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance icon {
|
|
font-size: 40rpx;
|
|
color: #666;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance .p {
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
width: 540rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance .right {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
color: #60a9f3;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance .right van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.home_page .content .position .content_a .distance .p .span {
|
|
color: #8c8c8c;
|
|
margin-left: 20rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .phone {
|
|
display: flex;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .phone icon {
|
|
font-size: 40rpx;
|
|
color: #666;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .hotel_detail {
|
|
height: 88rpx;
|
|
line-height: 88rpx;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-top: solid 2rpx #ebebeb;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_a .hotel_detail .right {
|
|
right: 0;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
font-size: 28rpx;
|
|
color: #60a9f3;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .content_a .hotel_detail .right van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.home_page .content .position .type {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
height: 92rpx;
|
|
line-height: 92rpx;
|
|
padding: 0 28rpx;
|
|
position: relative;
|
|
}
|
|
|
|
.home_page .content .position .type .li {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .type .li .left {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .type .li .right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .type .li .right van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .type .li .iconfont {
|
|
margin-right: 20rpx;
|
|
color: #666;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.home_page .content .position .type .li .span {
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.home_page .content .position .info_a {
|
|
background: #fff;
|
|
margin-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .info_a .h3 {
|
|
height: 84rpx;
|
|
text-align: left;
|
|
padding: 0 28rpx;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .info_a .h3 .right {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .info_a .h3 .right van-icon {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .info_a .time,
|
|
.home_page .content .position .info_a .notice {
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.home_page .content .position .info_a .time .time_a,
|
|
.home_page .content .position .info_a .time .notice_a,
|
|
.home_page .content .position .info_a .notice .time_a,
|
|
.home_page .content .position .info_a .notice .notice_a {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
line-height: 60rpx;
|
|
text-align: left;
|
|
font-size: 28rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.home_page .content .position .info_a .time .time_a icon,
|
|
.home_page .content .position .info_a .time .notice_a icon,
|
|
.home_page .content .position .info_a .notice .time_a icon,
|
|
.home_page .content .position .info_a .notice .notice_a icon {
|
|
font-size: 48rpx;
|
|
color: #333;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .info_a .time .time_b,
|
|
.home_page .content .position .info_a .time .notice_b,
|
|
.home_page .content .position .info_a .notice .time_b,
|
|
.home_page .content .position .info_a .notice .notice_b {
|
|
color: #8c8c8c;
|
|
font-size: 28rpx;
|
|
text-align: left;
|
|
}
|
|
|
|
.home_page .content .position .content_b {
|
|
background: #fff;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.home_page .content .position .content_b .time {
|
|
width: 690rpx;
|
|
height: 88rpx;
|
|
margin: 0 auto;
|
|
border-radius: 8rpx;
|
|
box-shadow: 0 0 40rpx 0 rgba(51, 51, 51, 0.1);
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.home_page .content .position .content_b .time .time_a,
|
|
.home_page .content .position .content_b .time .time_c {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.home_page .content .position .content_b .time .time_a .span,
|
|
.home_page .content .position .content_b .time .time_c .span {
|
|
font-size: 24rpx;
|
|
margin-left: 12rpx;
|
|
color: #8c8c8c;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.home_page .content .position .content_b .time .time_b .span {
|
|
font-size: 26rpx;
|
|
border: solid 2rpx #ebebeb;
|
|
border-radius: 32rpx;
|
|
padding: 4rpx 20rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box {
|
|
padding: 0 28rpx;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box {
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
display: flex;
|
|
padding: 28rpx 0;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .img {
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
border-radius: 8rpx;
|
|
overflow: hidden;
|
|
margin-right: 20rpx;
|
|
background: #ccc;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .img image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box {
|
|
width: 546rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_a {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
max-width: 300rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b {
|
|
text-align: right;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b .price {
|
|
height: 68rpx;
|
|
color: #8c8c8c;
|
|
font-size: 24rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b .price .span {
|
|
font-weight: bold;
|
|
color: #f15353;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b .price .font {
|
|
font-size: 40rpx;
|
|
font-weight: bold;
|
|
color: #f15353;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b .button {
|
|
background: #f15353;
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
width: 120rpx;
|
|
height: 52rpx;
|
|
line-height: 52rpx;
|
|
border-radius: 6rpx;
|
|
border: none;
|
|
text-align: center;
|
|
}
|
|
|
|
.home_page .content .position .content_b .type_box .room_box .info_box .info_b .bottom {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|