localPicker.wxss 386 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .picker {
  2. height: 80rpx;
  3. line-height: 84rpx;
  4. }
  5. .arrow {
  6. width: 20rpx;
  7. height: 20rpx;
  8. display: block;
  9. }
  10. .tac {
  11. text-align: center;
  12. }
  13. .arrow-box {
  14. justify-content: space-between;
  15. width: 420rpx;
  16. padding-right: 40rpx;
  17. }
  18. .df {
  19. display: flex;
  20. }
  21. .aic {
  22. align-items: center;
  23. }
  24. .jcsb {
  25. justify-content: space-between;
  26. }
  27. .jcsa {
  28. justify-content: space-around;
  29. }