|
本帖最后由 ryanwuson 于 2016-7-6 13:23 编辑
大家好,已依据相关教程,转了手转换了这篇 https://pdawiki.com/forum/forum.php?mod=viewthread&tid=14881 的牛津高阶中英英汉繁体版,让 Mac 内建字典软件可用的词典
这篇楼主中的css,其中有段是:
.z_n{
display:table-cell;float:left;margin-right:5px;width:16px;height:16px;border-radius:10px;font-size:smaller;font-weight:bold;color:#FAFAFA;text-align:center;background:darkred;}
}
我在字型小的时候,圆圈1中的1、2、3等等,是置中的(图一)
但一放大,就跑出去了(图二),不知道上面的代码要如何更改,才会避免这个现象。
补充:在 GoldenDic 下,是不会这样子的
自己乱试找到解决方法:
.z_n{
display:table-cell;float:left;margin-right:5px;width:1.5em;height:1.5em;border-radius:50%;font-size:smaller;font-weight:bold;color:#FAFAFA;text-align:center;background:darkred;}
}
谢谢大家指导 |
|