management.wxss 417 B

1234567891011121314151617181920212223242526272829303132
  1. /**index.wxss**/
  2. .button {
  3. margin: 5px 15px;
  4. }
  5. .but {
  6. float: right;
  7. }
  8. van-button {
  9. margin-left: 10px;
  10. }
  11. .as{
  12. margin: 10px 15px;
  13. }
  14. .view_class {
  15. display: flex;
  16. flex-direction: column;
  17. justify-content: flex-end;
  18. }
  19. .flex-row{
  20. width: 350px;
  21. display: flex;
  22. flex-direction: row;
  23. /* justify-content :center; */
  24. }
  25. .flex-view-item{
  26. width: 30%;
  27. }
  28. .view_class{
  29. margin-right: 5px;
  30. margin-top: 45px;
  31. }