Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit e8520c7

Browse files
authored
Update prompt.html
1 parent a1f2a55 commit e8520c7

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

prompt.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
1212
<h1 class="my-4">开源prompt文件下载中心</h1>
1313

14-
1514
<div class="search-box">
1615
<input type="text" id="searchInput" class="form-control"
1716
placeholder="根据描述搜索文件...">
@@ -116,12 +115,20 @@ <h1 class="my-4">开源prompt文件下载中心</h1>
116115
padding: 5px 12px;
117116
border-radius: 15px;
118117
transition: all 0.3s ease;
118+
color: #fff !important; /* 强制文字白色 */
119+
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; /* 保持字体统一 */
119120
}
120121
.btn-download i {
121122
margin-right: 5px;
123+
vertical-align: middle; /* 图标文字垂直居中 */
124+
}
125+
.btn-download span {
126+
font-size: 14px; /* 明确字号 */
127+
display: inline-block; /* 解决span元素布局问题 */
122128
}
123129
.btn-download:hover {
124130
transform: translateY(-2px);
125131
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
132+
color: #fff; /* 悬浮保持白色 */
126133
}
127134
</style>

0 commit comments

Comments
 (0)