Files
ClassContent/历届学生/fontendsix/项目练习/上课项目/美食杰/css/my.css
2024-09-27 02:06:13 +08:00

91 lines
1.5 KiB
CSS

body{
background: #f5f5f5;
}
.header{
width: 100%;
height: 9.5rem;
background: url(../img/likebeijing.png) no-repeat center;
background-size: 100% 100%;
}
.center{
margin: auto;
width: 300px;
padding-top: 20px;
color: #fff;
font-size: 16px;
}
.header_top{
width: 100%;
display: flex;
align-items: center;
}
.header_top img{
height: 66px;
width: 66px;
border: 3px solid rgba(255,255,255,0.5);
border-radius: 100%;
margin-right: 10px;
}
.header_text p{
font-size: 16px;
}
.header_text span{
font-size: 12px;
}
.header_bott{
display: flex;
width: 100px;
font-size: 12px;
height: 24px;
line-height: 22px;
border-radius: 16px;
border: 1px solid rgba(255,255,255,0.5);
background: rgba(255,255,255,0.2);
padding: 0px 12px;
margin-left: 82px;
}
.header_bott p{
margin-right: 5px;
}
.info li a{
height: 100%;
justify-content: space-between;
display: flex;
align-items: center;
}
.info li{
padding: 0 .8rem;
box-sizing: border-box;
width: 100%;
height: 44px;
background: #fff;
border-bottom: 1px solid #f5f5f5;
}
.info li:nth-child(3){
margin-top: .5rem;
}
.info li:nth-child(2){
margin-top: .5rem;
}
.info_left{
display: flex;
align-items: center;
font-size: 16px;
color: #333;
}
.info_left img{
width: 1.35rem;
height: 1.35rem;
margin-right: .5rem;
}
.info_right{
display: flex;
align-items: center;
}
.info_right span{
font-size: 20px;
color: #666;
}