提交 90ede614 authored 作者: 邓文彬's avatar 邓文彬

fix(登录页): 登陆页切换

上级 866e9232
<template> <template>
<view class="content"> <view class="content">
<view class="login_wrap"> <view class="login_wrap">
<view class="top-module">
<image src="@/static/logo.png" alt="" />
<view class="title">杭州内网监管在线-机房巡检</view>
</view>
<view class="form_wrap"> <view class="form_wrap">
<view class="input_wrap"> <view class="input_wrap">
<uni-easyinput <uni-easyinput
...@@ -211,12 +219,30 @@ export default { ...@@ -211,12 +219,30 @@ export default {
justify-content: center; justify-content: center;
align-items: center; align-items: center;
.top-module {
width: 350px;
margin-bottom: 48px;
text-align: center;
image{
width: 88px;
height: 88px;
}
.title {
font-size: 26px;
color: #000000;
line-height: 34px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
}
}
.login_wrap { .login_wrap {
} }
.log-input { .log-input {
width: 350px; width: 350px;
margin-bottom: 24px; margin-bottom: 24px;
background: #fff;
color: #4a4a4a;
} }
/deep/.is-input-border { /deep/.is-input-border {
...@@ -229,37 +255,40 @@ export default { ...@@ -229,37 +255,40 @@ export default {
} }
/deep/.uni-easyinput__placeholder-class { /deep/.uni-easyinput__placeholder-class {
color: #ffffff; color: #4a4a4a;
} }
/deep/.is-focused { /deep/.is-focused {
border: 1px solid #ffffff !important; border: 1px solid #4a4a4a !important;
.uniui-eye-filled { .uniui-eye-filled {
color: #ffffff !important; color: #4a4a4a !important;
} }
.uniui-eye-slash-filled { .uniui-eye-slash-filled {
color: #ffffff !important; color: #4a4a4a !important;
} }
} }
/deep/.uni-input-input { /deep/.uni-input-input {
color: #ffffff !important; color: #4a4a4a !important;
} }
/deep/.uniui-clear { /deep/.uniui-clear {
color: #ffffff !important; color: #4a4a4a !important;
} }
.login_btn { .login_btn {
background: #3774f6;
box-shadow: 0px 2px 14px 0px rgba(51, 104, 246, 0.24);
border-radius: 3px;
.login_btn_text { .login_btn_text {
width: 350px; width: 350px;
height: 40px; height: 40px;
background-color: #ffffff; background-color: #3774f6;
box-shadow: 0px 1px 4px 0px rgba(84, 116, 232, 0.16); box-shadow: 0px 1px 4px 0px rgba(84, 116, 232, 0.16);
border-radius: 2px; border-radius: 2px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
color: #577bff; color: #fff;
} }
} }
} }
......
static/logo.png

3.9 KB | W: | H:

static/logo.png

18.8 KB | W: | H:

static/logo.png
static/logo.png
static/logo.png
static/logo.png
  • 2-up
  • Swipe
  • Onion skin
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论