微信小程序端登录和头像调整
This commit is contained in:
@@ -46,42 +46,11 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* 小程序 chooseAvatar:去掉 Button 默认样式,保留圆形头像 */
|
||||
.mine-avatar-btn {
|
||||
position: relative;
|
||||
flex-shrink: 0;
|
||||
margin: 0 12px 0 0 !important;
|
||||
padding: 0 !important;
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
border-radius: 0 !important;
|
||||
line-height: 1 !important;
|
||||
overflow: visible !important;
|
||||
}
|
||||
|
||||
.mine-avatar-btn::after {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.mine-profile-meta {
|
||||
min-width: 0;
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.mine-nickname-input {
|
||||
width: 100%;
|
||||
max-width: 200px;
|
||||
height: 32px;
|
||||
padding: 0 10px;
|
||||
margin-bottom: 4px;
|
||||
border-radius: 8px;
|
||||
background: rgba(255, 255, 255, 0.95);
|
||||
color: var(--color-ink-black);
|
||||
font-size: 15px;
|
||||
font-weight: 600;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.mine-avatar-status {
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
@@ -122,18 +91,6 @@
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
}
|
||||
|
||||
.mine-wechat-hint {
|
||||
display: block;
|
||||
margin-top: 4px;
|
||||
font-size: 10px;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
|
||||
.mine-wechat-hint--link {
|
||||
text-decoration: underline;
|
||||
text-underline-offset: 2px;
|
||||
}
|
||||
|
||||
.mine-avatar {
|
||||
width: 64px;
|
||||
height: 64px;
|
||||
|
||||
Reference in New Issue
Block a user