|
|
@@ -2688,7 +2688,7 @@ button:focus { |
|
|
|
.defultImage-mid {
|
|
|
|
width: 136px;
|
|
|
|
height: 136px;
|
|
|
|
background: url("/static/img/fileType/default.svg") no-repeat;
|
|
|
|
background: url("/static/img/fileType/default.svg") no-repeat center;
|
|
|
|
background-size:80% 76%;
|
|
|
|
}
|
|
|
|
.folder {
|
|
|
@@ -2731,7 +2731,7 @@ button:focus { |
|
|
|
.xls-mid,
|
|
|
|
.xlsx-mid,
|
|
|
|
.excel-mid {
|
|
|
|
background: url("/static/img/fileType/excel.svg") no-repeat;
|
|
|
|
background: url("/static/img/fileType/excel.svg") no-repeat center;
|
|
|
|
background-size:80% 76%;
|
|
|
|
}
|
|
|
|
|
|
|
@@ -2741,7 +2741,7 @@ button:focus { |
|
|
|
}
|
|
|
|
.ppt-mid,
|
|
|
|
.pptx-mid {
|
|
|
|
background: url("/static/img/fileType/PPT.svg") no-repeat;
|
|
|
|
background: url("/static/img/fileType/PPT.svg") no-repeat center;
|
|
|
|
background-size:80% 76%;
|
|
|
|
}
|
|
|
|
|
|
|
@@ -2749,7 +2749,7 @@ button:focus { |
|
|
|
background: url("/static/img/bgtupian.png") no-repeat -900px 0
|
|
|
|
}
|
|
|
|
.pdf-mid {
|
|
|
|
background: url("/static/img/fileType/pdf.svg") no-repeat;
|
|
|
|
background: url("/static/img/fileType/pdf.svg") no-repeat center;
|
|
|
|
background-size:80% 76%;
|
|
|
|
}
|
|
|
|
|
|
|
|