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

logo调整

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