123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- .top .uni-navbar__header-btns {
- width: 77%!important;
- }
- .top .uni-navbar__header-container {
- width: 50%!important;
- }
- .content {
- background: #fff;
- }
- .city {
- width: 100%;
- height: 100%;
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- }
- .logo {
- height: 200rpx;
- width: 200rpx;
- margin-top: 200rpx;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 50rpx;
- }
- .text-area {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
- .title {
- font-size: 36rpx;
- color: #8f8f94;
- }
- .van-cell--borderless {
- background-color: #e7e7e7!important;
- }
- .searchType .input-view {
- width: 85%;
- 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 auto;
- }
- .searchType .input-view .uni-icon {
- line-height: 30px !important;
- }
- .searchType .input-view .input {
- height: 30px;
- line-height: 30px;
- width: 94%;
- padding: 0 3%;
- }
- .uni-navbar--border::after {
- background: #fff!important;
- }
- .swiper {
- height: 300rpx;
- }
- .swiper-item {
- display: block;
- height: 300rpx;
- line-height: 300rpx;
- text-align: center;
- }
- .scrollswiper {
- width: 90%;
- margin: 20rpx auto;
- }
- .tips {
- color: #303133;
- font-size: 28rpx;
- text-align: center;
- margin: 24rpx 0;
- }
- .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;
- }
- .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 #606266;
- margin-right: 12rpx;
- color: #606266;
- padding: 4rpx;
- font-size: 24rpx;
- border-radius: 4rpx;
- padding: 0 3rpx;
- }
|