main.wxss 99 B

123456789101112131415161718192021
  1. /*每个页面公共css */
  2. .flex{
  3. display: flex;justify-content: space-between;
  4. }