116 lines
2.0 KiB
Plaintext
116 lines
2.0 KiB
Plaintext
|
|
.bg.data-v-3c55a289 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
top: 0;
|
|
z-index: -1;
|
|
}
|
|
.bgImg.data-v-3c55a289 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.Return.data-v-3c55a289 {
|
|
position: fixed;
|
|
left: 35rpx;
|
|
top: 120rpx;
|
|
width: 46rpx;
|
|
height: 46rpx;
|
|
z-index: 2;
|
|
}
|
|
.title.data-v-3c55a289 {
|
|
position: fixed;
|
|
top: 120rpx;
|
|
left: 0;
|
|
right: 0;
|
|
text-align: center;
|
|
font-size: 34rpx;
|
|
color: #100e0f;
|
|
font-weight: bold;
|
|
z-index: 1;
|
|
}
|
|
.ReturnImg.data-v-3c55a289 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.contentbox.data-v-3c55a289 {
|
|
position: absolute;
|
|
top: 200rpx;
|
|
left: 0rpx;
|
|
right: 0rpx;
|
|
bottom: 0rpx;
|
|
}
|
|
.content.data-v-3c55a289 {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.avatarmodify.data-v-3c55a289 {
|
|
width: 94%;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
padding-left: 3%;
|
|
padding-right: 3%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.avatarmodify-item.data-v-3c55a289 {
|
|
font-size: 24rpx;
|
|
color: #100e0f;
|
|
line-height: 100rpx;
|
|
font-weight: bold;
|
|
}
|
|
.avatarmodify-img.data-v-3c55a289 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.login-btn.data-v-3c55a289 {
|
|
width: 100%;
|
|
height: 100rpx;
|
|
padding: 0;
|
|
margin: 0;
|
|
border: none;
|
|
background-color: #fff;
|
|
border-radius: 0rpx;
|
|
display: flex;
|
|
}
|
|
.login-btn.data-v-3c55a289::after {
|
|
border: none;
|
|
border-radius: 0rpx;
|
|
}
|
|
.avatar.data-v-3c55a289 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 10rpx;
|
|
}
|
|
.more.data-v-3c55a289 {
|
|
width: 15rpx;
|
|
height: 30rpx;
|
|
margin-left: 30rpx;
|
|
}
|
|
.Nickname.data-v-3c55a289 {
|
|
width: 94%;
|
|
height: 100rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-left: 3%;
|
|
padding-right: 3%;
|
|
background-color: #fff;
|
|
border-top: 1rpx solid #f0f0f0;
|
|
}
|
|
.NicknameInput.data-v-3c55a289 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.NicknameInput-name.data-v-3c55a289 {
|
|
font-size: 24rpx;
|
|
color: #bdbdbd;
|
|
line-height: 100rpx;
|
|
font-weight: bold;
|
|
}
|