searchresult.wxss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .searchType .input-view {
  2. width: 80%;
  3. display: -webkit-box;
  4. display: -webkit-flex;
  5. display: flex;
  6. background-color: #e7e7e7;
  7. height: 30px;
  8. border-radius: 15px;
  9. padding: 0 4%;
  10. -webkit-flex-wrap: nowrap;
  11. flex-wrap: nowrap;
  12. margin: 7px 0;
  13. line-height: 30px;
  14. margin: 24rpx 0 24rpx 32rpx;
  15. }
  16. .searchType .input-view .uni-icon {
  17. line-height: 30px !important;
  18. }
  19. .searchType .input-view .input {
  20. height: 30px;
  21. line-height: 30px;
  22. width: 94%;
  23. padding: 0 3%;
  24. }
  25. .van-cell__title {
  26. -webkit-box-flex: 6!important;
  27. -webkit-flex: 6!important;
  28. flex: 6!important;
  29. }
  30. .searchclass {
  31. display: -webkit-box;
  32. display: -webkit-flex;
  33. display: flex;
  34. -webkit-box-align: center;
  35. -webkit-align-items: center;
  36. align-items: center;
  37. -webkit-box-pack: center;
  38. -webkit-justify-content: center;
  39. justify-content: center;
  40. }
  41. .van-cell {
  42. padding: 15rpx 32rpx 0 32rpx!important;
  43. }
  44. .hotelList {
  45. display: -webkit-box;
  46. display: -webkit-flex;
  47. display: flex;
  48. -webkit-box-orient: horizontal;
  49. -webkit-box-direction: normal;
  50. -webkit-flex-direction: row;
  51. flex-direction: row;
  52. padding: 24rpx 32rpx;
  53. }
  54. .hotleLeft {
  55. width: 214rpx;
  56. height: 152rpx;
  57. }
  58. .hotelright {
  59. padding-left: 16rpx;
  60. display: -webkit-box;
  61. display: -webkit-flex;
  62. display: flex;
  63. -webkit-box-orient: vertical;
  64. -webkit-box-direction: normal;
  65. -webkit-flex-direction: column;
  66. flex-direction: column;
  67. width: 100%;
  68. }
  69. .undertip {
  70. display: -webkit-box;
  71. display: -webkit-flex;
  72. display: flex;
  73. -webkit-box-orient: horizontal;
  74. -webkit-box-direction: normal;
  75. -webkit-flex-direction: row;
  76. flex-direction: row;
  77. -webkit-box-align: center;
  78. -webkit-align-items: center;
  79. align-items: center;
  80. }
  81. .tipsTop {
  82. border: 2rpx solid #BBBBBB;
  83. margin-right: 14rpx;
  84. color: #BBBBBB;
  85. padding: 4rpx;
  86. }
  87. /* .van-cell__title {
  88. flex: 6!important;
  89. } */