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.
 

49 lines
821 B

/* pages/user/address/add/index.wxss */
page {
background: #f0f0f0;
}
.input-box {
background: white;
padding: 0 20rpx;
font-size: 28rpx;
margin: 25rpx;
border-radius: 10px;
}
.input-item {
display: flex;
align-items: center;
height: 106rpx;
justify-content: space-between;
border-bottom: 1rpx solid #EEE;
}
.input-label {
width: 140rpx;
}
.input-item .weui-input {
flex: 1;
}
.select-card {
display: flex;
align-items: center;
line-height: 90rpx;
}
.select-card .iconfont {
line-height: 90rpx;
}
.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;
background:#D62828;
}
.icon-xia {
margin-left: 10rpx;
color: #999;
font-size: 28rpx;
}