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.

20 lines
287 B

@import "../question-common.wxss";
.input-wrap{
display: flex;
align-items: center;
}
.null-input{
flex: auto;
border: 1rpx solid lightgray;
padding: 10rpx 12rpx;
margin: 6rpx 10rpx;
border-radius: 10rpx;
}
standard-null-input{
align-items: center;
display: flex;
}