template\default\common\module.css
.sign { overflow: hidden; margin-bottom: 10px; padding-top: 16px; border-top: 1px dashed #CCC; line-height: 1.6em; }
line-height: 1.6em; 替换成 line-height:2em; font-size:2em;
2em嫌小的话 你可以改 2.5em 3em 都可以;
当然 如果你的如果不是 默认的话 , 改 这个 可能无效 |
|