快乐的昕的电脑
2025-12-04 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3
App.vue
@@ -19,15 +19,28 @@
   uni-page-wrapper{
      background-color: whitesmoke;
   }
   /* 统一按钮样式 */
   button{
      margin: 10px;
      padding: 8px 16px;
      border-radius: 4px;
      border: none;
      font-size: 16px;
      cursor: pointer;
      transition: all 0.3s;
   }
    :deep(.checkbox),
    :deep(.checkbox__inner) {
        padding: 10px !important;
        width: 44px !important;
        min-width: 44px !important;
        box-sizing: border-box;
    }
   /* 提示信息样式 */
   .toast-message {
      font-size: 20px;
      font-weight: bold;
      padding: 16px 32px;
      border-radius: 8px;
      background-color: #1890ff;
      color: white;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
      text-align: center;
      z-index: 9999;
   }
</style>