home.wxss 319 B

1234567891011121314151617181920212223
  1. /* pages/home/home.wxss */
  2. .home .baseITem {
  3. position: relative;
  4. border-radius: 3px;
  5. margin: 1em 1em 0 1em;
  6. min-height: 50px;
  7. overflow: hidden;
  8. }
  9. .home .mainBody {
  10. max-height: calc(100% - 95px);
  11. }
  12. .home .toptips {
  13. top: 100px;
  14. }
  15. .picker{
  16. padding-left: 10rpx;
  17. font-weight: 500;
  18. font-size: 16px;
  19. }