/**
 * 基类样式控制
 * 森森 r@r1989.com
 */

/*控制缩略图上传*/
.ss-thumb img{
    width: 80px;
    height: 80px;
    cursor: pointer;
    border: 1px dashed #ccc;
}
.ss-thumb .pictrue, .ss-thumb .upload{
    width: 80px;
    float: left;
    margin-right: 10px;
    position: relative;
}
.ss-thumb .pictrue .closes{
    position: absolute;
    right: -10px;
    top: -10px;
}
.ss-thumb .layui-icon{
    display: flex;
    width: 80px;
    height: 80px;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    border: 1px dashed #ccc;
}

/*控制表格图片显示*/
.layui-table-cell {
    height: auto;
    line-height: 28px;
}
.layui-table-cell img{
    height: 60px;
    width: 60px;
}

/*控制地址选择器*/
.ss-area .layui-form-select{
    width: 30%;
    float: left;
}

.h10{
    width: 100%;
    height: 10px;
    clear: both;
}
.h20{
    width: 100%;
    height: 20px;
    clear: both;
}
.h30{
    width: 100%;
    height: 30px;
    clear: both;
}

.pointer{
    cursor: pointer;
}
.text-center{
    text-align: center;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 700;
}
.ss-hide{
    display: none;
}
.ss-block{
    width: 100%;
    display: block;
    clear: both;
}
.ss-red{
    color: #ff0000;
}
.ss-green{
    color: #009688;
}
.ss-bold{
    font-weight: bold;
}

.flex{
    display: flex;
}
.flex-c{
    flex-flow: column;
}
.flex-jc-b{
    justify-content: space-between;
}
.flex-jc-a{
    justify-content: space-around;
}
.flex-jc-c{
    justify-content: center;
}



/*控制地址选择器*/
.ss-area .layui-form-select{
    width: 30%;
    float: left;
}

.no-data{
    text-align: center;
    color: #999999;
}


.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.ml-10{
    margin-top: 10px;
}
.mr-10{
    margin-top: 10px;
}
