| 1234567891011121314151617 |
- /* pages/address/address.wxss */
- page{padding-bottom: 120rpx;}
- .li{background: #fff;padding: 35rpx 20rpx;border-bottom: 2rpx solid #f5f5f5;align-items: center;}
- .li:last-child{border-bottom: none;}
- .check{width: 34rpx;height: 34rpx;}
- .info{margin: 0 30rpx;}
- .name{font-size: 30rpx;color: #333;font-weight: bold;}
- .name text{margin-left: 30rpx;}
- .addr{font-size: 24rpx;color: #999;line-height: 36rpx;margin-top: 15rpx;}
- .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;}
- .edit{width: 40rpx;height: 38rpx;}
- .add{position: fixed;left: 0;right: 0;bottom: 0;height: 100rpx;line-height: 100rpx;background: #FE0419;font-size: 36rpx;color: #fff;text-align: center;}
|