search.wxss 840 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .search.data-v-5fd12acd {
  4. display: flex;
  5. justify-content: space-around;
  6. align-items: center;
  7. margin-bottom: 20rpx;
  8. height: 100rpx;
  9. font-size: 28rpx;
  10. background-color: #fff;
  11. }
  12. .search .search-type.data-v-5fd12acd {
  13. flex: 1;
  14. display: flex;
  15. justify-content: space-evenly;
  16. }
  17. .search .search-type .search-type-img.data-v-5fd12acd {
  18. margin-top: -5rpx;
  19. width: 17rpx;
  20. height: 12rpx;
  21. }
  22. .search .search-type .search-type-img img.data-v-5fd12acd {
  23. width: 100%;
  24. height: 100%;
  25. }
  26. .search .search-time.data-v-5fd12acd {
  27. flex: 1;
  28. display: flex;
  29. justify-content: space-evenly;
  30. }
  31. .search .search-time .search-time-img.data-v-5fd12acd {
  32. margin-top: -5rpx;
  33. width: 17rpx;
  34. height: 12rpx;
  35. }
  36. .search .search-time .search-time-img img.data-v-5fd12acd {
  37. width: 100%;
  38. height: 100%;
  39. }