会议详情,项目详情,我的页面

This commit is contained in:
姚亚男
2021-10-09 15:50:06 +08:00
parent 8a2500b5a5
commit 2134e2525f
55 changed files with 1931 additions and 45 deletions
+35
View File
@@ -0,0 +1,35 @@
page{
background-color: #F5F5F5;
padding: 15px;
width: 100%;
box-sizing: border-box;
}
.list-item{
display: flex;
padding: 15px;
flex-direction: column;
background-color: #fff;
border-radius: 10px;
}
.list-item:not(:first-child){
margin-top: 10px;
}
.list-item .list-time{
color: #999;
font-size: 14px;
}
.list-item .list-files{
margin-top: 5px;
color: #069F99;
font-size: 15px;
display: flex;
flex-direction: column;
}
.list-item .list-files text{
display: block;
width: 100%;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
line-height: 24px;
}