/* 顶部样式 */ .fcircle_page .author-content.fcirclePage { height: 19rem; color: var(--anzhiyu-white); overflow: hidden; margin-top: 0px; } body[data-type="fcircle"] #web_bg { background-color: #f7f9fe; } [data-theme="dark"] body[data-type="fcircle"] #web_bg { background-color: #000; } body[data-type="fcircle"] #page .page-title { display: none; } body[data-type="fcircle"] #page { border: 0; box-shadow: none !important; padding: 0 !important; background: transparent !important; } .fcircle_page a { border-bottom: none !important; } .fcircle_page .cf-article-avatar a:hover { background: none !important; color: var(--anzhiyu-fontcolor) !important; } /* 随机文章样式 */ .title-h2-a { display: flex; align-items: center; justify-content: space-between; margin-top: 0.5rem; } .title-h2-a-left { display: flex; align-items: center; } .title-h2-a-left h2 { margin-top: 0 !important; margin-bottom: 0 !important; } .title-h2-a a { margin-left: 0.5rem; color: var(--anzhiyu-fontcolor); font-weight: 700; } #article-container .title-h2-a a:hover { color: var(--anzhiyu-hovertext) !important; } .fcircle_page .title-h2-a-right a.random-post-all { color: var(--anzhiyu-fontcolor); } #cf-overshow.cf-show-now p a.cf-article-title:hover, .fcircle_page #fcircleContainer .cf-article a.cf-article-title:hover, .fcircle_page .title-h2-a-right a.random-post-all:hover, .fcircle_page .title-h2-a-left a.random-post-start:hover { background: none; box-shadow: none; color: var(--anzhiyu-theme); } .fcircle_page .fish-pond-item .cf-article .cf-article-title { line-height: 2; } /* 钓鱼统一卡片 */ .fishing-card { background: var(--card-bg); border: var(--style-border-always); box-shadow: var(--anzhiyu-shadow-border); border-radius: 12px; margin-top: 8px; padding: 20px 30px; } /* 朋友圈统计 */ #friend-stats .stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; } #friend-stats .stats-item { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--anzhiyu-card-bg); border: var(--style-border-always); border-radius: 6px; padding: 12px 8px; transition: border-color 0.3s ease; cursor: default; } #friend-stats .stats-item:hover { border-color: var(--anzhiyu-theme); } #friend-stats .stats-num { font-size: 24px; font-weight: 700; color: var(--anzhiyu-theme); line-height: 1; margin-bottom: 4px; } #friend-stats .stats-label { font-size: 12px; color: var(--anzhiyu-fontcolor); opacity: 0.5; } .fishing-tip { margin-top: 12px; font-size: 14px; font-weight: 700; color: var(--anzhiyu-fontcolor); opacity: 0.5; border-top: 1px dashed var(--anzhiyu-theme); padding-top: 8px; } /* random-post 降级为内嵌区块 */ .fishing-card #random-post { background: transparent; border: none; box-shadow: none; padding: 8px 0 0; margin-top: 0; border-radius: 0; } #random-post { min-height: 32px; background: var(--card-bg); border: var(--style-border-always); box-shadow: var(--anzhiyu-shadow-border); padding: 20px 30px; border-radius: 12px; margin-top: 8px; } #random-post .random-friends-post { text-decoration: none; border-bottom: 2px solid var(--anzhiyu-lighttext) !important; color: var(--anzhiyu-fontcolor); font-weight: 700; padding: 0 4px; } #random-post .random-friends-post:hover { text-decoration: none; border-bottom: 2px solid var(--anzhiyu-none) !important; color: var(--anzhiyu-white) !important; background: var(--anzhiyu-main) !important; border-radius: 4px; box-shadow: var(--anzhiyu-shadow-main); } @media screen and (max-width: 500px) { #friend-stats .stats-grid { grid-template-columns: repeat(2, 1fr); } }