* {
margin:0;
padding:0
}
.box {
width:200px;
margin:30px auto;
cursor:pointer;
user-select:none;
}
.nav {
margin:1px 0px;
}
h3 {
background:rgb(30,116,30);
color:white;
font-size:20px;
height:40px;
line-height:40px;
padding-left:10px;
}
p {
height:30px;
line-height:30px;
padding-left:20px;
}
p:hover {
background:rgba(12,208,243,0.877);
color:white;
}
.pp {
display:none;
/* display:;
*/
}
更新时间:2021-07-16 00:22:27