From 782ff6728b9a4181f794239e4972e7ac464c7b7a Mon Sep 17 00:00:00 2001 From: Your Name <you@example.com> Date: 星期一, 19 九月 2022 19:49:02 +0800 Subject: [PATCH] # --- pages/login/login.vue | 15 +++++++++++---- 1 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pages/login/login.vue b/pages/login/login.vue index bc94028..0fccb8f 100644 --- a/pages/login/login.vue +++ b/pages/login/login.vue @@ -6,12 +6,14 @@ <view class="user-info-item shadow-warp"> <view class="icons"><uni-icons type="person" size="20"></uni-icons></view> <text>璐﹀彿锛�</text> - <input type="text"> + <input type="text" placeholder="璇疯緭鍏ヨ处鍙�!" + placeholder-style="font-size:14px;color:#ccc;"> </view> <view class="user-info-item shadow-warp"> <view class="icons"><uni-icons type="locked" size="20"></uni-icons></view> <text>瀵嗙爜锛�</text> - <input :password="!showPassword" v-model="password"> + <input :password="!showPassword" v-model="password" placeholder="璇疯緭鍏ュ瘑鐮�!" + placeholder-style="font-size:14px;color:#ccc;"> <view class="showPassword" v-if="showPassword" @click="changePassword"><uni-icons type="eye" size="20"></uni-icons></view> <view class="showPassword" v-if="!showPassword" @click="changePassword"><uni-icons type="eye-slash" size="20"></uni-icons></view> </view> @@ -86,9 +88,14 @@ align-items:center; background-color: #fff; margin-bottom: 30rpx; + font-size: 28rpx; + font-weight: 500; } - .user-info-item input{ - width: 350rpx; + .user-info-item>input{ + width: 400rpx; + color:#606266; + font-weight: 500; + caret-color:#606266; // 鍏夋爣棰滆壊 } .icons { margin-left: 20rpx; -- Gitblit v1.9.1