guoshipeng
2023-08-03 f5c993750e570e2b7ce6c4060e2875f4e7eebb7b
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; }
});