张卓
2022-09-20 5aead44ba1be31db948dfd8362c2bfcbedbbce29
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; }
});