增加logo样式

This commit is contained in:
2023-04-01 23:07:15 +08:00
parent dcd0cd3216
commit fd5e3cfcaa
7 changed files with 62 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
.ul-logo {
$baseSize: 40px;
background-color: #1E9FFF;
border-radius : calc($baseSize / 3);
display : flex;
align-items : center;
justify-content: center;
width : calc($baseSize * 2);
height : calc($baseSize * 2);
text-align : center;
color : #fff;
white-space: nowrap;
.title {
font-size: $baseSize;
}
.plus {
font-size: clac($baseSize / 2);
}
}