epub电子书xml添加下着重号样式(二) 样式直接拿走

xiaoxiao2021-02-28  81

因为楼主是做电子书,上一篇的着重号在epub电子书里显示不出来.(虽然在火狐浏览器完美呈现),后在一个大神的帮助下,完美实现了加着重号.在ie为内核的浏览器都能完美呈现.电子书也完美呈现. 好东西,值得分析.我就把这个样式分享出来.希望能够帮助到更多的人,让大神的精神传承下去.

/*重点标记----*/ /*圆点*/ span.emphasis-dot { text-emphasis-style:dot; text-emphasis-color:#f75555; text-emphasis-position:under; -webkit-text-emphasis-style:dot; -webkit-text-emphasis-color:#000; -webkit-text-emphasis-position:under; } /*实心圆*/ span.emphasis-circle { text-emphasis-style:circle; text-emphasis-color:#000; text-emphasis-position:under; -webkit-text-emphasis-style:circle; -webkit-text-emphasis-color:#000; -webkit-text-emphasis-position:under; } /*实心三角*/ span.emphasis-triangle { text-emphasis-style:triangle; text-emphasis-color:#000; text-emphasis-position:top; -webkit-text-emphasis-style:triangle; -webkit-text-emphasis-color:#000; -webkit-text-emphasis-position:under; } /*字符*/ span.emphasis-word { text-emphasis-style:'D'; text-emphasis-color:#000; -webkit-text-emphasis-style:'D'; -webkit-text-emphasis-color:#000; } /*----结束*/

再次感谢大神的帮助和分享. 为大神点个赞吧.

转载请注明原文地址: https://www.6miu.com/read-78418.html

最新回复(0)