40 lines
1.0 KiB
HTML
40 lines
1.0 KiB
HTML
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
|
|
max-width: 1200px;
|
|
margin: 0 auto;
|
|
padding: 0.5rem;
|
|
background: #f8fafc;
|
|
color: #1e293b;
|
|
}
|
|
|
|
h1 {
|
|
background: transparent;
|
|
padding: 0;
|
|
border-radius: 0;
|
|
box-shadow: none;
|
|
margin-bottom: 0;
|
|
font-size: 1.1rem;
|
|
font-weight: 600;
|
|
}
|
|
|
|
pre {
|
|
background: white;
|
|
border-radius: 6px;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-family: inherit;
|
|
overflow: hidden;
|
|
line-height: 1;
|
|
box-shadow: 0 1px 3px rgba(0,0,0,0.05);
|
|
}
|
|
|
|
hr {
|
|
display: none;
|
|
}
|
|
</style>
|
|
|
|
<div style="background: white; padding: 0.5rem 1rem; border-radius: 6px; margin-bottom: 0.5rem; box-shadow: 0 1px 2px rgba(0,0,0,0.05);">
|
|
<h1 style="margin: 0; padding: 0; box-shadow: none; font-size: 1.1rem; color: #1e293b;">📁 文件列表</h1>
|
|
</div>
|