公用底部导入

This commit is contained in:
禺狨
2023-03-24 14:25:43 +08:00
parent 084a0652c6
commit fb98e0986a
9 changed files with 44 additions and 8 deletions

View File

@@ -74,3 +74,16 @@
grid-template-columns: repeat(3, minmax(0, 1fr));
position: relative;
}
.extra {
width: 1200px;
margin: 0 auto;
margin-top: 80px;
margin-bottom: 80px;
text-align: center;
height: 40px;
font-size: 16px;
font-weight: 400;
color: rgba(0, 0, 0, 0.2);
line-height: 40px;
}

View File

@@ -206,6 +206,7 @@ const IndexPage = () => {
))}
</div>
)}
<div className={styles["extra"]}>~~</div>
</>
);
};