oneIndex.wxss 1014 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  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. background-color: #007AFF;
  15. }
  16. .hotelright {
  17. padding-left: 16rpx;
  18. display: -webkit-box;
  19. display: -webkit-flex;
  20. display: flex;
  21. -webkit-box-orient: vertical;
  22. -webkit-box-direction: normal;
  23. -webkit-flex-direction: column;
  24. flex-direction: column;
  25. width: 100%;
  26. }
  27. .searchType .input-view {
  28. width: 85%;
  29. display: -webkit-box;
  30. display: -webkit-flex;
  31. display: flex;
  32. background-color: #e7e7e7;
  33. height: 30px;
  34. border-radius: 15px;
  35. padding: 0 4%;
  36. -webkit-flex-wrap: nowrap;
  37. flex-wrap: nowrap;
  38. margin: 7px 0;
  39. line-height: 30px;
  40. margin: 24rpx auto;
  41. }
  42. .searchType .input-view .uni-icon {
  43. line-height: 30px !important;
  44. }
  45. .searchType .input-view .input {
  46. height: 30px;
  47. line-height: 30px;
  48. width: 94%;
  49. padding: 0 3%;
  50. }