You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
104 lines
2.1 KiB
104 lines
2.1 KiB
page { |
|
background-color: rgba(247, 247, 250, 1); |
|
} |
|
.page { |
|
padding: 52rpx 30rpx; |
|
.user { |
|
display: flex; |
|
align-items: center; |
|
.avatar-wrapper { |
|
flex-shrink: 0; |
|
padding: 0; |
|
margin: 0; |
|
width: 124rpx; |
|
height: 124rpx; |
|
outline: none; |
|
border: 2px solid #fff; |
|
border-radius: 50%; |
|
&::after { |
|
border: none; |
|
} |
|
.avatar { |
|
width: 100%; |
|
height: 100%; |
|
border-radius: 50%; |
|
} |
|
} |
|
.wrap { |
|
flex: 1; |
|
padding-left: 24rpx; |
|
.nickname { |
|
font-size: 40rpx; |
|
font-weight: bold; |
|
color: rgba(1, 1, 5, 1); |
|
} |
|
.hostipal { |
|
margin-top: 16rpx; |
|
line-height: 1; |
|
font-size: 28rpx; |
|
color: rgba(173, 172, 178, 1); |
|
.tag { |
|
vertical-align: 0rpx; |
|
margin-left: 10rpx; |
|
display: inline-block; |
|
font-size: 24rpx; |
|
color: rgba(255, 255, 255, 1); |
|
padding: 2rpx 10rpx; |
|
background: linear-gradient(90deg, #ffd650 0%, #f8a61a 100%); |
|
border-radius: 8rpx 8rpx 8rpx 8rpx; |
|
} |
|
} |
|
} |
|
.edit { |
|
flex-shrink: 0; |
|
width: 48rpx; |
|
height: 48rpx; |
|
} |
|
} |
|
.invite-card { |
|
margin-top: 48rpx; |
|
display: block; |
|
width: 100%; |
|
max-height: 200rpx; |
|
} |
|
.list { |
|
margin-top: 32rpx; |
|
padding: 0 32rpx; |
|
border-radius: 24rpx; |
|
background-color: #fff; |
|
.list-item { |
|
padding: 32rpx 0; |
|
border-bottom: 1px solid rgba(173, 172, 178, 0.1); |
|
display: flex; |
|
align-items: center; |
|
gap: 20rpx; |
|
&:last-of-type { |
|
border: none; |
|
} |
|
.icon { |
|
width: 44rpx; |
|
height: 44rpx; |
|
} |
|
.content { |
|
font-size: 32rpx; |
|
color: rgba(33, 29, 46, 1); |
|
line-height: 40rpx; |
|
} |
|
.more { |
|
width: 16rpx; |
|
height: 36rpx; |
|
} |
|
} |
|
} |
|
.login-out { |
|
margin-top: 48rpx; |
|
height: 84rpx; |
|
border-radius: 130rpx 130rpx 130rpx 130rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 32rpx; |
|
color: rgba(33, 29, 46, 1); |
|
background-color: #fff; |
|
} |
|
}
|
|
|