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.
|
|
- /* components/canvas-drag/index.wxss */
- .movable-label {
- margin-top: 300rpx;
- width: 750rpx;
- height: 400rpx;
- background: #eee;
- }
- .movable-block {
- width: 120rpx;
- height: 120rpx;
- background: #ccc;
- }
- .movable-block .image-con {
- width: 100%;
- height: 100%;
- }
|