优化页面
This commit is contained in:
33
unpackage/dist/dev/mp-weixin/pages/UserInformation/UserInformation.wxss
vendored
Normal file
33
unpackage/dist/dev/mp-weixin/pages/UserInformation/UserInformation.wxss
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
.container.data-v-35d730ef {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
background: linear-gradient(to bottom, #11cb2a6e, #2574fc6d);
|
||||
}
|
||||
.login-btn.data-v-35d730ef {
|
||||
width: 200rpx;
|
||||
height: 200rpx;
|
||||
border-radius: 50%;
|
||||
padding: 0px;
|
||||
margin-bottom: 60rpx;
|
||||
}
|
||||
.avatar.data-v-35d730ef {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.weui-input.data-v-35d730ef {
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.weui-btn.data-v-35d730ef {
|
||||
width: 40%;
|
||||
margin-top: 20rpx;
|
||||
background-color: #11cb2a00;
|
||||
color: #fff;
|
||||
}
|
||||
Reference in New Issue
Block a user