特易招,招聘小程序
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.

15 lines
282 B

1 month ago
  1. /* components/canvas-drag/index.wxss */
  2. .movable-label {
  3. margin-top: 300rpx;
  4. width: 750rpx;
  5. height: 400rpx;
  6. background: #eee;
  7. }
  8. .movable-block {
  9. width: 120rpx;
  10. height: 120rpx;
  11. background: #ccc;
  12. }
  13. .movable-block .image-con {
  14. width: 100%;
  15. height: 100%;
  16. }