马一丁

Beautify actions block

@@ -1127,6 +1127,51 @@ body {{ @@ -1127,6 +1127,51 @@ body {{
1127 background: linear-gradient(135deg, rgba(0,123,255,0.1), rgba(23,162,184,0.1)) !important; 1127 background: linear-gradient(135deg, rgba(0,123,255,0.1), rgba(23,162,184,0.1)) !important;
1128 }} 1128 }}
1129 1129
  1130 +/* ========== 覆盖 hero-actions 按钮样式(解决双层边框问题) ========== */
  1131 +/* 完全重置 button 和 ghost-btn 样式,避免浏览器默认样式干扰 */
  1132 +.hero-actions {{
  1133 + display: flex !important;
  1134 + flex-wrap: wrap !important;
  1135 + gap: 8px !important;
  1136 + margin-top: 14px !important;
  1137 + padding: 0 !important;
  1138 +}}
  1139 +
  1140 +.hero-actions button,
  1141 +.hero-actions .ghost-btn,
  1142 +button.ghost-btn {{
  1143 + display: inline-flex !important;
  1144 + align-items: center !important;
  1145 + justify-content: flex-start !important;
  1146 + background: transparent !important;
  1147 + border: 1px solid rgba(0, 0, 0, 0.22) !important;
  1148 + border-radius: 999px !important;
  1149 + padding: 8px 16px !important;
  1150 + font-size: 12px !important;
  1151 + color: #222 !important;
  1152 + width: auto !important;
  1153 + height: auto !important;
  1154 + white-space: normal !important;
  1155 + line-height: 1.4 !important;
  1156 + text-align: left !important;
  1157 + box-shadow: none !important;
  1158 + cursor: default !important;
  1159 + -webkit-appearance: none !important;
  1160 + -moz-appearance: none !important;
  1161 + appearance: none !important;
  1162 + outline: none !important;
  1163 + outline-width: 0 !important;
  1164 + outline-style: none !important;
  1165 + word-break: break-word !important;
  1166 + max-width: 100% !important;
  1167 + box-sizing: border-box !important;
  1168 + margin: 0 !important;
  1169 + font-family: inherit !important;
  1170 + text-decoration: none !important;
  1171 + border-width: 1px !important;
  1172 + border-style: solid !important;
  1173 +}}
  1174 +
1130 /* SVG图表容器样式 */ 1175 /* SVG图表容器样式 */
1131 .chart-svg-container {{ 1176 .chart-svg-container {{
1132 width: 100%; 1177 width: 100%;