127 lines
2.3 KiB
CSS
127 lines
2.3 KiB
CSS
.header {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
right: 0;
|
|
height: .45rem;
|
|
background: #fff;
|
|
padding: 0 0.125rem;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.header img {
|
|
width: 0.095rem;
|
|
height: 0.17rem;
|
|
}
|
|
.user {
|
|
padding: 0.21rem 0.12rem;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
.user > img {
|
|
width: 0.6rem;
|
|
height: 0.6rem;
|
|
margin-right: 0.195rem;
|
|
}
|
|
.user_name span {
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 0.18rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rem;
|
|
color: #000000;
|
|
margin-right: 0.05rem;
|
|
}
|
|
.user_name img {
|
|
width: 0.135rem;
|
|
height: 0.135rem;
|
|
}
|
|
.user_name {
|
|
margin-bottom: 0.12rem;
|
|
}
|
|
.niname {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.13rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rem;
|
|
color: #868686;
|
|
margin-bottom: 0.09rem;
|
|
}
|
|
.idname {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.13rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rem;
|
|
color: #868686;
|
|
margin-bottom: 0.085rem;
|
|
|
|
}
|
|
.city {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.13rem;
|
|
color: #868686;
|
|
}
|
|
|
|
.user_message {
|
|
padding: 0.12rem 0;
|
|
}
|
|
.user_message li {
|
|
margin-left: 0.11rem;
|
|
padding-right: 0.125rem;
|
|
border-bottom: 0.005rem solid rgb(220 220 220 / 60%);
|
|
height: 0.435rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.user_message li:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.user_message li img {
|
|
width: 0.07rem;
|
|
height: 0.12rem;
|
|
}
|
|
.m_left {
|
|
display: flex;
|
|
}
|
|
.m_left span:first-child {
|
|
display: block;
|
|
width: 0.64rem;
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 0.16rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rem;
|
|
color: #000000;
|
|
margin-right: 0.16rem;
|
|
}
|
|
.m_left span:last-child {
|
|
font-family: PingFang-SC-Medium;
|
|
font-size: 0.16rem;
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
letter-spacing: 0rem;
|
|
color: #868686;
|
|
}
|
|
.user_action .send:first-child{
|
|
border: solid 0.005rem rgb(234 234 234 / 60%);
|
|
}
|
|
.send {
|
|
height: 0.54rem;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
}
|
|
.send img{
|
|
width: 0.18rem;
|
|
height: 0.17rem;
|
|
margin-right: 0.075rem;
|
|
}
|
|
.send span{
|
|
font-family: PingFang-SC-Bold;
|
|
font-size: 0.16rem;
|
|
color: #5a6f92;
|
|
} |