File tree Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Expand file tree Collapse file tree 3 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -268,6 +268,21 @@ footer {
268
268
transform : translateY (0 );
269
269
}
270
270
271
+ .beian-icon {
272
+ width : 16px ;
273
+ height : 16px ;
274
+ vertical-align : text-bottom;
275
+ margin-right : 6px ;
276
+ filter : brightness (0.9 );
277
+ transition : filter 0.3s ease;
278
+ position : relative;
279
+ top : -1px ;
280
+ }
281
+
282
+ .icp-info a : hover .beian-icon {
283
+ filter : brightness (1.2 );
284
+ }
285
+
271
286
@media (max-width : 768px ) {
272
287
.logo {
273
288
font-size : 2.5rem ;
Original file line number Diff line number Diff line change @@ -184,7 +184,10 @@ <h1 class="logo">WebTech.wiki</h1>
184
184
< p > 收录优质技术资源,助力开发者成长</ p >
185
185
< div class ="icp-info ">
186
186
< a href ="https://beian.miit.gov.cn/ " target ="_blank "> 黔ICP备2024030886号-2</ a > |
187
- < a href ="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=52263202522684 " target ="_blank "> 贵公网安备52263202522684号</ a >
187
+ < a href ="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=52263202522684 " target ="_blank ">
188
+ < img src ="./img/beian.png " alt ="公安备案图标 " class ="beian-icon ">
189
+ 贵公网安备52263202522684号
190
+ </ a >
188
191
</ div >
189
192
</ footer >
190
193
</ div >
You can’t perform that action at this time.
0 commit comments