﻿.layui-upload-list .layui-upload-img {
    max-width: 120px;
    max-height: 120px;
}

.layui-form-mid { word-break: break-all; }

.upload-list-item-info {
    width: 80px;
    height: 80px;
    margin-right: 8px;
    position: relative;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 5px;
}

    .upload-list-item-info img {
        width: 100%;
        height: 100%;
        float: left;
    }

    .upload-list-item-actions {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        z-index: 10;
        white-space: nowrap;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
    }

.upload-list-item-card {
    background: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.upload-list-item-actions svg {
    color: #fff;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    font-size: 16px;
    width: 16px;
    margin: 0 4px;
    cursor: pointer;
    z-index: 10;
}

.actionBox {
    width: 100%;
    height: 100%;
    background: rgba(127, 127, 127, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}