You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
621 B

5 years ago
/* pages/user/address/add/index.wxss */
5 years ago
page {
background: #f6f6f6;
}
5 years ago
.input-box {
background: white;
5 years ago
margin: 20rpx;
5 years ago
font-size: 28rpx;
5 years ago
padding: 0 25rpx;
border-radius: 10rpx;
5 years ago
}
.input-item {
display: flex;
align-items: center;
5 years ago
height: 106rpx;
5 years ago
justify-content: space-between;
border-bottom: 1rpx solid #EEE;
}
.input-label {
width: 140rpx;
}
.input-item .weui-input {
flex: 1;
}
.btn {
margin: 0 20rpx;
margin-top: 100rpx;
width: 700rpx;
margin-bottom: 30rpx;
line-height: 72rpx;
border-radius: 35rpx;
text-align: center;
color: white;
font-size: 36rpx;
5 years ago
background: #D62828;
5 years ago
}