v2.4: 响应式布局 + 借款按钮优化
- 所有页面添加响应式CSS,支持手机/电脑自适应 - index.html: 导航栏active状态、表单、统计、借款列表响应式 - analysis.html: 图表、统计卡片响应式 - admin.html: 表格、搜索栏响应式 - reset-password.html: 登录卡片响应式 - 修复导航栏active类:analysis.html的分析标签高亮 - 非本人借款:隐藏修改按钮,快速还款改为快速查看 - 修复main.py重复函数 - 添加debt-manager.sh管理脚本
This commit is contained in:
@@ -29,6 +29,14 @@ body{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","PingFang SC"
|
||||
.links{text-align:center;margin-top:18px}
|
||||
.links a{color:var(--blue);text-decoration:none;font-size:13px;font-weight:500}
|
||||
.links a:hover{text-decoration:underline}
|
||||
|
||||
/* RESPONSIVE */
|
||||
@media(max-width:480px){
|
||||
.auth-card{width:calc(100% - 32px);padding:24px 20px;margin:16px}
|
||||
.auth-card h2{font-size:18px;margin-bottom:24px}
|
||||
.auth-card .form-row input{padding:10px 14px;font-size:14px}
|
||||
}
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user