You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
1.3 KiB
Plaintext
70 lines
1.3 KiB
Plaintext
|
2 years ago
|
page{
|
||
|
|
--color-ysd: #00BEBE;
|
||
|
|
--color-bgcolor:#e5f8f8
|
||
|
|
}
|
||
|
|
|
||
|
|
.mainlist{
|
||
|
|
margin-top: 10px;
|
||
|
|
margin-bottom: 12px;
|
||
|
|
background-color: #fff;
|
||
|
|
}
|
||
|
|
.mainlist .subset {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
/* align-items: center; */
|
||
|
|
justify-content: space-between;
|
||
|
|
border-bottom: 1px solid #f3f3f3;
|
||
|
|
margin: 0 16px;
|
||
|
|
padding: 16px 0;
|
||
|
|
font-size: 14px;
|
||
|
|
color: #666;
|
||
|
|
}
|
||
|
|
.mainlist .subset .date {
|
||
|
|
line-height: 18px;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .icon {
|
||
|
|
width: 40px;
|
||
|
|
height: 40px;
|
||
|
|
margin-right: 12px;
|
||
|
|
background-color: var(--color-bgcolor);
|
||
|
|
text-align: center;
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .icon .t-icon {
|
||
|
|
width: 22px;
|
||
|
|
height: 22px;
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .user {
|
||
|
|
line-height: 18px;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .user .username {
|
||
|
|
font-weight: bold;
|
||
|
|
margin-right: 15px;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .user .usertype {
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
.noData{
|
||
|
|
font-size: 12px;
|
||
|
|
color: #999;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: row;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .icon.noTel{
|
||
|
|
background-color: #f5f5f5;
|
||
|
|
}
|
||
|
|
.mainlist .subset .userinfo .icon .iconfont {
|
||
|
|
font-size: 22px;
|
||
|
|
line-height: 40px;
|
||
|
|
}
|