Files
ClassContent/历届学生/逯帅帅/项目开发/上课项目/美食App/css/page/video.css
2024-09-27 02:06:13 +08:00

26 lines
401 B
CSS

.header {
height: 50px;
width: 100%;
position: fixed;
left: 0;
top: 0;
right: 0;
background: #fff;
z-index: 9999;
display: flex;
justify-content: space-between;
padding: 0 15px;
align-items: center;
}
.back i {
color: #333;
}
.back a {
color: #333;
font-size: 16px;
}
.header p {
font-size: 18px;
color: #000;
font-weight: 600;
}