2025-10-29 13:53:05 +08:00

28 lines
455 B
Plaintext

.input_content {
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
padding-right: 40rpx;
}
.input_content .uni-input {
flex: 1;
height: 65rpx;
}
.suffix {
color: #333333;
font-size: 28rpx;
margin-left: 20rpx;
}
.close {
height: 65rpx;
line-height: 65rpx;
width: 40rpx;
text-align: center;
position: absolute;
right: 0;
top: 0;
bottom: 0;
z-index: 100;
background-color: #fff;
}