extraction-address.css 254 B

123456789101112131415
  1. .address-logo {
  2. width: 140rpx;
  3. height: 140rpx !important;
  4. }
  5. .address .item-icon {
  6. width: 30rpx;
  7. height: 35rpx !important;
  8. }
  9. .address-alias {
  10. padding: 0 10rpx;
  11. }
  12. .address .text {
  13. line-height: 44rpx;
  14. width: calc(100% - 40rpx);
  15. }