address.css 786 B

1234567891011121314151617
  1. /* pages/address/address.wxss */
  2. page{padding-bottom: 120rpx;}
  3. .li{background: #fff;padding: 35rpx 20rpx;border-bottom: 2rpx solid #f5f5f5;align-items: center;}
  4. .li:last-child{border-bottom: none;}
  5. .check{width: 34rpx;height: 34rpx;}
  6. .info{margin: 0 30rpx;}
  7. .name{font-size: 30rpx;color: #333;font-weight: bold;}
  8. .name text{margin-left: 30rpx;}
  9. .addr{font-size: 24rpx;color: #999;line-height: 36rpx;margin-top: 15rpx;}
  10. .addr text{display: inline-block;height: 28rpx;line-height: 28rpx;border-radius: 4rpx;background: #ffe5e8;font-size: 20rpx;color: #FE0419;padding: 0 8rpx;margin-right: 8rpx;}
  11. .edit{width: 40rpx;height: 38rpx;}
  12. .add{position: fixed;left: 0;right: 0;bottom: 0;height: 100rpx;line-height: 100rpx;background: #FE0419;font-size: 36rpx;color: #fff;text-align: center;}