青春没有彩排1
2020/1/13 11:58:36
.size-1of8 { width: 12.5%; }
把
@media screen and (min-width:851px) {
#fh5co-board[data-columns]::before {
content:'5 .column.size-1of5';
}
改成
@media screen and (min-width:851px) {
#fh5co-board[data-columns]::before {
content:'8 .column.size-1of8';
}