赛事中心cont.

This commit is contained in:
Eeeros 2026-03-19 10:00:15 +08:00
parent 1ae7d8f8b0
commit cbc49ed06d
2 changed files with 14 additions and 0 deletions

View File

@ -230,6 +230,20 @@
transform: translateY(-2px);
border: 2px solid transparent;
&::after {
content: "";
background: url('../img/center/task-hover.png');
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
width: 32px;
height: 32px;
position: absolute;
right: 28px;
top: 50%;
transform: translate(0, -50%);
}
.task_name, .task_owner {
color: #ffffff !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB