登录页图标缩小
This commit is contained in:
@@ -130,7 +130,7 @@ $prefix-cls: #{$namespace}-login;
|
|||||||
bottom:20px;
|
bottom:20px;
|
||||||
left:50%;
|
left:50%;
|
||||||
display: grid;
|
display: grid;
|
||||||
width: 860px;
|
width: 760px;
|
||||||
transform:translateX(-50%);
|
transform:translateX(-50%);
|
||||||
grid-template-columns: 1fr 1fr 1fr;
|
grid-template-columns: 1fr 1fr 1fr;
|
||||||
grid-template-rows: auto auto;
|
grid-template-rows: auto auto;
|
||||||
@@ -138,8 +138,8 @@ $prefix-cls: #{$namespace}-login;
|
|||||||
|
|
||||||
.module {
|
.module {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding: 20px;
|
padding: 16px;
|
||||||
font-size: 26px;
|
font-size: 22px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@@ -150,8 +150,8 @@ $prefix-cls: #{$namespace}-login;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.module img {
|
.module img {
|
||||||
width: 60px;
|
width: 52px;
|
||||||
height: 60px;
|
height: 52px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
}
|
}
|
||||||
@@ -161,7 +161,7 @@ $prefix-cls: #{$namespace}-login;
|
|||||||
.module.report,
|
.module.report,
|
||||||
.module.digital-twin {
|
.module.digital-twin {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 50px; /* 图标和文字之间的间距 */
|
gap: 32px; /* 图标和文字之间的间距 */
|
||||||
img{
|
img{
|
||||||
margin:0
|
margin:0
|
||||||
}
|
}
|
||||||
@@ -173,8 +173,8 @@ $prefix-cls: #{$namespace}-login;
|
|||||||
background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%));
|
background: linear-gradient(180deg, rgb(109 147 245 / 75%), rgb(7 38 111 / 75%));
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 110px;
|
width: 96px;
|
||||||
height: 110px;
|
height: 96px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user