searchRoom.wxss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* pages/searchRoom/searchRoom.wxss */
  2. .storeContent {
  3. width: 100%;
  4. padding: 0 32rpx 10rpx;
  5. box-sizing: border-box;
  6. display: flex;
  7. align-items: center;
  8. justify-content: center;
  9. position: fixed;
  10. top: 0;
  11. left: 0;
  12. background: #fff;
  13. z-index: 100;
  14. }
  15. .storeSearch {
  16. width: 614rpx;
  17. height: 64rpx;
  18. background: #F6F6F6;
  19. border-radius: 32rpx;
  20. display: flex;
  21. align-items: center;
  22. justify-content: flex-start;
  23. padding: 0 32rpx;
  24. box-sizing: border-box;
  25. margin-right: 10rpx;
  26. }
  27. .storeSearch image{
  28. width: 24rpx;
  29. height: 24rpx;
  30. }
  31. .storeSearch input{
  32. font-size: 24rpx;
  33. color: #333;
  34. margin-left: 4rpx;
  35. width: 80%;
  36. }
  37. .storeSearch .placeholderStyle{
  38. font-size: 24rpx;
  39. color: #B2B2B2;
  40. }
  41. .searchBtn{
  42. color: #0075DC;
  43. font-size: 28rpx;
  44. width: 60rpx;
  45. }
  46. .resulst{
  47. padding: 10rpx 32rpx 0;
  48. box-sizing: border-box;
  49. background: #fff;
  50. }
  51. .unbrand {
  52. margin-top: 180rpx;
  53. text-align: center;
  54. }
  55. .unbrand image {
  56. display: inline-block;
  57. width: 250rpx;
  58. height: 274rpx;
  59. }
  60. .unbrand .text {
  61. color: #666C7D;
  62. font-size: 30rpx;
  63. margin-top: 40rpx;
  64. }
  65. .storeList {
  66. width: 100%;
  67. /* padding: 0 32rpx; */
  68. box-sizing: border-box;
  69. /* display: flex;
  70. align-items: center;
  71. justify-content: center; */
  72. margin-top: 20rpx;
  73. overflow: hidden;
  74. }
  75. .storeList>view {
  76. overflow: hidden;
  77. width: 334rpx;
  78. float: left;
  79. }
  80. .storeList>view:nth-of-type(odd){
  81. margin-right: 18rpx;
  82. }
  83. page{
  84. background: #F6F6F6;
  85. width: 100%;
  86. height: 100%;
  87. }
  88. .house-list:last-of-type roomItem .tj_listItem{
  89. border-bottom: 2rpx solid transparent;
  90. }