#attribute-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.attribute-title {
    padding: 0 20px;
}
.attribute-title img{
    width: 28px;
    height: 28px;
    margin-right: 10px;
}
#attribute-content .property-content {
    padding: 0 10px;
}
#attribute-content .layui-tab-title li {
    line-height: 25px;
}
#attribute-content .layui-tab {
    margin: 5px 0;
}
#attribute-content .layui-tab-title .layui-this:after {
    height: 26px;
}
#attribute-content .layui-tab-title {
    height:25px;
    border-bottom-width: 0px;
}
#attribute-content .layui-tab-title .layui-this {
    background: #fff;
}
#attribute-content .layui-tab-content {
    background: #fff;
    border: 1px solid #D9D9D9;
    height: 457px;
    overflow: auto;
}
#attribute-content tbody {
    color: #32363A;
}
#attribute-content .layui-colla-title {
    background: #fff;
    padding: 0 10px;
}
#attribute-content .layui-colla-item img{
    width: 20px;
    padding-right: 10px;
}
#attribute-content .layui-collapse {
    border-left: 0px;
    border-right: 0px;
    border-top: 0px;
}
#attribute-content .layui-colla-icon {
    right: 10px !important;
    left: auto;
} 
#attribute-content .layui-colla-content {
    padding: 0;
}
.property-time div{
    margin-bottom: 5px;
}
.vertical-line {
    display: inline-block;
    height: 10px;
    border-right: 1.2px solid #32363A;
    padding-right: 5px;
    margin-right: 5px;
}
.property-intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.property-intro .intro-right {
    width: 70%;
}
.property-time div span:nth-child(1){
    width: 110px;
    display: inline-block;
}
.intro-domain span {
    width: 110px;
    display: inline-block;
}
.property-developer span {
    width: 110px;
    display: inline-block; 
}
.property-intro img {
    width: 50px;
    margin-left: 10px;
}
.property-intro span {
    font-size: 12px;
}
.property-intro h4 {
    margin-bottom: 8px;
}
.file-property-content {
    height: calc(100% - 40px);
    background: #fff;
    margin: 10px;
    padding: 10px;
}
.tag-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
#attribute-content .plugin-info-detail {
    width: 86%;    
}
#attribute-content .plugin-info-item {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0;
}
#attribute-content .plugin-info-item img {
    width: 35px;
    height: 35px;
}
#attribute-content .plugin-name {
    margin-bottom: 5px;
}
#attribute-content .plugin-version {
    color: #666;
    font-size: 12px;
}