2 Star 0 Fork 0

zengxiaoluan/welinkUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
zengxiaoluan 提交于 2017-04-06 11:42 . add right-arrow-tag
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WelinkUI</title>
<link rel="stylesheet" href="https://welinkcredit.com/wp-content/themes/orange/css/bootstrap.min.css?ver=6ca1fe1bda87b03a4c739826be1707bb">
<link rel="stylesheet" href="./welinkUI.css">
</head>
<body>
<div class="container">
<h1 class="text-center text-success">Hello WelinkUI.</h1>
<ol>
<li>
<p class="help-block">双箭头标题</p>
<h1 class="dl-arrow-title">Lorem ipsum.</h1>
<pre>&lt;h1 class="dl-arrow-title"&gt;Lorem ipsum.&lt;/h1&gt;</pre>
</li>
<li>
<p class="help-block">右箭头标题</p>
<h1 class="right-arrow-title">Lorem ipsum dolor.</h1>
<pre>&lt;h1 class="right-arrow-title"&gt;Lorem ipsum dolor.&lt;/h1&gt;</pre>
</li>
<li>
<p class="help-block">左箭头标题</p>
<h1 class="left-arrow-title">Lorem ipsum dolor.</h1>
<pre>&lt;h1 class="left-arrow-title"&gt;Lorem ipsum dolor.&lt;/h1&gt;</pre>
</li>
<li>
<p class="help-block">衬线标题</p>
<h1 class="title-line">Lorem ipsum dolor.</h1>
<pre>&lt;h1 class="title-line"&gt;Lorem ipsum dolor.&lt;/h1&gt;</pre>
</li>
<li>
<p class="help-block">带删除按钮的标签</p>
<div class="right-arrow-tag help-block">
<span>Lorem ipsum dolor.</span>
<button class="close">&times;</button>
</div>
<pre>&lt;h1 class="right-arrow-tag"&gt;Lorem ipsum dolor.&lt;/h1&gt;</pre>
</li>
</ol>
</div>
</body>
</html>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
CSS
1
https://gitee.com/zengxiaoluan/welinkUI.git
git@gitee.com:zengxiaoluan/welinkUI.git
zengxiaoluan
welinkUI
welinkUI
master

搜索帮助