/*
Theme Name:     B2子主题
Theme URI:      http: //7b2.com/
Description:    Child theme for the B2 PRO
Author:         子主题模版
Author URI:     http: //7b2.com/
Template:       b2
Version:        0.1.5
*/



/* 评论背景图 */
.com-form-textarea textarea {
    background-color: transparent;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), 
                url(https://res.sg7z.com/theme/pinglun/pinglun.webp) right 10px bottom 10px no-repeat;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}

.com-form-textarea textarea:focus {
    background-position-y: 789px;
    -moz-transition: ease-in-out 0.45s;
    -webkit-transition: ease-in-out 0.45s;
    -o-transition: ease-in-out 0.45s;
    -ms-transition: ease-in-out 0.45s;
    transition: ease-in-out 0.45s;
}





/* 鼠标样式 */
/* 优先加载兼容性最好的 .cur */
/* 若不支持 .cur，则加载 .png */
/* 都不支持，则回退到浏览器默认光标 */
body {
    cursor: url('https://res.sg7z.com/theme/cur/arrow.cur'),  
            url('https://res.sg7z.com/theme/cur/arrow.png'),  
            auto;
}

/* 链接悬停光标 */
a:hover {
    cursor: url('https://res.sg7z.com/theme/cur/link.cur'), 
            url('https://res.sg7z.com/theme/cur/link.png'), 
            pointer;
}



/* 公告弹窗美化 */
.gg-box .modal-content {
    width: 28rem;
    overflow: hidden;
    margin-top: 0;
}

/* 标题区域基础样式 */
.gg-box-title .gg-title {
    width: 100%;
    text-align: center;
    padding: 0 !important;
}

/* 标题文字样式 */
.modal-content .gg-box-title h2 {
    font-size: 22px;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
}

/* 标题副文字/时间样式 */
.gg-box-title .gg-title span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

/* 标题背景/分割线样式 */
.title-bg {
    border: 0;
}

/* 标题内边距调整 */
.modal-content .gg-title {
    padding: 20px 30px 0;
}

/* 标题下方的链接样式 */
.modal-content .gg-title a {
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    display: block;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

/* 描述区域基础样式 */
.modal-content .gg-desc {
    padding: 20px 30px 0;
    font-size: 14px;
    letter-spacing: 0.5px;
}

/* 描述段落样式 */
.modal-content .gg-desc p {
    color: #909399;
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    padding: 20px;
    line-height: 24px;
}

/* 底部按钮样式 */
.gg-button a {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #fff;
    border: 0;
    background-color: #206aff;
    background-image: linear-gradient(90deg, #006eff, #13adff);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, 0.3);
    text-decoration: none;
    will-change: transform;
    transition: transform 0.2s ease;
}

/* 按钮悬停效果 */
.gg-button a:hover {
    transform: translateY(-2px);
}





/* 签到按钮美化 */
.user-w-qd {
    background-image: linear-gradient(90deg, #673ab7 0%, #e91e63 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 15px;
}

/* 去除标题区域的默认背景 */
.user-w-qd-list-title {
    background-image: none;
    background-color: transparent !important;
}

/* 左边按钮（已选中状态） */
.user-w-qd-list-title p.picked span {
    background-image: linear-gradient(90deg, #03a9f4 0%, #00bcd4 100%);
    color: #fff;
    font-size: 15px;
}

/* 右边按钮（未选中状态） */
.user-w-qd-list-title p span {
    border-radius: 3px;
    background-image: linear-gradient(90deg, #ec867e 0%, #ec6190 100%);
    color: #fff;
    font-size: 15px;
}
  


