<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>复习预习</title>
<style type="text/css">
.p1 {
/*margin-top: -5px;*/
}
a {
display: block;
}
.p1 a {
display: inline;
color: #900b09;
text-decoration: none;
/*① 分离下边框与字体文本的间距*/
/*padding-bottom: 10px;*/
/*background: orange;*/
/*②*/
/*line-height: 30px;*/
/*display: inline-block;*/
border-bottom: 1px solid #900b09;
}
.p1 a:hover {
color: #f00;
border-bottom: 1px solid #f00;
}
</style>
<style type="text/css">
.s1 a {
display: inline;
color: #900b09;
text-decoration: none;
border-bottom: 1px solid #900b09;
}
.s1 a:hover {
color: #f00;
border-bottom: 1px solid #f00;
}
.s1 a:not(:first-child) {
margin-left: 20px;
}
</style>
<style type="text/css">
h3 {
font-size: 16px;
margin: 10px 0 0;
}