index.wxss 261 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .canvas { width: 750rpx; height: 750rpx; } .canvas.pro { position: absolute; bottom: 0; left: 0; transform: translate3d(-9999rpx, 0, 0); } .canvas.debug { position: absolute; bottom: 0; left: 0; border: 1rpx solid #ccc; }