jcy.wxss 414 B

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