badge.less 230 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 @import "icon"; .m-badge{ position: absolute; display: inline-block; width: 56px; height: 56px; left: 0; top: 0; //已暂停 &.badge-pause{ .icon-label_zanting; } //未认证 &.badge-cert{ .icon-label_renzheng; } }