进行一些调整、优化效果

This commit is contained in:
2021-05-04 22:02:57 +08:00
parent ca4f029b72
commit 72aeb56fee
4 changed files with 21 additions and 8 deletions

View File

@@ -45,9 +45,24 @@ export default {
> div {
> .title {
padding: 1rem 0;
position: relative;
margin: 1.5rem 0;
font-size: 1rem;
font-weight: bold;
color: #222;
}
> .title::before {
content: "";
position: absolute;
top: 0;
left: -0.5rem;
width: 0.2rem;
height: 100%;
background-color: @colorPrimary;
}
> .content {
font-size: 0.9rem;
}
}
}