<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>导航栏</title>
<link rel="stylesheet" href="bootstrap-3.3.7-dist/css/bootstrap.min.css">
<script src="Jquery/jquery-3.4.1.min.js"></script>
<script src="bootstrap-3.3.7-dist/js/bootstrap.min.js"></script>
<style>
.row {
margin-top: 30px;
}
</style>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<span class="navbar-brand">人员管理 </span>
</div>
<div>
<ul class="nav navbar-nav" >
<li><a href="">科技</a>
<li><a href="">科技</a>
<li class="dropdown">
<a href="" data-toggle="dropdown">科技<b class="caret"></b>
</a>
<ul class="dropdown-menu">
<li>其他</li>
<li>其他</li>
<li>其他</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<div class="row">
<div class="col-md-4 " >
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
<div class="col-md-4">
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
<div class="col-md-4">
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-4">
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
<div class="col-md-4">
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
<div class="col-md-4">
<img src="1.jpg" alt="" class="img-circle"style="width: 150px;height: 150px">
<ul class="col-md-5" style="margin-left: 140px;margin-top: -130px;line-height: 40px">
<span style="font-size: 12px;">今日开课</span>
<span style="margin-left: 5px">|</span>
<span style="font-size: 12px;color: #5cb85c">开启提醒</span>
<br>
<span>运营插画四部曲</span>
<br>
<span style="font-size: 10px;color: #5e5e5e">狒狒</span>
</ul>
</div>
</div>
</div>
</body>
</html>