mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2026-02-03 20:06:18 +00:00
首页样式优化
This commit is contained in:
@@ -36,14 +36,14 @@
|
|||||||
部署
|
部署
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<el-row :gutter="20">
|
<el-row :gutter="20" style="margin-left: 0; margin-right: 0;">
|
||||||
<el-card class="box-card">
|
<el-card class="box-card">
|
||||||
<div style="text-align: right">
|
<div style="text-align: right">
|
||||||
<DarkMode @theme-change="handleThemeChange" />
|
<DarkMode @theme-change="handleThemeChange" />
|
||||||
</div>
|
</div>
|
||||||
<div class="demo-basic--circle">
|
<div class="demo-basic--circle">
|
||||||
<div class="block" style="text-align: center;">
|
<div class="block" style="text-align: center;">
|
||||||
<img :height="150" src="../../public/images/lanzou111.png" alt="lz"></img>
|
<img :height="150" src="../../public/images/lanzou111.png" alt="lz">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- 项目简介移到卡片内 -->
|
<!-- 项目简介移到卡片内 -->
|
||||||
@@ -570,6 +570,7 @@ body.dark-theme {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.box-card {
|
.box-card {
|
||||||
|
flex: 1;
|
||||||
margin-top: 4em !important;
|
margin-top: 4em !important;
|
||||||
margin-bottom: 4em !important;
|
margin-bottom: 4em !important;
|
||||||
opacity: 1 !important; /* 只要不透明 */
|
opacity: 1 !important; /* 只要不透明 */
|
||||||
@@ -801,10 +802,8 @@ hr {
|
|||||||
|
|
||||||
.feedback-bar {
|
.feedback-bar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 700px; /* 和 .box-card 保持一致 */
|
|
||||||
margin: 0 auto; /* 居中 */
|
margin: 0 auto; /* 居中 */
|
||||||
text-align: right;
|
text-align: right;
|
||||||
padding: 10px 24px 0 0; /* 右侧内边距和卡片内容对齐 */
|
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user