2
0

feat:个人信息部分背景暗色适配

This commit is contained in:
zhongzm
2025-02-15 16:26:38 +08:00
parent e897b14230
commit 984335b054
4 changed files with 3 additions and 7 deletions

View File

@@ -513,7 +513,7 @@ onMounted(() => {
/* 卡片样式 */ /* 卡片样式 */
.status-card, .form-card { .status-card, .form-card {
background: white;
border-radius: 12px; border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
padding: clamp(16px, 4vw, 32px); padding: clamp(16px, 4vw, 32px);

View File

@@ -305,7 +305,6 @@ const handleBack = () => {
<style scoped> <style scoped>
.profile-container { .profile-container {
padding: 24px; padding: 24px;
background-color: #f5f5f7;
min-height: 100vh; min-height: 100vh;
} }

View File

@@ -253,7 +253,6 @@ const handleBack = () => {
<style scoped> <style scoped>
.reset-password-container { .reset-password-container {
padding: 24px; padding: 24px;
background-color: #f5f5f7;
min-height: 100vh; min-height: 100vh;
} }

View File

@@ -128,7 +128,6 @@ const handleMenuClick = (path: string): void => {
width: 100%; width: 100%;
min-height: 100vh; min-height: 100vh;
padding: 16px; padding: 16px;
background-color: #f5f5f7;
} }
.user-center-content { .user-center-content {
@@ -150,7 +149,7 @@ const handleMenuClick = (path: string): void => {
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
padding: 20px; padding: 20px;
background: #fff;
border-radius: 12px; border-radius: 12px;
cursor: pointer; cursor: pointer;
transition: all 0.3s ease; transition: all 0.3s ease;
@@ -159,7 +158,7 @@ const handleMenuClick = (path: string): void => {
.menu-item:hover { .menu-item:hover {
transform: translateY(-2px); transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 12px ;
} }
.menu-content { .menu-content {
@@ -184,7 +183,6 @@ const handleMenuClick = (path: string): void => {
display: flex; display: flex;
align-items: center; align-items: center;
padding: 20px; padding: 20px;
background: #fff;
border-radius: 12px; border-radius: 12px;
margin-bottom: 16px; margin-bottom: 16px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);