first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
margin: 0;
padding: 0;
list-style: none;
}
body {
font-size: 0;
}
a {
text-decoration: none;
}
.iconfont {
font-size: .16rem;
}

View File

@@ -0,0 +1,127 @@
.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;
}

View File

@@ -0,0 +1,9 @@
.padd {
margin: 0 0.12rem;
}
.content {
margin-top: .45rem;
}
.line {
border-bottom: 0.085rem solid #f3f4f7;
}