Update: (步骤备份)完善字典

This commit is contained in:
wojiaoyishang
2025-01-23 21:16:16 +08:00
parent de36a9936a
commit 52838222db
12 changed files with 599 additions and 404 deletions
+22 -4
View File
@@ -1,7 +1,4 @@
.pear-container {
background-color: whitesmoke;
margin: 10px;
}
.pear-card {
width: 100%;
@@ -28,6 +25,16 @@
margin-bottom: 3px;
}
.pear-admin-dark .pear-card2 {
width: 100%;
height: 90px;
background-color: #353537;
display: inline-block;
border-radius: 5px;
text-align: center;
margin-bottom: 3px;
}
.pear-card2 i {
font-size: 30px;
height: 90px;
@@ -185,3 +192,14 @@
color: #333;
}
.pear-admin-dark .progress-ring .progress-text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 18px;
font-weight: bold;
color: #cfcfcf;
}