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