1
0
mirror of https://gitee.com/vant-contrib/vant-weapp.git synced 2025-04-25 19:21:34 +08:00
2019-12-04 17:53:00 +08:00

13 lines
167 B
Plaintext

.wrapper {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.block {
width: 120px;
height: 120px;
background-color: #fff;
}