|
@ -6,7 +6,7 @@ |
|
|
<h1>南京生态环境评估决策平台</h1> |
|
|
<h1>南京生态环境评估决策平台</h1> |
|
|
<el-input placeholder="请输入账户" type="text" class="input" v-model="inputName"> |
|
|
<el-input placeholder="请输入账户" type="text" class="input" v-model="inputName"> |
|
|
<template #prefix> |
|
|
<template #prefix> |
|
|
<el-icon ><img src="/images/pen.png"></el-icon> |
|
|
<el-icon><img src="/images/pen.png"></el-icon> |
|
|
</template> |
|
|
</template> |
|
|
</el-input> |
|
|
</el-input> |
|
|
<el-input placeholder="请输入登录密码" type="password" v-model="inputPassword" class="input" > |
|
|
<el-input placeholder="请输入登录密码" type="password" v-model="inputPassword" class="input" > |
|
@ -39,7 +39,6 @@ export default { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
return { |
|
|
return { |
|
|
...toRefs(option), |
|
|
...toRefs(option), |
|
|
onLoginClick |
|
|
onLoginClick |
|
@ -50,21 +49,21 @@ export default { |
|
|
|
|
|
|
|
|
<style lang="less" scoped> |
|
|
<style lang="less" scoped> |
|
|
.loginInput { |
|
|
.loginInput { |
|
|
width: 651px; |
|
|
width: 6.51rem; |
|
|
height: 689px; |
|
|
height: 6.89rem; |
|
|
background: #FFFFFF; |
|
|
background: #FFFFFF; |
|
|
border: 1px solid #707070; |
|
|
border: 1px solid #707070; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
border-radius: 10px; |
|
|
border-radius: 10px; |
|
|
position: relative; |
|
|
position: relative; |
|
|
left: 50%; |
|
|
left: 50%; |
|
|
top: 255px; |
|
|
top: 2.55rem; |
|
|
transform: translateX(-50%); |
|
|
transform: translateX(-50%); |
|
|
|
|
|
|
|
|
.litterSemicircle { |
|
|
.litterSemicircle { |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
width: 239px; |
|
|
width: 2.39rem; |
|
|
height: 239px; |
|
|
height: 2.39rem; |
|
|
background: #FFFFFF; |
|
|
background: #FFFFFF; |
|
|
border-radius: 50%; |
|
|
border-radius: 50%; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
@ -75,39 +74,39 @@ export default { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.importInput { |
|
|
.importInput { |
|
|
width: 651px; |
|
|
width: 6.51rem; |
|
|
height: 689px; |
|
|
height: 6.89rem; |
|
|
background: #FFFFFF; |
|
|
background: #FFFFFF; |
|
|
border: 1px solid #707070; |
|
|
border: 1px solid #707070; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
border-radius: 10px; |
|
|
border-radius: 0.10rem; |
|
|
display: flex; |
|
|
display: flex; |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-content: flex-start; |
|
|
align-content: flex-start; |
|
|
|
|
|
|
|
|
h1 { |
|
|
h1 { |
|
|
width: 393px; |
|
|
width: 3.93rem; |
|
|
height: 40px; |
|
|
height: 0.4rem; |
|
|
font-size: 30px; |
|
|
font-size: 0.30rem; |
|
|
font-family: Microsoft YaHei; |
|
|
font-family: Microsoft YaHei; |
|
|
font-weight: bold; |
|
|
font-weight: bold; |
|
|
line-height: 40px; |
|
|
line-height: 0.4rem; |
|
|
color: #222222; |
|
|
color: #222222; |
|
|
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); |
|
|
text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
margin-top: 120px; |
|
|
margin-top: 1.20rem; |
|
|
margin-bottom: 52px; |
|
|
margin-bottom: 0.52rem; |
|
|
padding-left: 12px; |
|
|
padding-left: 0.12rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
:deep(.input) { |
|
|
:deep(.input) { |
|
|
width: 496px; |
|
|
width: 4.96rem; |
|
|
height: 69px; |
|
|
height: 0.69rem; |
|
|
background: #FFFFFF; |
|
|
background: #FFFFFF; |
|
|
border: 1px solid #BCBCBC; |
|
|
border: 1px solid #BCBCBC; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
margin-bottom: 71px; |
|
|
margin-bottom: 0.71rem; |
|
|
|
|
|
|
|
|
.el-input__inner{ |
|
|
.el-input__inner{ |
|
|
height: 100% !important; |
|
|
height: 100% !important; |
|
@ -116,18 +115,16 @@ export default { |
|
|
font-size: 18px; |
|
|
font-size: 18px; |
|
|
font-family: Microsoft YaHei; |
|
|
font-family: Microsoft YaHei; |
|
|
font-weight: 400; |
|
|
font-weight: 400; |
|
|
line-height: 24px; |
|
|
line-height: 0.24rem; |
|
|
color: #999999; |
|
|
color: #999999; |
|
|
padding-left: 54px; |
|
|
padding-left: 0.54rem; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
img { |
|
|
img { |
|
|
width: 18px; |
|
|
width: 0.18rem; |
|
|
height: 17.92px; |
|
|
height: 0.1792rem; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
top: -7px; |
|
|
top: -13px; |
|
|
left: 18px; |
|
|
left: 18px; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
@ -138,13 +135,13 @@ export default { |
|
|
margin-top: 35px; |
|
|
margin-top: 35px; |
|
|
} |
|
|
} |
|
|
.btn{ |
|
|
.btn{ |
|
|
width: 496px; |
|
|
width: 4.96rem; |
|
|
height: 69px; |
|
|
height: 0.69rem; |
|
|
background: #498DF0; |
|
|
background: #498DF0; |
|
|
opacity: 1; |
|
|
opacity: 1; |
|
|
color: #FFFFFF; |
|
|
color: #FFFFFF; |
|
|
border: none; |
|
|
border: none; |
|
|
font-size: 22px; |
|
|
font-size: 0.22rem; |
|
|
margin-bottom: 127px; |
|
|
margin-bottom: 1.27rem; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
</style> |
|
|