feat: 💄 修改页面样式

This commit is contained in:
kanocence 2024-11-07 15:33:57 +08:00
parent 314e7485b8
commit a06b3f0246

View File

@ -10,6 +10,20 @@
<link rel="stylesheet" href="./assets/webcomponents.css" /> <link rel="stylesheet" href="./assets/webcomponents.css" />
<link rel="stylesheet" href="./assets/style.css" /> <link rel="stylesheet" href="./assets/style.css" />
<link rel="stylesheet" href="./assets/color.css" /> <link rel="stylesheet" href="./assets/color.css" />
<style>
body > div {
padding: 12px;
@media screen and (min-width: 900px) {
width: 900px;
margin: 0 auto;
}
}
ob-setting-select {
width: 210px;
}
</style>
<!-- 脚手架 --> <!-- 脚手架 -->
<!-- 渲染脚本 --> <!-- 渲染脚本 -->
<script> <script>