vant-weapp/example/badge/index.wxss
2016-12-20 11:15:09 +08:00

15 lines
180 B
Plaintext

.demo {
padding: 40px 0;
display: flex;
}
.demo__item {
flex: 1;
}
.demo__icon {
margin: 0 auto;
width: 48px;
height: 48px;
background: #ddd;
border-radius: 4px;
}