优化代码
This commit is contained in:
@@ -1,33 +1,115 @@
|
||||
|
||||
.container.data-v-3c55a289 {
|
||||
.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;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom, #11cb2a6e, #2574fc6d);
|
||||
}
|
||||
.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: 200rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 50%;
|
||||
padding: 0px;
|
||||
margin-bottom: 60rpx;
|
||||
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: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
width: 80rpx;
|
||||
height: 80rpx;
|
||||
border-radius: 10rpx;
|
||||
}
|
||||
.weui-input.data-v-3c55a289 {
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
margin-bottom: 40rpx;
|
||||
.more.data-v-3c55a289 {
|
||||
width: 15rpx;
|
||||
height: 30rpx;
|
||||
margin-left: 30rpx;
|
||||
}
|
||||
.weui-btn.data-v-3c55a289 {
|
||||
width: 40%;
|
||||
margin-top: 20rpx;
|
||||
background-color: #11cb2a00;
|
||||
color: #fff;
|
||||
.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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user