doc: update flutter.md #58 #149 68fba8a8ae

This commit is contained in:
jaywcjlove
2022-11-20 08:39:30 +00:00
parent f9c3970f8d
commit c426595fe6
5 changed files with 91 additions and 14 deletions

View File

@ -853,11 +853,11 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
.h2wrap-body ul.style-timeline {
counter-reset: stepCount;
}
.h2wrap-body ul.style-timeline li:first-child:before {
.h2wrap-body ul.style-timeline > li:first-child:before {
background-color: #228e6c;
color: rgb(226 232 240/1);
}
.h2wrap-body ul.style-timeline li::before {
.h2wrap-body ul.style-timeline > li::before {
color: #228e6c;
background-color: var(--color-canvas-default);
counter-increment: stepCount;
@ -873,10 +873,10 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
top: -1px;
left: -14px;
}
.h2wrap-body ul.style-timeline li:last-child {
.h2wrap-body ul.style-timeline > li:last-child {
border-image: linear-gradient(to bottom, #46c69e96, rgba(0, 0, 0, 0)) 1 100%;
}
.h2wrap-body ul.style-timeline li {
.h2wrap-body ul.style-timeline > li {
border-bottom: 0 !important;
padding-top: 0 !important;
padding-bottom: 25px !important;
@ -884,7 +884,7 @@ body:not(.home) .h2wrap-body > .wrap:hover .h3wrap > h3 a::after {
margin-left: 30px;
border-left-color: #46c69e96;
}
.h2wrap-body ul.style-timeline li > pre {
.h2wrap-body ul.style-timeline > li > pre {
padding: 0 !important;
padding-top: 10px !important;
height: initial !important;