项目初始化
This commit is contained in:
15
miniprogram/pages/user-login/user-login.wxss
Normal file
15
miniprogram/pages/user-login/user-login.wxss
Normal file
@@ -0,0 +1,15 @@
|
||||
.avatar-box{
|
||||
width: 100vw;
|
||||
height: 30vh;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: 0 32rpx;
|
||||
display: flex;
|
||||
flex-direction: column; /* 垂直排列子元素 */
|
||||
align-items: center; /* 水平居中子元素 */
|
||||
gap: 2vh;
|
||||
}
|
||||
Reference in New Issue
Block a user