movable-view.wxss 611 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. movable-view {
  2. display: flex;
  3. align-items: center;
  4. justify-content: center;
  5. height: 50px;
  6. width: 50px;
  7. background: #1AAD19;
  8. color: #fff;
  9. }
  10. movable-area {
  11. height: 200px;
  12. width: 200px;
  13. margin: 25px 0px 0 25px;
  14. background-color: #ccc;
  15. overflow: hidden;
  16. }
  17. .max {
  18. width: 300px;
  19. height: 300px;
  20. }
  21. .page-section {
  22. width: 100%;
  23. margin-bottom: 10px;
  24. }
  25. .page-section-title {
  26. margin-top: 25px;
  27. font-size: 14px;
  28. color: #999999;
  29. margin-bottom: 5px;
  30. padding-left: 15px;
  31. padding-right: 15px;
  32. }
  33. .page-section-title.first {
  34. margin-top: 0;
  35. }
  36. .btn-area {
  37. margin-top: 10px;
  38. }