应该习惯的css helper class

.text-centered text-align: center;
.text-right text-align: right;
.small small font size from variables.less
.last margin-right: 0;
.pause margin-bottom: baseline/2;
.end margin-bottom: 0;
.normal font-weight: normal;
.bold font-weight: bold;
.italic font-style: italic;
.group clearfix layer
.right float: right;
.left float: left;
.nowrap white-space: nowrap;
.req .required font-weight: normal; + red color from variables.less
.success green color from variables.less
.error red color from variables.less
.color-gray color: #777;
.color-gray-light color: #999;
.color-black color: #000;
.color-red red color from variables.less
.color-green green color from variables.less
.no-wrap-line overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block

相关文章:

  • 2021-06-27
  • 2021-11-19
  • 2021-05-19
  • 2022-02-20
  • 2021-11-19
  • 2022-12-23
  • 2021-12-22
猜你喜欢
  • 2021-10-13
  • 2021-07-14
  • 2021-12-08
  • 2021-07-24
  • 2021-08-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案