oneIndex.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. -webkit-box-pack: justify;
  26. -webkit-justify-content: space-between;
  27. justify-content: space-between;
  28. }
  29. .searchType .input-view {
  30. width: 85%;
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. background-color: #e7e7e7;
  35. height: 30px;
  36. border-radius: 15px;
  37. padding: 0 4%;
  38. -webkit-flex-wrap: nowrap;
  39. flex-wrap: nowrap;
  40. margin: 7px 0;
  41. line-height: 30px;
  42. margin: 24rpx auto;
  43. }
  44. .searchType .input-view .uni-icon {
  45. line-height: 30px !important;
  46. }
  47. .searchType .input-view .input {
  48. height: 30px;
  49. line-height: 30px;
  50. width: 94%;
  51. padding: 0 3%;
  52. }