mirror of
https://gitee.com/ulthon/ul-file-share.git
synced 2026-07-01 11:02:49 +08:00
完成文件上传管理
This commit is contained in:
29
public/static/css/index.css
Normal file
29
public/static/css/index.css
Normal file
@@ -0,0 +1,29 @@
|
||||
body {
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
|
||||
.file-list {
|
||||
padding: 15px;
|
||||
margin : 15px;
|
||||
border : 3px dashed #bbb;
|
||||
min-height: 200px;
|
||||
}
|
||||
|
||||
.file-item {
|
||||
display : flex;
|
||||
align-items : center;
|
||||
justify-content: space-between;
|
||||
background-color: #ddd;
|
||||
padding: 5px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.file-item:hover{
|
||||
background-color: #ccc;
|
||||
}
|
||||
|
||||
.file-size{
|
||||
margin-left: 15px;
|
||||
color: #999;
|
||||
}
|
||||
Reference in New Issue
Block a user