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.
 

64 lines
1.1 KiB

/* pages/user/address/add/index.wxss */
page {
background: #fff;
}
.input-item {
display: flex;
align-items: center;
height: 185rpx;
font-size: 49rpx;
font-weight: 500;
margin: 0 30rpx;
justify-content: space-between;
padding: 0 20rpx;
border-bottom: 1rpx solid #D8D8D8;
}
.input-item .weui-input {
flex: 1;
}
.input-item textarea.weui-input {
height: 120rpx;
}
.picker {
height: 80rpx;
background: #FFFFFF;
border: 1px solid #999999;
border-radius: 20rpx;
box-sizing: border-box;
text-align: center;
margin-right: 20rpx;
}
.picker text {
flex: 1;
text-align: center;
padding: 0 15rpx;
}
.picker .iconfont {
color: #0B898E;
width: 80rpx;
line-height: 80rpx;
border-left: 1px solid #999999;
}
.btns {
position: fixed;
left: 27rpx;
right: 27rpx;
bottom: 27rpx;
justify-content: space-between;
font-size: 49rpx;
font-weight: bold;
}
.btns view {
color: #0B898E;
border: 2rpx solid #0B898E;
background: white;
width: 333rpx;
box-sizing: border-box;
text-align: center;
border-radius: 20rpx;
line-height: 103rpx;
}
.btns view.active {
color: #fff;
background: #0B898E;
}