加入收藏 | 设为首页 | 会员中心 | 我要投稿 湖南网 (https://www.hunanwang.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 运营 > 正文

分享几条大度的下划线样式

发布时间:2018-08-31 09:15:15 所属栏目:运营 来源:站长网
导读:早上看到一篇博客,内容没什么,但个中有几条大度的下划线感受很是不错,固然很是简朴,但对付常常写博的人很有效,这里分享一下,喜好的就直接拿去用吧。 行使要领: 1.靠山打点-配置:[页首Html代码]内里加上下面的CSS: Copy to Clipboard 引用的内容:

早上看到一篇博客,内容没什么,但个中有几条大度的下划线感受很是不错,固然很是简朴,但对付常常写博的人很有效,这里分享一下,喜好的就直接拿去用吧。

行使要领:

1.靠山打点->配置:[页首Html代码]内里加上下面的CSS:

Copy to ClipboardLiehuo.Net Codes引用的内容:[www.veryhuo.com] .postbody .underline1 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_1.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline2 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_2.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline3 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_3.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline4 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_4.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline5 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_5.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline6 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_6.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline7 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_7.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline8 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_8.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}
.postbody .underline9 {
background:transparent url('http://www.veryhuo.com/uploads/allimg/0912/o_underline_9.gif') repeat-x scroll 120% 100%;
padding:0 3px 3px;
text-decoration:none;
}

2.在正文中行使相同如下的写法,将必要用下划线标注的笔墨包在特定的cass="underline数字"的标签里:

<P>underline1:<SPAN class=underline1>以前有座山,山里有个老僧人...</SPAN></P>

(编辑:湖南网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    热点阅读