Files
ClassContent/历届学生/front-end-team-11/项目开发/学生项目/贡婉宝/4.26/1/css/index.css
2024-09-27 02:06:13 +08:00

111 lines
1.8 KiB
CSS

.header{
height: 45px;
background-color: #ffffff;
display: flex;
align-items: center;
padding-left: 12.5px;
position: fixed;
top: 0;
left: 0;
z-index: 99;
width: 100%;
box-sizing: border-box;
}
.header img{
width: 9.5px;
height: 17px;
}
.content{
margin-top: 45px;
}
.user{
background-color: #ffffff;
display: flex;
padding-top: 15.5px;
margin-bottom: 8.5px;
}
.user .user_img{
width: 60px;
height: 60px;
padding-left: 12px;
margin-right: 20px;
}
.user_rig_q{
display: flex;
align-items: center;
}
.user_rig_q span{
font-family: PingFang-SC-Bold;
font-size: 18px;
color: #000000;
line-height: 17px;
}
.user_rig_q img{
width: 13.5px;
height: 13.5px;
margin-left: 5px;
}
.user_rig_q1{
margin-top: 7px;
}
.user_rig_q2{
margin: 6px 0;
}
.user_rig_q3{
margin-bottom: 21px;
}
.gongne{
background-color: #ffffff;
padding-left: 11px;
padding-top: 7.5px;
padding-bottom: 9px;
}
.gongne_li{
height: 47.5;
display: flex;
align-items: center;
justify-content: space-between;
border-bottom: 1px #dcdcdc92 solid;
}
.gongne_li1{
width: 79px;
font-family: PingFangSC-Regular;
font-size: 16px;
color: #868686;
}
.gongne_li2{
font-family: PingFang-SC-Medium;
font-size: 16px;
flex: 1;
color: #868686;
}
.gongne_li3{
width: 7px;
height: 12px;
margin-right: 12.5px;
}
.gongne_li:nth-child(4){
border: none;
}
.dibu{
margin-top: 8.5px;
}
.dibu_li{
display: flex;
justify-content: center;
align-items: center;
background-color: #ffffff;
height: 50.5px;
border: solid 0.5px hwb(0 92% 8% / 0.788);
}
.dibu_li img{
width: 18px;
height: 17px;
}
.dibu_li div{
font-family: PingFang-SC-Bold;
font-size: 16px;
color: #5a6f92;
margin-left: 7.5px;
}