快乐的昕的电脑
2025-10-14 69c99241ef80eaea8775e1f028800213c493df81
components/mold.vue
@@ -558,23 +558,17 @@
        box-sizing: border-box;
        margin: 5px 1% 5px 0;
        padding: 8px 16px;
        background: #f5f5f5;
        background: #fff; /* 常态白色 */
        border: 1px solid #ccc;
        border-radius: 4px;
        cursor: pointer;
        background: #e0e0e0;
        color: #888;
        color: #333; /* 常态深色字 */
        text-align: left;
        transition: background 0.15s, color 0.15s;
    }
   .tool-btn {
      margin: 5px 10px 5px 0;
      padding: 8px 16px;
      background: #f5f5f5;
      border: 1px solid #ccc;
      border-radius: 4px;
      cursor: pointer;
      background: #e0e0e0;
        .tool-btn:active {
            background: #e0e0e0; /* 按下变灰 */
      color: #888;
   }