登录页及首页布局调整
Showing
2 changed files
with
11 additions
and
4 deletions
... | @@ -57,8 +57,8 @@ | ... | @@ -57,8 +57,8 @@ |
57 | .home-left { | 57 | .home-left { |
58 | width: 70%; | 58 | width: 70%; |
59 | padding-right: 3px; | 59 | padding-right: 3px; |
60 | height: 100%; | ||
61 | font-size: 14px; | 60 | font-size: 14px; |
61 | min-height: 625px; | ||
62 | 62 | ||
63 | .list-title { | 63 | .list-title { |
64 | overflow: hidden; | 64 | overflow: hidden; |
... | @@ -81,7 +81,8 @@ | ... | @@ -81,7 +81,8 @@ |
81 | 81 | ||
82 | .box-mountNode { | 82 | .box-mountNode { |
83 | flex: 1; | 83 | flex: 1; |
84 | height: calc(100% - 490px); | 84 | // height: calc(100% - 490px); |
85 | min-height: 130px; | ||
85 | } | 86 | } |
86 | 87 | ||
87 | .home-right { | 88 | .home-right { |
... | @@ -89,6 +90,7 @@ | ... | @@ -89,6 +90,7 @@ |
89 | width: 30%; | 90 | width: 30%; |
90 | display: flex; | 91 | display: flex; |
91 | flex-direction: column; | 92 | flex-direction: column; |
93 | min-height: 620px; | ||
92 | 94 | ||
93 | .list-title { | 95 | .list-title { |
94 | overflow: hidden; | 96 | overflow: hidden; | ... | ... |
1 | <!-- | 1 | <!-- |
2 | * @Description: | 2 | * @Description: |
3 | * @Autor: renchao | 3 | * @Autor: renchao |
4 | * @LastEditTime: 2023-07-19 09:50:45 | 4 | * @LastEditTime: 2023-11-30 17:07:18 |
5 | --> | 5 | --> |
6 | <template> | 6 | <template> |
7 | <div id="login"> | 7 | <div id="login"> |
... | @@ -260,7 +260,12 @@ | ... | @@ -260,7 +260,12 @@ |
260 | position: absolute; | 260 | position: absolute; |
261 | left: 50%; | 261 | left: 50%; |
262 | top: calc(50% + 10px); | 262 | top: calc(50% + 10px); |
263 | transform: translate(-50%, -50%); | 263 | margin: -225px 0 0 -468px; |
264 | } | ||
265 | @media screen and (max-width: 1440px) { | ||
266 | .login-content-wrap { | ||
267 | transform: scale(0.8); | ||
268 | } | ||
264 | } | 269 | } |
265 | .login-logo { | 270 | .login-logo { |
266 | height: 70px; | 271 | height: 70px; | ... | ... |
-
Please register or sign in to post a comment