整合api请求、添加购买会员卡页面、登陆页面

This commit is contained in:
future
2026-06-23 22:17:53 +08:00
parent 1c547a717e
commit 8d8c823616
70 changed files with 7666 additions and 2656 deletions
@@ -269,3 +269,63 @@
flex-shrink: 0;
background-color: rgba(255, 255, 255, 0.31);
}
.profile-header__user-inner--guest {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
width: 100%;
}
.profile-header__avatar-wrap--guest {
width: 72px;
height: 72px;
flex-shrink: 0;
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.5);
overflow: hidden;
background-color: rgba(255, 255, 255, 0.9);
}
.profile-header__avatar--guest {
width: 100%;
height: 100%;
display: block;
}
.profile-header__user-meta--guest {
flex: 1;
display: flex;
flex-direction: column;
gap: 4px;
}
.profile-header__name--guest {
font-size: 18px;
font-weight: 600;
color: black;
white-space: nowrap;
}
.profile-header__phone--guest {
font-size: 14px;
font-weight: 400;
color: #999999;
white-space: nowrap;
}
.profile-header__user-inner--guest {
display: flex;
flex-direction: row;
gap: 16px;
align-items: center;
width: 100%;
margin: 0;
padding: 0;
background: none;
border: none;
outline: none;
box-shadow: none;
line-height: inherit;
}