更新代码

This commit is contained in:
yiqiuyang
2025-09-06 10:09:54 +08:00
parent 4414fe517b
commit fa7cb5625c
39 changed files with 574 additions and 177 deletions

View File

@ -34,19 +34,21 @@ const toMIIF = () => {
<style lang="scss" scoped>
.page {
background-color: $bg_color;
$top: 58px;
position: relative;
#logo {
width: 220px;
height: 300px;
position: absolute;
top: 58px;
top: 43px;
left: 190px;
}
#nav {
width: calc(100% - 410px - 380px);
position: absolute;
left: 410px;
top: 87px;
top: $top;
padding: 0 90px 0 55px;
box-sizing: border-box;
}
@ -54,7 +56,7 @@ const toMIIF = () => {
width: 150px;
height: 150px;
position: absolute;
top: 87px;
top: $top;
right: 180px;
}
#MIIT-Filing {