localPicker.wxss 362 B

12345678910111213141516171819202122232425262728293031323334353637
  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: 380rpx;
  16. }
  17. .df {
  18. display: flex;
  19. }
  20. .aic {
  21. align-items: center;
  22. }
  23. .jcsb {
  24. justify-content: space-between;
  25. }
  26. .jcsa {
  27. justify-content: space-around;
  28. }