图标或者其他放置在输入框内部(布局)

在这里插入图片描述

<view class="custom-input-container">
			<span class="currency"></span>
			<input class="uni-input" type="text" placeholder="请输入金额" />
		</view>
<style lang="scss">
.custom-input-container {
		position: relative;
	}

	.currency {
		font-family: PingFang SC, PingFang SC;
		font-weight: 600;
		color: #3C9CFF;
		margin-left: 19px;
		position: absolute;
		left: 10px;
		/* 调整位置以匹配您的设计 */
		top: 50%;
		transform: translateY(-50%);
		/* 垂直居中 */
		font-size: 18px;
		/* 字体大小 */
		pointer-events: none;
		/* 确保点击事件能够穿透到input */
	}
	/deep/ .uni-input-placeholder {
		color: #3C9CFF;
	}

	.uni-input {
		font-family: PingFang SC, PingFang SC;
		font-weight: 500;
		font-size: 20px;
		padding-left: 40px;
		/* 确保有足够的空间给currency span */
		border: none;
		/* 移除默认边框 */
		width: 100%;
		/* 填充整个容器 */
		box-sizing: border-box;
		/* 包括padding和border在width内 */
		outline: none;
		/* 移除聚焦时的轮廓 */
		margin: 14px;
		width: 347px;
		height: 70px;
		background: rgba(60, 156, 255, 0.06);
		border-radius: 8px 8px 8px 8px;
		border: 2px solid #3C9CFF;
	}
</style>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值