<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;
}
#search_input_tags
{
}

#search_input_tags span{
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    display: inline-block;
    height: 23px;
    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: #1a1a1a;
    background-color: #fdd30f;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .15);
}
#search_input_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;
}
#search_input_tags .close:hover{
  background: #ff8b3d;
}
#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;
}
</pre></body></html>