﻿@charset "utf-8";

/*
 * content:标签管理
 * author:sine
 * time:2019.4.25
 */


/* S = 标签管理界面表格样式 */
tr td a,
tr td a:hover {
    color: #5C81AA;
}

/* E = 标签管理界面表格样式 */
.rt {
    text-align: right;
}

.AddLable {
    display: none;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5) !important;
}
.AddLable .layui-input{
    padding-left: 3px;
}
.labelList img,
.labelType dd img {
    width: 20px;
}

.labelName {
    width: 20%;
    display: inline-block;
}

.labelType dd {
    background-color: #EDEAE5;
    padding: 5px 0 5px 30px;
    position: relative;
    margin-bottom: 7px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.labelType input[type='radio'] {
    vertical-align: top;
    margin-top: 5px;
}

.labelType label {
    font-weight: 400;
    /* position: absolute; */
    left: 0;
    top: 0;
    /* background-color: rgba(234, 234, 345,0.5); */
    height: 100%;
    /* width: 100%; */
    padding-top: 5px;
    padding-left: 52px;
    cursor: pointer;
}

.AddProperty{
    display: none;
    padding: 10px;
    background: rgba(255, 255, 255, 0.5) !important;
}
.rightBtn{
    float: right;
    margin: 7px;
}
.AddProperty .layui-collapse input{
    width:75px;
    line-height: 24px;
}