顶部账号菜单 bygsjw_2\common\header.htm 积分显示:{lang credits} : $_G[member][credits] 修改为:资源币: : $_G[member][credits]用户组显示:{lang usergroup} : $_G[group][grouptitle] 改成: 级别 : $_G[group][grouptitle] 加粗变色 <li class="myitem_one"><strong><a href="home.php?mod=spacecp&ac=credit&showcredit=1" style="color:#E53333;">资源币 : <span style="color:#4C33E5;">$_G[member][credits]</span> 个</a></strong></li> 顶部搜索大小调整:bygsjw_2\common\extend_common.css 155-161行 #scbar{ float: right; margin-top: 21px; width: 208px; height: 26px; line-height: 26px; border: 1px solid #f2f2f2; background: #fff; overflow: hidden; border-radius: 4px;} .scbar_type_td{ width: 37px;} #scbar_type{ width: 36px; line-height: 26px; padding: 0; border-right: 1px solid #f2f2f2; display: block; font-size: 13px; text-align: center;} .scbar_txt_td, .scbar_type_td{ background: #fff;} #scbar_txt{ width: 175px; height: 26px; padding: 0 0 0 6px; line-height: 26px; border: 0;} #scbar_txt::-webkit-input-placeholder{ color: #999;} .scbar_narrow #scbar_txt { width: 135px;} 208为搜索框架宽度,135为搜索编辑框宽度,此值在原始基础上减少了40 |