19 lines
292 B
Plaintext
Raw Normal View History

2025-12-19 09:46:56 +08:00
.input_content {
display: flex;
align-items: center;
justify-content: space-between;
}
.input_content .uni-input {
flex: 1;
height: 70rpx;
}
.suffix {
color: #333333;
font-size: 28rpx;
margin-left: 20rpx;
}
.close {
height: 70rpx;
line-height: 70rpx;
padding: 0 10rpx;
}