初始化
This commit is contained in:
6
pages/NewHome/NewHome.wxss
Normal file
6
pages/NewHome/NewHome.wxss
Normal file
@@ -0,0 +1,6 @@
|
||||
.flex-center {
|
||||
display: flex;
|
||||
justify-content: center; /* 水平 */
|
||||
align-items: center; /* 垂直 */
|
||||
text-align: center; /* 多行时文字也居中 */
|
||||
}
|
||||
Reference in New Issue
Block a user