This commit is contained in:
Putoo
2026-05-23 18:36:37 +08:00
parent 05e340801f
commit dbace8a8b2
27 changed files with 729 additions and 52 deletions

View File

@@ -120,6 +120,26 @@ a:focus {
height: 20px;
border: none;
}
.serch{
display: flex;
align-items: flex-end;
}
.search-ipt{
width: 80px;
font-size: 11px;
padding: 0 ;
}
.ipt-btn{
width: 61px;
height: 21px;
font-size: 13px;
border: none;
margin-top: 5px;
background: url(/css/images/btn_b_gold.gif) no-repeat;
color: #af4c00;
}
.chat {
word-wrap: break-word;
}
@@ -173,4 +193,4 @@ a:focus {
border-color: #d2d2d2;
background: 0 0;
color: #666;
}
}