Discuz!官方免费开源建站系统

 找回密码
 立即注册
搜索

[疑难] 请教ss的频道的字体大小设置!

[复制链接]
肚脐眼儿 发表于 2009-2-4 14:29:22 | 显示全部楼层 |阅读模式
SupeSite模板
语言编码: GBK简体 
风格转换者: 原创
请教ss的频道的字体大小在哪里设置, 我知道修改style.css,但是我想知道具体修改哪段代码,谢谢!
回复

使用道具 举报

SSAY 发表于 2009-2-4 16:58:46 | 显示全部楼层
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  5. <title>Powered by 看客网 {www.see-say.com}</title>
  6. <style>
  7. .font14{font-size:14px;}
  8. .font18{font-size:18px;}
  9. .hong{color:#FF0000}
  10. </style>
  11. </head>

  12. <body>
  13. <div style="font-size:24px">
  14. <ul>
  15. <li>我要字体变大</li>
  16. <li class="font14">我要字体变大</li>
  17. <li class="font18 hong">我要字体变大</li>
  18. </ul></div>

  19. </body>
  20. </html>
复制代码

看了这个代码你就明白了!
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2025-10-23 11:02 , Processed in 0.134191 second(s), 17 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表