diff --git a/resources/qiye.html b/resources/qiye.html index 955739d..96c671e 100644 --- a/resources/qiye.html +++ b/resources/qiye.html @@ -104,6 +104,29 @@ text-align: right; min-width: 140px; } + .header-actions { + margin-top: 8px; + } + .print-btn { + display: inline-flex; + align-items: center; + padding: 6px 12px; + border-radius: 999px; + border: 1px solid rgba(255, 255, 255, 0.7); + background: rgba(255, 255, 255, 0.1); + color: #ffffff; + font-size: 12px; + cursor: pointer; + transition: + background 0.15s ease, + color 0.15s ease, + transform 0.1s ease; + } + .print-btn:hover { + background: #ffffff; + color: var(--primary-dark); + transform: translateY(-1px); + } .header-score .score { font-size: 32px; font-weight: 700; @@ -356,6 +379,9 @@ .top-nav { display: none !important; } + .print-btn { + display: none !important; + } /* 抬头简化为白底、去圆角和阴影 */ .header { background: #ffffff !important; @@ -426,10 +452,17 @@ 综合评分 风险:- +
+ +
+ + + +