Update index.css

This commit is contained in:
PASSER-BY 2023-01-10 08:06:24 +08:00
parent 6585c6ff45
commit a50674717b

View File

@ -695,7 +695,7 @@ a:hover{
} }
.mod-intro{ .mod-intro{
margin-bottom: 25px; margin-bottom: 35px;
} }
.mod-intro .bd li{ .mod-intro .bd li{
float: none; float: none;
@ -706,7 +706,7 @@ a:hover{
} }
.mod-article{ .mod-article{
margin-bottom: 25px; margin-bottom: 55px;
} }
.mod-article .bd{ .mod-article .bd{
padding: 15px 0; padding: 15px 0;
@ -736,12 +736,17 @@ a:hover{
.mod-copy{ .mod-copy{
padding: 15px 0 25px; padding: 15px 0 25px;
margin-bottom: 25px; margin-bottom: 55px;
} }
.mod-copy .bd p{ .mod-copy .bd p{
line-height: 22px; line-height: 22px;
font-size: 14px; font-size: 14px;
} }
.mod-copy::after {
bottom: -45px;
border-width: 45px 22vw 0 61.8vw;
}
} }
@media screen and (max-width: 640px) { @media screen and (max-width: 640px) {