<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
* @Author: layui-2
* @Date:   2018-08-31 11:40:53
* @Last Modified by:   xuzhiwen
* @Last Modified time: 2018-09-07 15:26:19
*/
em{
    font-style: normal;
}
/*#tags*/
/*{*/
/*width: 406px;*/
/*margin: 40px auto;*/
/*padding: 10px;*/

/*color: #777;*/
/*border: 1px solid #d5d5d5;*/
/*background-color: #fff;*/
/*}*/

#tags{
    width: 100%;
    margin: 0 auto;
    color:#777;
    padding: 0px 0px;
    line-height: 36px;
    border:1px solid #d5d5d5;
    background-color:#fff
}
#tags span{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 4px 22px 5px 9px;
    cursor: pointer;
    transition: all .2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    background-color: #009688;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
#tags .close{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: none;
    width: 18px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    color: #fff;
    border: 0 none;
    background: transparent none repeat scroll 0 0;
    text-shadow: none;
}
#tags .close:hover{
    background: #ffb800;
}
#inputTags[type='text'],
#inputTags[type='text']:focus{
    line-height: 25px;
    display: inline;
    width: 150px;
    margin: 0;
    padding: 0 6px;
    border: 0 none;
    outline: 0 none;
    box-shadow: none;
}

.albtn{
    line-height: 30px;
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background: #ffb800;
}



#tagstags{
    width: 100%;
    margin: 0 auto;
    color:#777;
    padding: 0px 0px;
    line-height: 36px;
    border:1px solid #d5d5d5;
    background-color:#fff
}
#tagstags span{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    display: inline-block;
    height: 16px;
    margin-right: 3px;
    margin-bottom: 3px;
    padding: 4px 22px 5px 9px;
    cursor: pointer;
    transition: all .2s ease 0s;
    vertical-align: baseline;
    white-space: nowrap;
    color: #fff;
    background-color: #009688;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
#tagstags .close{
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    float: none;
    width: 18px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    color: #fff;
    border: 0 none;
    background: transparent none repeat scroll 0 0;
    text-shadow: none;
}
#tagstags .close:hover{
    background: #ffb800;
}
#inputTags_fq[type='text'],
#inputTags_fq[type='text']:focus{
    line-height: 25px;
    display: inline;
    width: 150px;
    margin: 0;
    padding: 0 6px;
    border: 0 none;
    outline: 0 none;
    box-shadow: none;
}

</pre></body></html>