Files
ClassContent/历届学生/front-end-team-10/项目练习/学生项目/韩孟雪/2023-2-16/橱窗app2.css
2024-09-27 02:06:13 +08:00

66 lines
1.3 KiB
CSS

html{
font-size: 50px;
}
.header{
height: .9rem;
width: 100%;
background: white;
display: flex;
align-items: center;
justify-content: space-between;
padding-left: .26rem;
box-sizing: border-box;
border-bottom: .5px solid #e9e9e9;
}
.header .photo{
width: 0.26rem;
height: 0.27rem;
background: url(./imgs/左.png) no-repeat;
}
.header_title{
font-size: 0.34rem;
font-family: PingFang-SC-Bold;
color: #010101;
}
.footer{
padding-left:16.5px ;
padding-right: 16px;
box-sizing: border-box;
}
.footer li{
height: 71px ;
border-bottom: .5px solid #e9e9e9;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: space-between;
}
.footer .footer_photo{
font-size: 16px;
color: #000000;
}
.footer_right img:first-child{
width: 32px;
height: 32px;
border-radius: 100%;
margin-right: 8px;
}
.footer_right img:last-child{
width: 11px;
height: 12px;
}
.footer .footer_right{
display: flex;
align-items: center;
justify-content: space-between;
}
/* .footer .footer_right:first-child{
align-items: center !important;
} */
.footer_photo_text{
font-size: 14px;
font-family: PingFang-SC-Medium;
color: #969696;
margin-right: 2.5px;
}