@@ -246,7 +246,7 @@ const validatorPhone = (val) => {
.placeholder-text {
position: absolute; /* 绝对定位到输入框右侧 */
right: 30rpx;
- top: 31%;
+ margin-top: -9%;
font-size: 26rpx;
color: #999; /* 模拟原生placeholder颜色 */
pointer-events: none; /* 避免遮挡输入框点击 */
@@ -20,7 +20,7 @@
position: absolute;
/* 绝对定位到输入框右侧 */
color: #999;
/* 模拟原生placeholder颜色 */