|
@@ -261,8 +261,8 @@ const verifySuccess = (params) => {
|
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
|
width: 100%;
|
|
|
- // height: 84vh;
|
|
|
- height: calc(100vh - 50px);
|
|
|
+ height: 78vh;
|
|
|
+ // height: calc(100vh - 50px);
|
|
|
margin-top: 50px;
|
|
|
}
|
|
|
.login-change {
|
|
@@ -293,7 +293,6 @@ const verifySuccess = (params) => {
|
|
|
.login-tips {
|
|
|
width: 100%;
|
|
|
font-size: 12px;
|
|
|
- // text-align: center;
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
align-items: center;
|
|
@@ -310,8 +309,6 @@ const verifySuccess = (params) => {
|
|
|
.aboutBox {
|
|
|
width: 100%;
|
|
|
background-color: #fff;
|
|
|
- // overflow-x: auto;
|
|
|
- margin-top: -115px;
|
|
|
}
|
|
|
.carousel {
|
|
|
:deep(.v-window) {
|