会员个人中心页面初步完成

This commit is contained in:
时舟年
2026-06-04 14:18:53 +08:00
committed by liwentao
parent 1fa2fbd3f3
commit a0026b1da5
170 changed files with 18092 additions and 35 deletions
@@ -0,0 +1,40 @@
.logout-section {
width: 100%;
box-sizing: border-box;
}
.logout-section__btn {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 8px;
width: 100%;
min-height: 50px;
padding: 14px 16px;
border-radius: 14px;
box-shadow: 0 2px 10px rgba(26, 25, 24, 0.03);
background-color: #ffffff;
box-sizing: border-box;
}
.logout-section__icon {
width: 16px;
height: 16px;
flex-shrink: 0;
display: block;
}
.logout-section__text {
font-size: 14px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
font-weight: 500;
color: #e74c3c;
line-height: 1;
white-space: nowrap;
}
.mi-tap-btn--hover {
opacity: 0.85;
transform: scale(0.98);
}