|
|
LINUXEDEN网页中是这样的,见图片
[PHP]
select
{
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,宋体;
}
option, optgroup
{
font-size: 9pt;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,宋体;
}
.smallfont
{
font: 10pt arial;
}
...
<div class="smallfont" align="left">
<div style="clear:both">
<a href="showthread.php?goto=newpost&t=114845" title="转到主题“论坛上的banner广告够维持运营费用么?”的首个未读回复"><strong>论坛上的…</strong></a>
</div>
<div>
由<a href="member.php?find=lastposter&f=20">otto</a>发表
</div>
<div align="right">
今天 <span class="time">21:22</span>
<a href="showthread.php?goto=lastpost&t=114845"><img class="inlineimg" src="images/buttons/lastpost.gif" alt="转到最后发表的帖子" border="0" /></a>
</div>
</div>
[/PHP]
LINUXSIR的"搜索页"中是这样的,option都知道是什么吧,请注意它
见图片(图中已使用字体替换在fonts.conf中替换的英文字体)
[PHP]
select
{
font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,宋体;
}
option, optgroup
{
font-size: 9pt;
font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif,宋体;
}
.smallfont
{
font: 12px Tahoma,arial,helvetica,simsun;
}
[/PHP] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有帐号?注册
x
|