|
@@ -136,21 +136,21 @@ const loginFun = async () => {
|
|
|
</div>
|
|
|
<div class="kply">
|
|
|
<div class="kply_inner">
|
|
|
- <div style="padding: 20px 200px;">
|
|
|
+ <div style="padding: 20px 100px;">
|
|
|
|
|
|
- <div style="margin-top:20px">
|
|
|
+ <div style="margin-top:10px">
|
|
|
<div class="user_account">当前密码:</div>
|
|
|
<div class="input_cus"> <el-input v-model="currentPass" type="password" show-password
|
|
|
style="width: 100%" placeholder="请输入密码" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin-top:20px">
|
|
|
+ <div style="margin-top:10px">
|
|
|
<div class="user_account">新密码:</div>
|
|
|
<div><el-input v-model="password" type="password" style="width: 100%" placeholder="请输入密码"
|
|
|
show-password />
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="margin-top:20px">
|
|
|
+ <div style="margin-top:10px">
|
|
|
<div class="user_account">确认密码:</div>
|
|
|
<div><el-input v-model="comPassword" type="password" style="width: 100%" placeholder="请输入密码"
|
|
|
show-password />
|
|
@@ -176,7 +176,7 @@ const loginFun = async () => {
|
|
|
:deep(.el-input__wrapper) {
|
|
|
align-items: center;
|
|
|
border-radius: 60px !important;
|
|
|
- border: 8px solid #B2F2D2 !important;
|
|
|
+ border: 2px solid #B2F2D2 !important;
|
|
|
padding-left: 20px;
|
|
|
|
|
|
}
|
|
@@ -186,8 +186,8 @@ const loginFun = async () => {
|
|
|
}
|
|
|
|
|
|
:deep(.el-input__inner) {
|
|
|
- height: 40px;
|
|
|
- font-size: 20px;
|
|
|
+ height: 36px;
|
|
|
+ font-size: 16px;
|
|
|
}
|
|
|
|
|
|
|
|
@@ -198,8 +198,9 @@ const loginFun = async () => {
|
|
|
min-width: 1200px;
|
|
|
background-image: url('../assets/home/bg_ty.png');
|
|
|
background-repeat: no-repeat;
|
|
|
- background-size: contain;
|
|
|
+ background-size: 100% auto;
|
|
|
background-color: #FAFAFA; //估计是需要动态
|
|
|
+ flex: 1;
|
|
|
|
|
|
//获取屏幕宽度home_header_out 这个div的宽度--然后宽度*1000再除1920即为当前div的宽度
|
|
|
.home_header_inner {
|
|
@@ -212,13 +213,13 @@ const loginFun = async () => {
|
|
|
|
|
|
|
|
|
.report_top {
|
|
|
- width: 860px;
|
|
|
- margin-left: 170px;
|
|
|
+ width: 650px;
|
|
|
margin-top: 20px;
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
align-items: center;
|
|
|
+ margin-left: 285px;
|
|
|
|
|
|
.xlts_img {
|
|
|
width: 200px;
|
|
@@ -227,7 +228,7 @@ const loginFun = async () => {
|
|
|
.report_jt {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
- font-size: 40px;
|
|
|
+ font-size: 20px;
|
|
|
font-weight: 700;
|
|
|
letter-spacing: 3px;
|
|
|
}
|
|
@@ -236,8 +237,8 @@ const loginFun = async () => {
|
|
|
|
|
|
.kply {
|
|
|
width: 100%;
|
|
|
- margin-top: 40px;
|
|
|
- margin-bottom: 78px;
|
|
|
+ margin-top: 20px;
|
|
|
+ // margin-bottom: 78px;
|
|
|
// background-color: #FAFAFA;
|
|
|
|
|
|
.kply_inner {
|
|
@@ -245,14 +246,14 @@ const loginFun = async () => {
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
margin: auto;
|
|
|
- width: 860px;
|
|
|
- min-height: 500px;
|
|
|
+ width: 650px;
|
|
|
+ // min-height: 500px;
|
|
|
|
|
|
background-color: #ffffff;
|
|
|
border-radius: 40px;
|
|
|
|
|
|
.user_account {
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 18px;
|
|
|
// line-height: 70px;
|
|
|
margin-bottom: 10px;
|
|
|
letter-spacing: 5px;
|
|
@@ -274,11 +275,11 @@ const loginFun = async () => {
|
|
|
color: #ffffff;
|
|
|
background-color: #000000;
|
|
|
margin-right: 20px;
|
|
|
- padding: 10px 90px;
|
|
|
+ padding: 5px 50px;
|
|
|
cursor: pointer;
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- font-size: 20px;
|
|
|
+ font-size: 16px;
|
|
|
|
|
|
}
|
|
|
}
|