user-address.css 316 B

123456789101112131415161718
  1. .address .item-icon {
  2. width: 30rpx;
  3. height: 35rpx !important;
  4. }
  5. .address-alias {
  6. padding: 0 10rpx;
  7. }
  8. .address .text {
  9. line-height: 44rpx;
  10. width: calc(100% - 40rpx);
  11. }
  12. .default-checkbox image {
  13. width: 35rpx;
  14. height: 35rpx !important;
  15. }
  16. .submit-list button {
  17. width: calc(50% - 10rpx);
  18. }