<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>日常请假</title>
<style>
* {
margin: 0px;
padding: 0px;
}

a {
-webkit-top-heightlight-color: transparent;
}
</style>
</head>

<body style="background-color: rgb(230, 235, 245);">
<div style="width: 100%;background-color:white; margin-top: 10px; position: relative">
<div style="display: inline-block; line-height: 50px; padding-left: 10px;">
<p>姓名</p>
<p> 专业</p>
<p> 年级</p>
<p> 事由类型</p>
<p>请假时间</p>
<p> 外出地点</p>
<p> 同行人数</p>
</div>
<div style="display: inline-block; line-height: 50px; padding-left: 10px;;">
<p>找国企</p><a href="" style="text-decoration:none;position: absolute; right: 10px;top: 0px; font-size: 10px; color:aqua "> 查看详情></a>
<p> 计算机科学与技术</p>
<p> 2019</p>
<p>培训</p>
<p> 2020年11月14日</p>
<p> 科二联系基地</p>
<p> 0</p>

</div>
<div style=" z-index: 100; width: 0px; height: 0px ; border-top: 20px solid transparent; border-left: 0px solid transparent;border-right: 20px solid white;border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
<div style="width: 0px; height: 0px ; border-top:60px solid transparent; border-left: 0px solid transparent;border-right: 60px solid rgb(158, 248, 158);border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
</div>
<div style="width: 100%;background-color:white; margin-top: 10px; position: relative">
<div style="display: inline-block; line-height: 50px; padding-left: 10px;">
<p>姓名</p>
<p> 专业</p>
<p> 年级</p>
<p> 事由类型</p>
<p>请假时间</p>
<p> 外出地点</p>
<p> 同行人数</p>
</div>
<div style="display: inline-block; line-height: 50px; padding-left: 10px;;">
<p>找国企</p><a href="" style="text-decoration:none;position: absolute; right: 10px;top: 0px; font-size: 10px; color:aqua "> 查看详情></a>
<p> 计算机科学与技术</p>
<p> 2019</p>
<p>培训</p>
<p> 2020年11月14日</p>
<p> 科二联系基地</p>
<p> 0</p>

</div>
<div style=" z-index: 100; width: 0px; height: 0px ; border-top: 20px solid transparent; border-left: 0px solid transparent;border-right: 20px solid white;border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
<div style="width: 0px; height: 0px ; border-top:60px solid transparent; border-left: 0px solid transparent;border-right: 60px solid rgb(158, 248, 158);border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
</div>
<div style="width: 100%;background-color:white; margin-top: 10px; position: relative">
<div style="display: inline-block; line-height: 50px; padding-left: 10px;">
<p>姓名</p>
<p> 专业</p>
<p> 年级</p>
<p> 事由类型</p>
<p>请假时间</p>
<p> 外出地点</p>
<p> 同行人数</p>
</div>
<div style="display: inline-block; line-height: 50px; padding-left: 10px;;">
<p>找国企</p><a href="" style="text-decoration:none;position: absolute; right: 10px;top: 0px; font-size: 10px; color:aqua "> 查看详情></a>
<p> 计算机科学与技术</p>
<p> 2019</p>
<p>培训</p>
<p> 2020年11月14日</p>
<p> 科二联系基地</p>
<p> 0</p>

</div>
<div style=" z-index: 100; width: 0px; height: 0px ; border-top: 20px solid transparent; border-left: 0px solid transparent;border-right: 20px solid white;border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
<div style="width: 0px; height: 0px ; border-top:60px solid transparent; border-left: 0px solid transparent;border-right: 60px solid rgb(158, 248, 158);border-bottom: 0px solid transparent; position:absolute; right: 0px; bottom: 0px;"></div>
</div>

<!-- <div>
<button class="">aaaa</button>
</div> -->
<div style="position: fixed;bottom: 0; width: 100%; height: 40px; background-color:sandybrown; display:flex ; justify-content: center; color: white; line-height: 40px;">
<a href="#" style="display: block;text-decoration:none ;color:black">
提交请假
</a>
</div>

</body>

</html>

前端工作小结46-代码之解析position 解决_html