@charset "utf-8";
html { overflow-y: scroll; }
body,div,p,span,a,img,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
table,thead,tbody,tr,td,th{
padding: 0;
margin: 0;
}
body,
button, input, select, textarea {
font: 12px/1 "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;
background: transparent;
}
button, input, select, textarea {
font-size: 100%;
border: none;
outline: none;
}
input::-ms-input-placeholder{
color:#c2c2c2;
}
input::-webkit-input-placeholder {
color:#c2c2c2;
}
input::-moz-placeholder {
color:#c2c2c2;
}
textarea::-ms-input-placeholder{
color:#c2c2c2;
}
textarea::-webkit-input-placeholder {
color:#c2c2c2;
}
textarea::-moz-placeholder {
color:#c2c2c2;
}
select{
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;
cursor: pointer;
}
select::-ms-expand { display: none; }
h1,h2,h3,h4,h5,h6{ font-weight: normal;}
em,i{font-style:normal;}
ul,ol{list-style:none;}
a{
text-decoration: none;
outline: none;
color: #7f7f7f;
}
a:visited{
text-decoration: none;
outline: none;
}
a:hover {
text-decoration: none;
outline: none;
}
a:active{
text-decoration: none;
outline: none;
}
a:focus{
text-decoration: none;
outline: none;
}
img { vertical-align: top;border: none; }
label{
cursor: pointer;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.fl{
float: left;
}
.fr{
float: right;
}
.clear_fix:after{
content:"";
display: block;
clear: both;
}
.beyond_eip{
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.beyond2_eip{
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
}
.beyond3_eip{
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:3;
}
.beyond4_eip{
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:4;
}
.ofh{
overflow: hidden;
}
.el_hide {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.bg_cover{
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
background-repeat: no-repeat;
}
.img_center{
display: inline-block;
margin: 0 auto;
}
.sele_none{
user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none;
}
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· AI 智能体引爆开源社区「GitHub 热点速览」
· 从HTTP原因短语缺失研究HTTP/2和HTTP/3的设计差异
· 三行代码完成国际化适配,妙~啊~