Commit 614fe891 authored by youjie's avatar youjie

忘记密码

parent 5314cafd
...@@ -363,6 +363,7 @@ onMounted(async () => { ...@@ -363,6 +363,7 @@ onMounted(async () => {
height: 46px; height: 46px;
border-radius: 12px !important; border-radius: 12px !important;
background-color: #EEEFEB; background-color: #EEEFEB;
border: 2px solid #FFFFFF;
} }
:deep(.arco-input-focus){ :deep(.arco-input-focus){
border-radius: 12px; border-radius: 12px;
...@@ -468,8 +469,9 @@ onMounted(async () => { ...@@ -468,8 +469,9 @@ onMounted(async () => {
background-size: 100% 100%; background-size: 100% 100%;
} }
.loginForm-bg{ .loginForm-bg{
background: url('../../../assets/images/login_formbg.png')no-repeat white; background: url('../../assets/images/login_formbg.png')no-repeat white;
background-size: 100% 100%; background-size: 100% auto;
box-shadow: var(--primary1-6) 0px 5px 15px;
} }
/*.loginForm-bg:deep(.arco-btn-primary){ /*.loginForm-bg:deep(.arco-btn-primary){
background-color: var(--primary1-6) !important; background-color: var(--primary1-6) !important;
......
...@@ -457,6 +457,7 @@ watch(()=>currentStep.value,(newVal,oldVal)=>{ ...@@ -457,6 +457,7 @@ watch(()=>currentStep.value,(newVal,oldVal)=>{
height: 46px; height: 46px;
border-radius: 12px !important; border-radius: 12px !important;
background-color: #EEEFEB; background-color: #EEEFEB;
border: 2px solid #FFFFFF;
} }
:deep(.arco-input-focus){ :deep(.arco-input-focus){
border-radius: 12px; border-radius: 12px;
...@@ -486,7 +487,7 @@ watch(()=>currentStep.value,(newVal,oldVal)=>{ ...@@ -486,7 +487,7 @@ watch(()=>currentStep.value,(newVal,oldVal)=>{
text-indent: 4px; text-indent: 4px;
} }
.loginForm-bg{ .loginForm-bg{
background: url('../../../assets/images/login_formbg.png')no-repeat white; background: white;
background-size: 100% 100%; background-size: 100% 100%;
} }
:deep(.items-center-button .arco-btn-primary){ :deep(.items-center-button .arco-btn-primary){
......
...@@ -715,6 +715,7 @@ getSimples() ...@@ -715,6 +715,7 @@ getSimples()
height: 46px; height: 46px;
border-radius: 12px !important; border-radius: 12px !important;
background-color: #EEEFEB; background-color: #EEEFEB;
border: 2px solid #FFFFFF;
} }
:deep(.arco-input-focus){ :deep(.arco-input-focus){
border-radius: 12px; border-radius: 12px;
...@@ -745,7 +746,8 @@ getSimples() ...@@ -745,7 +746,8 @@ getSimples()
} }
.loginForm-bg{ .loginForm-bg{
background: url('../../assets/images/login_formbg.png')no-repeat white; background: url('../../assets/images/login_formbg.png')no-repeat white;
background-size: 100% 100%; background-size: 100% auto;
box-shadow: var(--primary1-6) 0px 5px 15px;
} }
:deep(.items-center-button .arco-btn-primary){ :deep(.items-center-button .arco-btn-primary){
box-shadow: rgba(74,102,77,0.15) 0px 5px 15px; box-shadow: rgba(74,102,77,0.15) 0px 5px 15px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment