1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-16 23:22:20 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

移除首页项目正在开发中文字;书籍详情页内容宽度调整

This commit is contained in:
2022-04-29 00:24:14 +08:00
parent 5cd19b225a
commit 5295fa3ee1
2 changed files with 0 additions and 8 deletions

View File

@@ -4,11 +4,6 @@
<%- include("./component/header.html"); %>
<!-- 书籍信息部分 -->
<style>
.main {
width: 80vw !important;
max-width: initial !important;
}
#container {
margin-top: 50px;
}

View File

@@ -14,9 +14,6 @@
<p class="emphasize">
一个完全免费无门槛的计算机类电子书下载网站
</p>
<p style="color: red;">
项目还在开发中,功能暂时还无法正常使用。
</p>
</div>
</div>
<%- include("./component/footer.html"); %>