fix: solution彩色竖条撑满容器全高度
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-03-18 23:49:10 +08:00
parent cfb25d1282
commit 6bcb98477f

View File

@@ -4477,8 +4477,8 @@ html {
content: ''; content: '';
position: absolute; position: absolute;
left: 0; left: 0;
top: 20%; top: 0;
height: 60%; height: 100%;
width: 3px; width: 3px;
background: linear-gradient(180deg, transparent, #38BDF8, #6366F1, #EC4899, #38BDF8, transparent); background: linear-gradient(180deg, transparent, #38BDF8, #6366F1, #EC4899, #38BDF8, transparent);
background-size: 100% 300%; background-size: 100% 300%;