Skip to content

Commit

Permalink
包更新、漏的样式补全
Browse files Browse the repository at this point in the history
  • Loading branch information
Akiraka committed Dec 21, 2023
1 parent c5a7580 commit 986cdb9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"eslint-plugin-vue": "^9.18.1",
"mockjs": "^1.1.0",
"sass": "^1.69.5",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.5.0",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.10",
"vite-plugin-mock": "^3.0.0",
"vite-svg-loader": "^4.0.0"
"vite-svg-loader": "^5.1.0"
}
}
14 changes: 14 additions & 0 deletions src/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,18 @@ a:hover {
transform: translateY(-2px);
box-shadow: #919eab4d 0 0 2px, #919eab1f 0 12px 24px -4px;
}
}

// #########################################
// 定义 主页面顶部列表标题与内容样式
// #########################################
// 顶部信息页面标题
.akaInfoTitle {
font-size: 30px;
}
// 顶部信息页面描述
.akaInfoDesc {
color: #79879c!important;
font-size: 12px;
margin-top: 6px;
}

0 comments on commit 986cdb9

Please sign in to comment.