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.
 

93 lines
1.7 KiB

/* pages/user/address/add/index.wxss */
page {
background: white;
height: 100%;
}
.input-box {
background: white;
padding: 0 20rpx;
font-size: 28rpx;
margin: 0;
}
.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: #0B898E;
}
.icon-xia {
margin-left: 10rpx;
color: #999;
font-size: 28rpx;
}
.textarea-container{
width: 100%;
height: 243rpx;
background: #F7F7F7;
border-radius: 13rpx 13rpx 13rpx 13rpx;
margin: 0 auto;
padding: 20rpx;
box-sizing: border-box;
position: relative;
padding-bottom: 50rpx;
}
.textarea-container textarea{
width: 100%;
height: 100%;
overflow-y: auto;
}
.container-view{
display: flex;
justify-content: space-between;
flex-direction: column;
height: 100%;
}
.textarea-tip{
position: absolute;
right: 22rpx;
bottom: 13rpx;
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #999999;
text-align: left;
}
.tips{
background-color: #fdf6ec;
color: #e6a23c;
font-size: 26rpx;
text-align: center;
padding: 20rpx;
}