@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ page { padding-bottom: 120rpx; padding-top: 20rpx; background-color: #f8f8f8; } .content { position: relative; } .list { align-items: center; padding: 20rpx 30rpx; background: #fff; margin: 20rpx; margin-top: 0; } .list .buttom { display: flex; align-items: center; justify-content: space-between; padding-top: 10rpx; } .list .buttom .checkbox { font-size: 44rpx; line-height: 1; padding: 4rpx; color: #c0c4cc; background: #fff; border-radius: 50px; } .list .buttom .checkbox.checked { color: #f65067; } .list .buttom .default-buttom { display: flex; align-items: center; } .list .buttom .operation { display: flex; align-items: center; } .list .buttom .operation .blank { width: 30rpx; } .list .buttom .text { padding-left: 10rpx; font-size: 24rpx; color: #666666; } .wrapper { display: flex; flex-direction: column; flex: 1; border-bottom: 1px solid #f0f0f0; padding-bottom: 20rpx; } .address-box { display: flex; align-items: center; justify-content: space-between; } .address-box .address { font-size: 30rpx; color: #303133; } .address-box .mobile { font-size: 28rpx; color: #333333; } .u-box { font-size: 28rpx; color: #909399; margin-top: 16rpx; } .u-box .name { margin-right: 30rpx; } .icon-bianji { display: flex; align-items: center; height: 80rpx; font-size: 40rpx; color: #909399; padding-left: 30rpx; } .add-btn { position: fixed; left: 30rpx; right: 30rpx; bottom: 16rpx; z-index: 95; display: flex; align-items: center; justify-content: center; width: 690rpx; height: 80rpx; font-size: 32rpx; color: #fff; background-color: #f65067; border-radius: 10rpx; }