address.wxss 643 B

12345678910
  1. .bottom-bar{ position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1000; }
  2. .bottom-bar wx-navigator{ background: #ff4544; text-align: center; height: 100rpx; line-height: 100rpx; color: #fff; }
  3. .address-list{ padding-bottom: 100rpx; }
  4. .address-item{ background: #fff; margin-bottom: 20rpx; padding: 32rpx 24rpx; }
  5. .userinfo{ margin-bottom: 24rpx; }
  6. .address-detail{ border-bottom: 1rpx solid #eee; margin-bottom: 24rpx; padding-bottom: 24rpx; }
  7. .address-option{ margin-left: 48rpx; }
  8. .address-option wx-image{ width: 32rpx; height: 32rpx; margin-right: 16rpx; }
  9. .default-address{ width: auto; }
  10. .default-address.active{ color: #fe6e00; }