123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- .searchType .input-view {
- width: 80%;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- background-color: #e7e7e7;
- height: 30px;
- border-radius: 15px;
- padding: 0 4%;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- margin: 7px 0;
- line-height: 30px;
- margin: 24rpx 0 24rpx 32rpx;
- }
- .searchType .input-view .uni-icon {
- line-height: 30px !important;
- }
- .searchType .input-view .input {
- height: 30px;
- line-height: 30px;
- width: 94%;
- padding: 0 3%;
- }
- .van-cell__title {
- -webkit-box-flex: 6!important;
- -webkit-flex: 6!important;
- flex: 6!important;
- }
- .searchclass {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .van-cell {
- padding: 15rpx 32rpx 0 32rpx!important;
- }
- .hotelList {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- padding: 24rpx 32rpx;
- }
- .hotleLeft {
- width: 214rpx;
- height: 152rpx;
- background-color: #007AFF;
- }
- .hotelright {
- padding-left: 16rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- width: 100%;
- }
- .undertip {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .tipsTop {
- border: 2rpx solid #BBBBBB;
- margin-right: 14rpx;
- color: #BBBBBB;
- padding: 4rpx;
- }
- /* .van-cell__title {
- flex: 6!important;
- } */
|