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

69 lines
1.2 KiB
CSS

.htnl{
font-size: 50px;
}
.header{
position: fixed;
top: 0;
width: 100%;
height: 45px;
display: flex;
border-bottom: 0.01rem solid #e9e9e9;
box-sizing: border-box;
justify-content: space-between;
align-items: center;
padding: 0 0.5rem;
background: #fff;
}
.header .title{
font-size: 0.34rem;
color: #010101;
}
.header img{
/* width: 0.8rem;
height: 0.8rem;; */
width: 3rem;
height: 3.1rem;
}
.content{
margin-top: 45px;
}
.info {
padding-left: 0.33rem;
}
.info li{
display: flex;
justify-content: space-between;
align-items: center;
height: 3.1rem;
padding-right: 0.35rem;
box-sizing: border-box;
border-bottom: 0.01rem solid #e9e9e9;
}
.info li .info_title{
font-family: PingFang-SC-Medium;
font-size: 0.64rem;
line-height: 8.229rem;
color: #000000;
}
.info li .info_con{
display: flex;
align-items: center;
}
.info_text{
font-family: PingFang-SC-Medium;
font-size: 0.56rem;
color: #969696;
}
.content li:first-child .info_con img {
width: 1.28rem;
height: 1.28rem;
margin-right: 0.15rem;
}
.content li:last-child .info_con img {
width: 0.88rem;
height: 0.96rem;
}
.infoli:first-child .info_con{
align-items: center !important;
}