19 lines
292 B
Plaintext
19 lines
292 B
Plaintext
.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;
|
|
} |