/**
 * 标签页面样式
 *
 * 包含标签页面特定的样式定义
 *
 * @package mythemes
 */

/* 标签页面特定样式 */
.tag-header {
    padding: 20px 10px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    height: 65px;
}

.tag-title {
    margin-top: -10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 2px;
    font-weight: normal;
    text-align: center;
    color: #666;
    border-left: none;
    border-bottom: 2px solid #ffd001;
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
}
    
/* 其余CSS样式... */ 