blob: e5594de4db40e86af117ebc4c18928a4813c9c0e [file] [log] [blame]
/* 可加到 UserProfile.css 最底部 */
.task-btn {
margin-right: 8px;
padding: 6px 12px;
border: none;
border-radius: 6px;
background-color: #4a90e2;
color: white;
cursor: pointer;
}
.task-btn:hover {
background-color: #357abd;
}
.loading {
text-align: center;
font-size: 18px;
color: #333;
}