Commit f8917509 authored by 何小勇's avatar 何小勇

logo调整

parent eeb8c49f
...@@ -3,9 +3,12 @@ ...@@ -3,9 +3,12 @@
<div class="login_all"> <div class="login_all">
<div class="headercontainer"> <div class="headercontainer">
<div class="center-logo" style="width: 100%"> <div class="center-logo" style="width: 100%">
<img class="logo" src="@/assets/image/img_login_logo.png" alt /> <div class="logo">
<div class="logo_text"> <img src="@/assets/image/img_login_logo.png" alt />
贵州公安新一代警综API服务市场 </div>
<div>
<div class="logo_text_sub">贵州公安新一代警综</div>
<div class="logo_text">API服务市场</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -905,8 +908,10 @@ export default { ...@@ -905,8 +908,10 @@ export default {
} }
.center-logo { .center-logo {
/* margin: 8px 0; */ display: flex;
text-align: center; justify-content: center;
align-items: center;
} }
.el-form--label-top .el-form-item__label { .el-form--label-top .el-form-item__label {
...@@ -914,14 +919,18 @@ export default { ...@@ -914,14 +919,18 @@ export default {
} }
.logo { .logo {
/* width: 275px; margin-right: 20px;
height: 45px; */
/* width: 190px;
height: 31px; */
} }
.logo_text { .logo_text {
color: #fff; color: #fff;
font-size: 24px; font-size: 48px;
display: flex;
flex-direction: column;
justify-content: space-around;
}
.logo_text_sub {
color: #d0ebff;
font-size: 36px;
} }
.login_forms { .login_forms {
margin-top: 20px; margin-top: 20px;
......
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