extraction-apply.css 277 B

12345678910111213141516
  1. /*
  2. * 三级联动
  3. */
  4. .select-address {
  5. box-sizing: border-box;
  6. height: 70rpx;
  7. line-height: 70rpx;
  8. padding: 0 10rpx;
  9. }
  10. .select-address .section {
  11. width: 33.33%;
  12. box-sizing: border-box;
  13. }
  14. .select-address .section:not(:first-child) {
  15. padding: 0 5rpx;
  16. }