代码拉取完成,页面将自动刷新
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: flex-start; /* 修改为 flex-start 以确保内容从顶部开始排列 */
height: 100vh;
background-color: #f0f0f0;
}
.container {
width: 80%;
max-width: 1400px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 20px;
box-sizing: border-box;
position: relative;
margin-top: 20px; /* 添加顶部外边距,确保内容不会遮挡标题 */
}
h1 {
text-align: center;
margin: 0; /* 移除默认的外边距 */
padding: 20px 0; /* 添加内边距以确保标题有足够的空间 */
}
#stats {
display: flex;
justify-content: space-around;
flex-wrap: wrap;
}
.stat-item {
margin: 10px;
}
#inputContainer, #typingArea {
margin-top: 20px;
}
.text-area {
width: 100%;
height: 300px; /* 设置高度以显示完整内容 */
padding: 10px;
box-sizing: border-box;
font-size: 16px;
}
#inputText {
border: 2px solid #add8e6; /* 浅蓝色框 */
}
#typingArea {
margin-top: 20px; /* 输入框最上方距粘贴框最下方20个像素 */
}
.flat-button {
display: inline-block;
width: 100px; /* 按钮宽度设置为100像素 */
padding: 10px;
margin-top: 20px;
background-color: #007bff;
color: white;
border: none;
cursor: pointer;
font-size: 16px;
text-align: center;
}
.flat-button:hover {
background-color: #0056b3;
}
#buttonContainer, #controlButtons {
display: flex;
justify-content: center;
gap: 20px; /* 按钮之间的间距 */
margin-top: 20px;
}
#statsTableContainer {
max-height: 150px;
overflow-y: auto;
margin-top: 20px;
position: relative;
}
table {
width: 100%;
border-collapse: collapse;
}
th, td {
border: 1px solid #ddd;
padding: 8px;
}
th {
background-color: #f2f2f2;
position: sticky;
top: 0;
z-index: 1;
}
.highlight {
background-color: #add8e6; /* 浅蓝色 */
}
.error {
background-color: #ffcccb; /* 浅红色 */
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。