You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
834 B
Plaintext

.avatar {
width: 30vw;
height: 30vw;
margin-top: 5vh;
border-radius: 50%;
margin-left: 35vw;
overflow: hidden;
}
.name {
width: 100%;
margin-top: 1vh;
text-align: center;
font-size: 32rpx;
font-weight: 600;
}
.passwordUpdate{
margin-top: 3vh;
width: calc(100% - 40rpx);
padding: 0 20rpx;
font-size: 26rpx;
height: 100rpx;
line-height: 100rpx;
background-color: #fff;
border-bottom: 1px solid #0003;
position: relative;
}
.exit{
margin-top: 1vh;
width: calc(100% - 40rpx);
padding: 0 20rpx;
font-size: 26rpx;
height: 100rpx;
line-height: 100rpx;
background-color: #fff;
border-bottom: 1px solid #0003;
position: relative;
}
.icon{
position: absolute;
top: 50%;
right: 20rpx;
font-size: 26rpx;
height: 30rpx;
z-index: 3;
width: 30rpx;
transform: translateY(-50%);
}