hello-component.wxss 102 B

1234567
  1. /* plugin/components/hello-component.wxss */
  2. .container {
  3. margin: 1em;
  4. }
  5. .item {
  6. display: block;
  7. }