暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213
  1. .unity-grid-view__row {
  2. flex-direction: row;
  3. flex-grow: 0;
  4. flex-shrink: 0;
  5. flex-basis: auto;
  6. justify-content: space-around;
  7. }
  8. .unity-grid-view__item {
  9. border-color: rgba(11, 124, 213, 0);
  10. border-width: 3px;
  11. margin: 1px;
  12. }