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.
 

31 lines
596 B

/* pages/user/address/add/index.wxss */
.input-box {
background: white;
padding: 0 20rpx;
font-size: 28rpx;
}
.input-item {
display: flex;
align-items: center;
height: 90rpx;
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;
background:linear-gradient(0deg,rgba(0,179,129,1),rgba(92,192,95,1));
}