7e47ce238b
添加了管理后台所需的图片资源、Excel文件、安装程序以及设计相关的图片文件
65 lines
1.2 KiB
CSS
65 lines
1.2 KiB
CSS
.swiff-uploader-box a {
|
|
display: none !important;
|
|
}
|
|
#demo-list {
|
|
list-style: none;
|
|
width: 450px;
|
|
margin: 0;
|
|
}
|
|
|
|
#demo-list li.validation-error {
|
|
padding-left: 44px;
|
|
display: block;
|
|
clear: left;
|
|
line-height: 40px;
|
|
color: #8a1f11;
|
|
cursor: pointer;
|
|
border-bottom: 1px solid #fbc2c4;
|
|
background: #fbe3e4 url(images/failed.png) no-repeat 4px 4px;
|
|
}
|
|
|
|
#demo-list li.file {
|
|
border-bottom: 1px solid #eee;
|
|
background: url(images/file.png) no-repeat 4px 4px;
|
|
overflow: auto;
|
|
}
|
|
#demo-list li.file.file-uploading {
|
|
background-image: url(images/uploading.png);
|
|
background-color: #D9DDE9;
|
|
}
|
|
#demo-list li.file.file-success {
|
|
background-image: url(images/success.png);
|
|
}
|
|
#demo-list li.file.file-failed {
|
|
background-image: url(images/failed.png);
|
|
}
|
|
|
|
#demo-list li.file .file-name {
|
|
font-size: 1.2em;
|
|
margin-left: 44px;
|
|
display: block;
|
|
clear: left;
|
|
line-height: 40px;
|
|
height: 40px;
|
|
font-weight: bold;
|
|
}
|
|
#demo-list li.file .file-size {
|
|
font-size: 0.9em;
|
|
line-height: 18px;
|
|
float: right;
|
|
margin-top: 2px;
|
|
margin-right: 6px;
|
|
}
|
|
#demo-list li.file .file-info {
|
|
display: block;
|
|
margin-left: 44px;
|
|
font-size: 0.9em;
|
|
line-height: 20px;
|
|
clear
|
|
}
|
|
#demo-list li.file .file-remove {
|
|
clear: right;
|
|
float: right;
|
|
line-height: 18px;
|
|
margin-right: 6px;
|
|
} |