forked from github/dataease
style(登录): 登录页面样式
This commit is contained in:
parent
048e18d319
commit
36016f16dc
@ -483,17 +483,14 @@ export default {
|
|||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
background-image: url(../../assets/qrcode.png) ;
|
background-image: url(../../assets/qrcode.png) ;
|
||||||
// background-color: var(--primary,#3370ff); //图标优化 -- 换为白色线条图标 背景层添加背景色
|
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.trans-pc {
|
.trans-pc {
|
||||||
position: absolute;
|
margin-left: calc(100% - 64px);
|
||||||
left: calc(50% - 64px);
|
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
background-image: url(../../assets/xianshiqi.png) ;
|
background: var(--primary,#3370ff) url(../../assets/xianshiqi-2.png) no-repeat top right/40px;
|
||||||
background-color: var(--primary,#3370ff);
|
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
.imgApp {
|
.imgApp {
|
||||||
|
Loading…
Reference in New Issue
Block a user