quanyawei
2023-10-18 e86b3edfe6d0cad7d744828a65ca1330e84fdcde
1
2
3
4
5
.for-each(@widths, {
  .width-@{adKey}  { width: @adValue !important; }
  .max-width-@{adKey}  { max-width: @adValue !important; }
  .min-width-@{adKey}  { min-width: @adValue !important; }
});