75 lines
1.4 KiB
Plaintext
75 lines
1.4 KiB
Plaintext
/* packageC/hotel/HotelSearch/HotelSearch.wxss */
|
|
.hotel_search .content {
|
|
background: #fff;
|
|
}
|
|
|
|
.hotel_search .content .search_box {
|
|
width: 100%;
|
|
border-bottom: solid 2rpx #ebebeb;
|
|
padding: 12rpx 30rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.hotel_search .content .search_box .box {
|
|
display: flex;
|
|
width: 600rpx;
|
|
height: 60rpx;
|
|
border-radius: 12rpx;
|
|
background: #f5f5f5;
|
|
padding: 0 20rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.hotel_search .content .search_box .box icon {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
line-height: 60rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.hotel_search .content .search_box .box input {
|
|
width: 480rpx;
|
|
border: none;
|
|
font-size: 30rpx;
|
|
margin-left: 20rpx;
|
|
max-width: 624rpx;
|
|
height: 100%;
|
|
}
|
|
|
|
.hotel_search .content .search_box .span {
|
|
font-size: 30rpx;
|
|
line-height: 60rpx;
|
|
}
|
|
|
|
.hotel_search .content .like_box {
|
|
background: #fff;
|
|
}
|
|
|
|
.hotel_search .content .like_box .title {
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.hotel_search .content .like_box .title .line_left {
|
|
width: 100rpx;
|
|
height: 0;
|
|
border: dashed 2rpx #ebebeb;
|
|
margin-right: 20rpx;
|
|
}
|
|
|
|
.hotel_search .content .like_box .title .h2 {
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.hotel_search .content .like_box .title .line_right {
|
|
width: 100rpx;
|
|
height: 0;
|
|
border: dashed 2rpx #ebebeb;
|
|
margin-left: 20rpx;
|
|
}
|