55 lines
946 B
CSS
55 lines
946 B
CSS
.header {
|
|
position: fixed;
|
|
height: .9rem;
|
|
background: #fff;
|
|
display: flex;
|
|
top: 0;
|
|
width: 100%;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 0 0.26rem;
|
|
box-sizing: border-box;
|
|
border-bottom: 0.01rem solid #e9e9e9;
|
|
}
|
|
|
|
.header .title {
|
|
font-size: 0.34rem;
|
|
color: #010101;
|
|
}
|
|
|
|
.header .icon-zuojiantou1 {
|
|
color: #010101;
|
|
font-size: .3rem;
|
|
}
|
|
.list{
|
|
padding-left: 0.33rem;
|
|
|
|
}
|
|
.list li{
|
|
margin-top: 45px;
|
|
display: flex;
|
|
border-bottom: 0.01rem solid #e9e9e9;
|
|
width: 100%;
|
|
height: 1.11rem;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding-right: .3rem;
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
.list li .touxiang{
|
|
font-size:0.32rem ;
|
|
color: #000;
|
|
|
|
}
|
|
.list li .photo img{
|
|
border-radius: 100%;
|
|
width: 0.64rem;
|
|
height: 0.64rem;
|
|
padding-right: 0.15rem;
|
|
}
|
|
.photo{
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
} |