Board logo

标题: 目标检测web端网页代码(2) [打印本页]

作者: look_w    时间: 2019-5-13 13:55     标题: 目标检测web端网页代码(2)

css

    .container{
         padding-right:0px;
         padding-left:15px;
         margin-right:0px;
         margin-left:0px;

    }

    .dataFrame{
        border:1px solid #dddddd;
        width:30%;
        height:400px;
        float:right;
        margin-left:50px;
        margin-top:0px;
        display:inline;
        border-radius:5px
    }
    .form-group {
        margin-right: 0px;

    }

    .file-input {
        overflow-x: auto;
    }

    .file-loading {
        top: 0;
        right: 0;
        width: 25px;
        height: 25px;
        font-size: 999px;
        text-align: right;
        color: #fff;
        background: transparent url('../img/loading.gif') top left no-repeat;
        border: none;
    }

    .btn-file {
        position: relative;
        overflow: hidden;
    }

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
    }

    .file-caption .glyphicon {
        display: inline-block;
        min-width: 18px;
        margin-top: 2px;
    }

    .file-caption-name {
        display: inline-block;
        overflow: hidden;
        max-height: 20px;
        padding-right: 10px;
        word-break: break-all;
    }

    .file-caption-ellipsis {
        position: absolute;
        right: 10px;
        margin-top: -6px;
        font-size: 1.2em;
        display: none;
        font-weight: bold;
        cursor: default;
    }

    .kv-has-ellipsis .file-caption-ellipsis {
        display: inline;
    }

    .kv-has-ellipsis {
        padding-right: 17px;
    }

    .kv-search-container .kv-search-clear {
        position: absolute;
        padding: 10px;
        right: 0px;
    }

    .file-error-message {
        background-color: #f2dede;
        color: #a94442;
        text-align: center;
        border-radius: 5px;
        padding: 5px;
    }

    .file-error-message pre, .file-error-message ul {
        margin: 5px 0;
        text-align: left;
    }

    .file-caption-disabled {
        background-color: #EEEEEE;
        cursor: not-allowed;
        opacity: 1;
    }




欢迎光临 电子技术论坛_中国专业的电子工程师学习交流社区-中电网技术论坛 (http://bbs.eccn.com/) Powered by Discuz! 7.0.0