App.vue
@@ -19,7 +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; } /* 提示信息样式 */ .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>