发布态的文件,显示正文按钮

This commit is contained in:
yujh 2024-10-22 10:51:46 +08:00
parent cb9f80fea0
commit 467c965471
2 changed files with 6 additions and 0 deletions

View File

@ -222,6 +222,12 @@
background: url(../images/fileUpLoad.png) no-repeat; background: url(../images/fileUpLoad.png) no-repeat;
background-size: contain; background-size: contain;
} }
.ico.textFile{
width: 20px;
background-position: 0px 0px;
background: url(../images/textFile.png) no-repeat;
background-size: contain;
}
.ico.processTermination{ .ico.processTermination{
width: 20px; width: 20px;
background-position: 0px 0px; background-position: 0px 0px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB