oneIndex.wxss 986 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .hotelList {
  2. display: -webkit-box;
  3. display: -webkit-flex;
  4. display: flex;
  5. -webkit-box-orient: horizontal;
  6. -webkit-box-direction: normal;
  7. -webkit-flex-direction: row;
  8. flex-direction: row;
  9. padding: 24rpx 32rpx;
  10. }
  11. .hotleLeft {
  12. width: 214rpx;
  13. height: 152rpx;
  14. }
  15. .hotelright {
  16. padding-left: 16rpx;
  17. display: -webkit-box;
  18. display: -webkit-flex;
  19. display: flex;
  20. -webkit-box-orient: vertical;
  21. -webkit-box-direction: normal;
  22. -webkit-flex-direction: column;
  23. flex-direction: column;
  24. width: 100%;
  25. }
  26. .searchType .input-view {
  27. width: 85%;
  28. display: -webkit-box;
  29. display: -webkit-flex;
  30. display: flex;
  31. background-color: #e7e7e7;
  32. height: 30px;
  33. border-radius: 15px;
  34. padding: 0 4%;
  35. -webkit-flex-wrap: nowrap;
  36. flex-wrap: nowrap;
  37. margin: 7px 0;
  38. line-height: 30px;
  39. margin: 24rpx auto;
  40. }
  41. .searchType .input-view .uni-icon {
  42. line-height: 30px !important;
  43. }
  44. .searchType .input-view .input {
  45. height: 30px;
  46. line-height: 30px;
  47. width: 94%;
  48. padding: 0 3%;
  49. }