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.
bocai_supplyChain/pages/underReview/index.wxss

52 lines
1008 B
Plaintext

.mainlist{
margin-top: 10px;
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: rgba(255, 106, 0, 0.1);
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;
}