| 1234567891011121314151617181920212223242526272829 |
- .panel{
- width: 2100rpx;
- height: 2970rpx;
- }
- .Canvas{
- width: 2100rpx;
- height: 2970rpx;
- background-color:#f2f2f2;
- /* z-index: 50; */
- position: absolute;
- left:0rpx;
- top:0rpx;
- }
- .btnLeft{
- position: fixed;
- bottom: 30rpx;
- left:30rpx;
- background-color: #ddd;
- }
- .btnRight{
- position: fixed;
- bottom: 30rpx;
- right:30rpx;
- background-color: #ddd;
- }
|