样式优化

This commit is contained in:
kron
2025-07-15 18:24:26 +08:00
parent d775c703cb
commit e81c13edc1

View File

@@ -443,6 +443,7 @@ onHide(() => {
.data-progress > view > view { .data-progress > view > view {
height: 5px; height: 5px;
border-radius: 10px; border-radius: 10px;
transition: width 0.3s ease;
} }
.ranking-my-data > view:last-child { .ranking-my-data > view:last-child {
color: #39a8ff; color: #39a8ff;
@@ -553,6 +554,7 @@ onHide(() => {
} }
.season-list > view > image { .season-list > view > image {
width: 12px; width: 12px;
height: 12px;
margin-left: 10px; margin-left: 10px;
} }
</style> </style>