fix: solution彩色竖条撑满容器全高度
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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%;
|
||||||
|
|||||||
Reference in New Issue
Block a user