.button-example {
margin: 0 32rpx;
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 32rpx;
}