examTeamApp/unpackage/dist/dev/mp-weixin/pageTwo/message/list.wxss

51 lines
952 B
Plaintext

@charset "UTF-8";
/* 主题色 */
.content.data-v-492bfc74 {
padding: 0 15px;
min-height: 100vh;
background-color: #f7f7f7;
}
.list.data-v-492bfc74 {
margin-top: 15px;
background-color: #fff !important;
}
.list icon.data-v-492bfc74 {
background-color: #f7f7f7;
border: 8px solid #f7f7f7;
position: relative;
}
.list icon.data-v-492bfc74::after {
content: "";
width: 10px;
height: 10px;
border-radius: 50%;
background-color: red;
position: absolute;
top: 0px;
right: 0px;
}
.list .time.data-v-492bfc74 {
display: inline-block;
font-weight: bold;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.list .time .name.data-v-492bfc74 {
color: #333;
width: 60%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-top: 0;
}
.list .time .date.data-v-492bfc74 {
font-weight: 500;
font-size: 12px;
width: auto;
margin-top: 0;
float: right;
}