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.
148 lines
3.0 KiB
148 lines
3.0 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: 128rpx; |
|
height: 128rpx; |
|
outline: none; |
|
&::after { |
|
border: none; |
|
} |
|
.avatar { |
|
width: 128rpx; |
|
height: 128rpx; |
|
border-radius: 50%; |
|
} |
|
} |
|
.wrap { |
|
padding-left: 24rpx; |
|
.name { |
|
display: flex; |
|
align-items: center; |
|
.nickname { |
|
font-size: 40rpx; |
|
} |
|
font-weight: bold; |
|
color: rgba(1, 1, 5, 1); |
|
} |
|
.icon { |
|
margin-left: 16rpx; |
|
width: 48rpx; |
|
height: 48rpx; |
|
} |
|
} |
|
.day { |
|
margin-top: 8rpx; |
|
font-size: 28rpx; |
|
color: rgba(1, 1, 5, 0.4); |
|
line-height: 36rpx; |
|
display: flex; |
|
align-items: baseline; |
|
} |
|
} |
|
.apply { |
|
margin-top: 48rpx; |
|
position: relative; |
|
.a-img { |
|
width: 670rpx; |
|
height: 136rpx; |
|
border-radius: 120rpx; |
|
box-shadow: 0px 2px 16px 0px #f33e328f; |
|
} |
|
.a-label { |
|
position: absolute; |
|
top: -8rpx; |
|
right: 68rpx; |
|
width: 115rpx; |
|
height: 60rpx; |
|
} |
|
.content { |
|
padding: 20rpx 0; |
|
position: absolute; |
|
left: 260rpx; |
|
top: -4rpx; |
|
width: 8em; |
|
height: 100%; |
|
display: flex; |
|
flex-direction: column; |
|
justify-content: center; |
|
line-height: 1.4; |
|
box-sizing: border-box; |
|
font-size: 30rpx; |
|
color: rgba(255, 255, 255, 1); |
|
font-weight: bold; |
|
} |
|
} |
|
.list { |
|
margin-top: 48rpx; |
|
.list-header { |
|
display: flex; |
|
align-items: center; |
|
gap: 8rpx; |
|
.name { |
|
font-size: 32rpx; |
|
color: rgba(1, 1, 5, 1); |
|
font-weight: bold; |
|
} |
|
.icon { |
|
flex-shrink: 0; |
|
width: 48rpx; |
|
height: 48rpx; |
|
} |
|
} |
|
.item { |
|
margin-top: 24rpx; |
|
padding: 32rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: space-between; |
|
background: linear-gradient(33deg, #ffffff 0%, #fff3f2 100%); |
|
border-radius: 24rpx 24rpx 24rpx 24rpx; |
|
border: 2rpx solid #ffffff; |
|
.icon { |
|
flex-shrink: 0; |
|
width: 88rpx; |
|
height: 88rpx; |
|
} |
|
.wrap { |
|
padding-left: 30rpx; |
|
flex: 1; |
|
.name { |
|
font-size: 32rpx; |
|
color: rgba(1, 1, 5, 1); |
|
font-weight: bold; |
|
} |
|
.content { |
|
font-size: 32rpx; |
|
color: rgba(242, 58, 47, 1); |
|
font-weight: bold; |
|
} |
|
} |
|
.icon2 { |
|
flex-shrink: 0; |
|
width: 48rpx; |
|
height: 48rpx; |
|
} |
|
} |
|
} |
|
.login-out { |
|
margin-top: 158rpx; |
|
width: 670rpx; |
|
height: 84rpx; |
|
border-radius: 130rpx 130rpx 130rpx 130rpx; |
|
border: 2rpx solid rgba(1, 1, 5, 0.04); |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
font-size: 32rpx; |
|
color: rgba(1, 1, 5, 0.4); |
|
} |
|
}
|
|
|