searchresult.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. background-color: #007AFF;
  58. }
  59. .hotelright {
  60. padding-left: 16rpx;
  61. display: -webkit-box;
  62. display: -webkit-flex;
  63. display: flex;
  64. -webkit-box-orient: vertical;
  65. -webkit-box-direction: normal;
  66. -webkit-flex-direction: column;
  67. flex-direction: column;
  68. width: 100%;
  69. }
  70. .undertip {
  71. display: -webkit-box;
  72. display: -webkit-flex;
  73. display: flex;
  74. -webkit-box-orient: horizontal;
  75. -webkit-box-direction: normal;
  76. -webkit-flex-direction: row;
  77. flex-direction: row;
  78. -webkit-box-align: center;
  79. -webkit-align-items: center;
  80. align-items: center;
  81. }
  82. .tipsTop {
  83. border: 2rpx solid #BBBBBB;
  84. margin-right: 14rpx;
  85. color: #BBBBBB;
  86. padding: 4rpx;
  87. }
  88. /* .van-cell__title {
  89. flex: 6!important;
  90. } */