我正在为我的工具提示使用 qTip jquery-plugin。
我无法更改工具提示的字体大小。这是代码.. 任何数字 2..4..8 都会产生相同的结果。
$('.option img[title]').qtip({
style: { name: 'light', border: {width: 0}, title: { 'font-size': 2 } },
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomMiddle'
}
}
});
谢谢