3 Star 18 Fork 7

杨得朝/web-test

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
div提示框尖角.html 1.06 KB
一键复制 编辑 原始数据 按行查看 历史
杨得朝 提交于 2020-10-19 15:04 . subimit
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<style type="text/css">
.simple-tip-box {
position: relative;
margin-top: 100px;
width: 100px;
border: 1px solid #cccccc;
background: transparent;
}
.simple-tip-box a {
display: block;
text-align: center;
}
.up,
down {
position: absolute;
left: 20px;
width: 0px;
height: 0px;
}
.up {
top: -19px;
border-bottom: 10px solid black;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
}
.down {
top: -18px;
border-bottom: 10px solid #fff;
;
border-left: 10px solid transparent;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
}
</style>
</head>
<body>
<div class="simple-tip-box">
<div class="up"></div>
<div class="down"></div>
<a>我的任务</a>
<a>我的百科</a>
<a>我的词条</a>
<a>账号设置</a>
<a>退出</a>
<div class="clearfix"></div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/yangdechao_admin/web-test.git
git@gitee.com:yangdechao_admin/web-test.git
yangdechao_admin
web-test
web-test
master

搜索帮助