header { // 固定在上面 position: fixed; top: 0; left: 0; right: 0; z-index: 16; height: 40px; width: 100%; // background-color: rgba(0,0,0,.1); .top { // 将模块分开两端 display: flex; justify-content: space-between; margin-top: 10px; // 左边公司信息 .top-left { display: flex; font-family: "dakaifont"; // background-color: pink; a { // 显示logo display: block; height:65px; width: 95px; background-color: black; background: url(../wtlogo.png) no-repeat center center; background-size: contain; text-indent: -99999px; } .cmpname { font-size: 23px; h2 { &:last-child { font-size: 16px; } } } } //右边栏 .top-right { display: flex; line-height: 40px; li { &:nth-child(5) { margin-left: 60px; } } a { display: block; padding:0 10px; text-align: center; font-size: 18px; color: #464646; &:nth-child(5) { margin-left: 20px; } &:hover { color: rgba(0,0,0,.2); } //图标间隔 span { margin-left: 3px; font-size: 10px !important; } } } } }