吉安感知网项目-前端
张含笑
2026-01-12 9667ac25b45a98474761e4d626193dae1a408195
feat:通讯录搜索
1 files modified
36 ■■■■■ changed files
uniapps/work-app/src/pages/login/index.vue 36 ●●●●● patch | view | raw | blame | history
uniapps/work-app/src/pages/login/index.vue
@@ -5,11 +5,10 @@
    <image class="logo" :src="logoSvg" />
    <div class="title">低空经济服务一体化平台系统</div>
    <div class="user-name">
      <!-- <image :src="usernameSvg" /> -->
      <input v-model="loginForm.username" placeholder="请输入用户名" />
    </div>
    <div class="pass-word">
      <!-- <image :src="passwordSvg" /> -->
      <input
        v-model="loginForm.password"
        type="password"
@@ -28,16 +27,16 @@
        </checkbox-group>
        记住密码
      </label>
      <div>忘记密码?</div>
      <div class="forgotPassword">忘记密码?</div>
    </div>
    <button class="login-btn" :style="[inputStyle]" @tap="submit">登录</button>
    <view class="agreement">
  <!--  <view class="agreement">
      <label>
        <checkbox :checked="agreed" @click="agreed = !agreed" />
        同意《用户协议》与《隐私政策》
      </label>
    </view>
    </view> -->
  </view>
</template>
@@ -182,8 +181,8 @@
  }
}
  .logo {
    width: 127px;
    height: 51px;
    width: 134rpx;
    height: 134rpx;
    margin: 0 auto;
    margin-top: 286rpx;
    margin-bottom: 16px;
@@ -209,7 +208,7 @@
    text-transform: none;
    color: #161B2C;
    text-align: center;
    margin-bottom: 168rpx;
    margin-bottom: 106rpx;
  }
.user-name{
  margin-bottom: 40rpx;
@@ -264,8 +263,9 @@
    margin-right: 58rpx;
    margin-top: 20rpx;
    color: #666;
    font-weight: 400;
    font-size: 28rpx;
    color: #86909C;
    label {
      display: flex;
@@ -287,11 +287,13 @@
    @apply flex items-center justify-center py-12rpx px-0 text-30rpx border-none;
    background: #1d6fe9;
    color: white;
    width: 590rpx;
    height: 76rpx;
    border-radius: 40rpx 40rpx 40rpx 40rpx;
    margin-top: 100rpx;
    width: 670rpx;
    height: 100rpx;
    border-radius: 8rpx 8rpx 8rpx 8rpx;
    margin-top: 184rpx;
    font-size: 36rpx;
    font-weight: 400;
    font-family: Source Han Sans CN, Source Han Sans CN;
    &::after {
      @apply border-none;
    }
@@ -345,4 +347,10 @@
  align-items: center;
  text-align: center;
}
.forgotPassword {
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 28rpx;
  color: #4E5969;
}
</style>