2025-07-15 16:18:34 +08:00
|
|
|
.input_content {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
2025-10-29 13:53:05 +08:00
|
|
|
position: relative;
|
|
|
|
|
padding-right: 40rpx;
|
2025-07-15 16:18:34 +08:00
|
|
|
}
|
|
|
|
|
.input_content .uni-input {
|
|
|
|
|
flex: 1;
|
|
|
|
|
height: 65rpx;
|
|
|
|
|
}
|
|
|
|
|
.suffix {
|
|
|
|
|
color: #333333;
|
|
|
|
|
font-size: 28rpx;
|
|
|
|
|
margin-left: 20rpx;
|
|
|
|
|
}
|
|
|
|
|
.close {
|
|
|
|
|
height: 65rpx;
|
|
|
|
|
line-height: 65rpx;
|
2025-10-29 13:53:05 +08:00
|
|
|
width: 40rpx;
|
|
|
|
|
text-align: center;
|
|
|
|
|
position: absolute;
|
|
|
|
|
right: 0;
|
|
|
|
|
top: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
z-index: 100;
|
|
|
|
|
background-color: #fff;
|
2025-07-15 16:18:34 +08:00
|
|
|
}
|