作者:mobiledu2502886633 | 来源:互联网 | 2023-09-03 16:19
1225work.html
lang="en">
charset="UTF-8">
rel="stylesheet" href="../static/font/iconfont.css">
rel="stylesheet" href="public/public-header/public-header.css">
rel="stylesheet" href="public/public-headline/public-headline.css">
class="public-header">
href="">网站首页
href="">专题
href="">网站导航
href="">二手商品
href="">讨论区
href=""> class="iconfont icon-huiyuan2">登录
href="">免费注册
class="public-headline">
二手交易
```html
@import url(../public-reset.css);
.public-header{
height: 44px;
background-color: black;
padding: 0 20px;
display: flex;
flex-flow: row nowrap;
}
.public-header a{
line-height: 44px;
color: #cccccc;
padding: 0 10px;
}
.public-header > a:hover{
background: white;
color: black;
}
.public-header > span{
margin-left: auto;
}
.public-header > span i{
font-size: 16px;
color: #cccccc;
padding-right: 10px;
}
```css
public-headline
css
@import “../public-reset.css”;
.public-headline{
padding: 30px;
text-align: center;
}
.public-headline > span{
font-size: 30px;
font-weight: bolder;
padding-bottom: 7px;
border-bottom: 3px solid red;
}