🐛 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')"
|
@click="userTypeClick('enter')"
|
||||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||||
>
|
>
|
||||||
<h3>企业登录</h3>
|
<h3>用户登录</h3>
|
||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div-->
|
<!-- <div-->
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
@click="userTypeClick('enter')"
|
@click="userTypeClick('enter')"
|
||||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||||
>
|
>
|
||||||
<h3>企业登录</h3>
|
<h3>用户登录</h3>
|
||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div-->
|
<!-- <div-->
|
||||||
|
@ -248,14 +248,14 @@ export default {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin-bottom: 34px;
|
margin-bottom: 34px;
|
||||||
img{
|
img{
|
||||||
height: 80px;
|
height: 100px;
|
||||||
width: 80px;
|
width: 100px;
|
||||||
}
|
}
|
||||||
span{
|
span{
|
||||||
font-family: SimSun;
|
font-family: cursive;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 28px;
|
font-size: 30px;
|
||||||
margin-left: 20px;
|
margin-left: 10px;
|
||||||
//line-height: 80px;
|
//line-height: 80px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
@click="userTypeClick('enter')"
|
@click="userTypeClick('enter')"
|
||||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||||
>
|
>
|
||||||
<h3>企业登录</h3>
|
<h3>用户登录</h3>
|
||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
<!-- <div-->
|
<!-- <div-->
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
@click="userTypeClick('enter')"
|
@click="userTypeClick('enter')"
|
||||||
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
:class="formTitleType === 'enter' ? 'tags-div tags-checked' : 'tags-div'"
|
||||||
>
|
>
|
||||||
<h3>企业登录</h3>
|
<h3>用户登录</h3>
|
||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
|
Loading…
Reference in New Issue