WGShare.Client.Wx/pages/link/theme/index.wxss

12 lines
194 B
Plaintext

.link-example {
display: flex;
align-items: center;
justify-content: space-evenly;
height: 96rpx;
background-color: #fff;
}
.link-example:not(:last-child) {
margin-bottom: 32rpx;
}