wuxw
2019-04-09 bc90d13a8213fd4f8abdd886380f662ddd33fdbd
WebService/src/main/resources/static/css/common.css
@@ -0,0 +1,25 @@
.no_padding{
    padding:0px 0px
}
.no_margin{
    margin:0px 0px
}
.no_display{
    display:none
}
.fileinput>.file{
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        font-size: 23px;
        height: 100%;
        width: 100%;
        direction: ltr;
        cursor: pointer;
}
.delete_button{
    color: #dc3545;
}