This commit is contained in:
pengxiaolong
2025-05-20 00:10:07 +08:00
parent ff546bd9a9
commit 6107739077
34 changed files with 583 additions and 92 deletions

View File

@@ -0,0 +1,38 @@
.container.data-v-402ad917 {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
width: 100%;
background: linear-gradient(to bottom, #11cb2a6e, #2574fc6d);
}
.PersonalInformation.data-v-402ad917 {
margin-top: 200rpx;
display: flex;
align-items: center;
width: 100%;
}
.header.data-v-402ad917 {
margin-left: 50rpx;
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.headerIcon.data-v-402ad917 {
width: 100rpx;
height: 100rpx;
border-radius: 50%;
}
.name.data-v-402ad917 {
margin-left: 30rpx;
}
.Settings.data-v-402ad917 {
margin-left: 370rpx;
width: 50rpx;
height: 50rpx;
}
.SettingsIcon.data-v-402ad917 {
width: 50rpx;
height: 50rpx;
}