fxdyz
This commit is contained in:
@@ -46,20 +46,20 @@
|
||||
|
||||
.header-label {
|
||||
margin-bottom: 9px;
|
||||
color: #98a7d9;
|
||||
font-size: 14px;
|
||||
color: var(--jx3-text-muted);
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
letter-spacing: 3px;
|
||||
}
|
||||
|
||||
.role-name {
|
||||
margin: 0;
|
||||
color: #ffffff;
|
||||
font-size: 34px;
|
||||
color: var(--jx3-text);
|
||||
font-size: 42px;
|
||||
font-weight: 800;
|
||||
line-height: 1.3;
|
||||
letter-spacing: 1px;
|
||||
text-shadow: 0 3px 12px rgba(0, 0, 0, 0.3);
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
.header-line {
|
||||
@@ -136,8 +136,8 @@
|
||||
|
||||
.achievement-name {
|
||||
margin: 0 0 8px 0;
|
||||
color: #ffffff;
|
||||
font-size: 20px;
|
||||
color: var(--jx3-text);
|
||||
font-size: 25px;
|
||||
font-weight: 750;
|
||||
line-height: 1.45;
|
||||
word-break: break-word;
|
||||
@@ -156,15 +156,15 @@
|
||||
padding: 4px 10px;
|
||||
border: 1px solid rgba(114, 139, 230, 0.24);
|
||||
border-radius: 999px;
|
||||
color: #b9c6ed;
|
||||
background: rgba(92, 115, 192, 0.11);
|
||||
font-size: 12px;
|
||||
color: #345a85;
|
||||
background: #eaf1fa;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 1.3;
|
||||
}
|
||||
|
||||
.category-tag.detail {
|
||||
color: #d1bbf4;
|
||||
color: #694297;
|
||||
border-color: rgba(168, 114, 230, 0.24);
|
||||
background: rgba(156, 92, 203, 0.1);
|
||||
}
|
||||
@@ -184,19 +184,19 @@
|
||||
min-width: 72px;
|
||||
padding: 6px 11px;
|
||||
border-radius: 999px;
|
||||
font-size: 12px;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.status-finished {
|
||||
color: #7ff0c9;
|
||||
color: #176541;
|
||||
border: 1px solid rgba(71, 219, 166, 0.28);
|
||||
background: rgba(53, 190, 143, 0.12);
|
||||
}
|
||||
|
||||
.status-unfinished {
|
||||
color: #ffbcbd;
|
||||
color: #9b2f2f;
|
||||
border: 1px solid rgba(255, 116, 116, 0.25);
|
||||
background: rgba(218, 75, 75, 0.11);
|
||||
}
|
||||
@@ -205,8 +205,8 @@
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 5px;
|
||||
color: #f4c969;
|
||||
font-size: 12px;
|
||||
color: var(--jx3-gold-bright);
|
||||
font-size: 18px;
|
||||
font-weight: 650;
|
||||
white-space: nowrap;
|
||||
}
|
||||
@@ -218,8 +218,8 @@
|
||||
.description {
|
||||
min-height: 46px;
|
||||
margin: 0 0 18px 0;
|
||||
color: #aab5d1;
|
||||
font-size: 14px;
|
||||
color: var(--jx3-text-secondary);
|
||||
font-size: 19px;
|
||||
line-height: 1.75;
|
||||
word-break: break-word;
|
||||
}
|
||||
@@ -234,8 +234,8 @@
|
||||
}
|
||||
|
||||
.point-label {
|
||||
color: #76819e;
|
||||
font-size: 13px;
|
||||
color: var(--jx3-text-muted);
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.point-value {
|
||||
@@ -247,12 +247,12 @@
|
||||
}
|
||||
|
||||
.point-number {
|
||||
font-size: 22px;
|
||||
font-size: 25px;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.point-unit {
|
||||
font-size: 12px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
@@ -261,8 +261,8 @@
|
||||
padding: 60px 20px;
|
||||
border: 1px dashed rgba(135, 153, 207, 0.24);
|
||||
border-radius: 16px;
|
||||
color: #8d98b6;
|
||||
background: rgba(27, 34, 55, 0.75);
|
||||
color: var(--jx3-text-muted);
|
||||
background: var(--jx3-surface);
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user