﻿.jpg{
    background: url(../image/file.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.gif{
    background: url(../image/file.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.ppt{
    background: url(../image/ppt.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.rar{
    background: url(../image/rar.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.word{
    background: url(../image/word.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.excel{
    background: url(../image/excel.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.other{
    background: url(../image/other.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
.pdf{
    background: url(../image/pdf.png) no-repeat 10px 15px;
    width: 100px;
    height: 100px;
    display: inline-block;
    margin: 10px;
}
