hotelsearch.wxss 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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. .active {
  42. color: #F76260;
  43. }
  44. .typeItem {
  45. width: 33%;
  46. display: inline-block;
  47. text-align: center;
  48. }
  49. .iconClass {
  50. display: -webkit-box;
  51. display: -webkit-flex;
  52. display: flex;
  53. -webkit-box-orient: horizontal;
  54. -webkit-box-direction: normal;
  55. -webkit-flex-direction: row;
  56. flex-direction: row;
  57. -webkit-box-align: center;
  58. -webkit-align-items: center;
  59. align-items: center;
  60. -webkit-box-pack: center;
  61. -webkit-justify-content: center;
  62. justify-content: center;
  63. }