feat: 心路历程功能提交。

This commit is contained in:
tianyongbao
2024-06-04 17:21:04 +08:00
parent 2b281fe098
commit 1d94d25209
19 changed files with 1902 additions and 25 deletions

View File

@@ -666,17 +666,17 @@ onMounted(() => {
display: flex;
position: relative;
align-items: center;
margin: 10px 30px 10px 30px;
margin: 5px 10px 5px 10px;
.title {
margin-left: 10px;
color: rgb(133, 133, 148);
margin-bottom: 8px;
font-size: 15px;
font-size: 14px;
}
.num {
margin-left: 10px;
font-weight: bold;
font-size: 18px;
font-size: 15px;
}
}
img {
@@ -692,7 +692,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 20px;
font-size: 18px;
}
}
</style>