You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
282 B

.share{
width: 100vw;
display: flex;
flex-direction: column;
align-items: center;
box-sizing: border-box;
}
.share__canvas {
width: 680rpx;
height: 420rpx;
background: #f0f0f0;
margin-bottom: 60rpx;
}
.share__canvas-long {
height: 800rpx;
}