快乐的昕的电脑
2025-12-04 38c3c332ae1aa7ee2c520b2ee9ab52af995bbbc3
App.vue
@@ -19,27 +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;
    }
    .checkbox[data-v-c2c83a8e] {
        padding: 12px;
        width: 26px;
        padding-left: 12px;
        display: table-cell;
        vertical-align: middle;
        color: #333;
        font-weight: 500;
        border-bottom: 1px #ebeef5 solid;
        font-size: 14px;
    }*/
   /* 提示信息样式 */
   .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>