You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
396 B

.nav {
display: flex;
justify-content: space-between;
width: 1200px;
margin: auto;
padding-bottom: 20px;
> div {
width: 280px;
height: 260px;
background: #fff;
cursor: pointer;
b {
font-size: 18px;
text-align: center;
height: 40px;
line-height: 40px;
background: #d9d9d9;
display: inline-block;
width: 100%;
}
}
}