Krishya | 2e0f49a | 2025-05-29 10:59:01 +0800 | [diff] [blame] | 1 | /* 可加到 UserProfile.css 最底部 */ |
2 | .task-btn { | ||||
3 | margin-right: 8px; | ||||
4 | padding: 6px 12px; | ||||
5 | border: none; | ||||
6 | border-radius: 6px; | ||||
7 | background-color: #4a90e2; | ||||
8 | color: white; | ||||
9 | cursor: pointer; | ||||
10 | } | ||||
11 | |||||
12 | .task-btn:hover { | ||||
13 | background-color: #357abd; | ||||
14 | } | ||||
15 | |||||
16 | .loading { | ||||
17 | text-align: center; | ||||
18 | font-size: 18px; | ||||
19 | color: #333; | ||||
20 | } |