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.

19 lines
271 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;
}
.mg{
margin-top: 4px;
margin-bottom: 2px;
}