2025-07-15 16:18:34 +08:00

19 lines
292 B
Plaintext

.input_content {
display: flex;
align-items: center;
justify-content: space-between;
}
.input_content .uni-input {
flex: 1;
height: 65rpx;
}
.suffix {
color: #333333;
font-size: 28rpx;
margin-left: 20rpx;
}
.close {
height: 65rpx;
line-height: 65rpx;
padding: 0 10rpx;
}