🐛 fix(UI): 调整谷云logo
This commit is contained in:
parent
901de1726a
commit
68524aa443
Binary file not shown.
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.6 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 3.6 KiB |
|
@ -20,7 +20,7 @@
|
|||
@click="userTypeClick('enter')"
|
||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||
>
|
||||
<h3>企业登录</h3>
|
||||
<h3>用户登录</h3>
|
||||
<span></span>
|
||||
</div>
|
||||
<!-- <div-->
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
@click="userTypeClick('enter')"
|
||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||
>
|
||||
<h3>企业登录</h3>
|
||||
<h3>用户登录</h3>
|
||||
<span></span>
|
||||
</div>
|
||||
<!-- <div-->
|
||||
|
@ -248,14 +248,14 @@ export default {
|
|||
justify-content: center;
|
||||
margin-bottom: 34px;
|
||||
img{
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
height: 100px;
|
||||
width: 100px;
|
||||
}
|
||||
span{
|
||||
font-family: SimSun;
|
||||
font-family: cursive;
|
||||
font-weight: 400;
|
||||
font-size: 28px;
|
||||
margin-left: 20px;
|
||||
font-size: 30px;
|
||||
margin-left: 10px;
|
||||
//line-height: 80px;
|
||||
color: #000000;
|
||||
}
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
@click="userTypeClick('enter')"
|
||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||
>
|
||||
<h3>企业登录</h3>
|
||||
<h3>用户登录</h3>
|
||||
<span></span>
|
||||
</div>
|
||||
<!-- <div-->
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
@click="userTypeClick('enter')"
|
||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||
>
|
||||
<h3>企业登录</h3>
|
||||
<h3>用户登录</h3>
|
||||
<span></span>
|
||||
</div>
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue