﻿.layui-upload-img {
    width: 28px;
    height: 28px;
}

.layui-upload-dd {
    margin-right: -10px;
    float: left;
}

.layui-upload-remove {
    position: relative;
    left: -20px;
    float: right;
    background-color: transparent;
    color: transparent;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}

    .layui-upload-remove:hover {
        background-color: red;
        color: white;
    }

.layui-upload-add {
    float: right;
    border: 1px solid grey;
    width: 28px;
    height: 28px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.layui-upload {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}

    .layui-upload img {
        width: 200px;
        height: 200px;
    }
