.zui-tag { font-size: 0.875rem; text-align: center; display: inline-block; -webkit-user-select: none; } .zui-tag .default { background: rgba(0,0,0,0); color: rgba(231, 64, 33, 1); border-color: rgba(231, 64, 33, 1); } .zui-tag .shape-dot { border-radius: 50%; height: 1rem; width: 1rem; } .zui-tag .shape-dot.size-tiny { height: 0.5rem; width: 0.5rem; } .zui-tag .shape-square { padding: 0 0.375rem; border-radius: 50%; } .zui-tag .shape-square { padding: 0 0.375rem; border-radius: 0; } .zui-tag .shape-fillet { padding: 0.0625rem 0.25rem; border-radius: 0.0625rem; } .zui-tag .shape-quarter { position: relative; display: flex; width: 1.75rem; height: 1.75rem; background: transparent; overflow: hidden; } .zui-tag .shape-quarter .quarter-content { position: relative; left: 10%; bottom: 10%; display: flex; flex: 1; z-index: 2; justify-content: center; align-items: center; } .zui-tag .shape-quarter .quarter-bg { position: absolute; top: -100%; left: 0; width: 200%; height: 200%; border-radius: 50%; } .zui-tag .shape-quarter .quarter-wrap { display: inline-block; padding: 0.5rem 0.375rem 0.3125rem 0.8125rem; } .zui-tag .shape-quarter .quarter-wrap-hidden { visibility: hidden; display: inline-block; padding: 0.5rem 0.375rem 0.3125rem 0.8125rem; } .zui-tag .shape-quarter.size-small { width: 1.25rem; height: 1.25rem; } .zui-tag .shape-quarter.size-tiny { width: 0.75rem; height: 0.75rem; } .zui-tag .shape-coupon { position: relative; padding: 0 0.3125rem; background: transparent !important; } .zui-tag .shape-coupon .coupon-container { padding: 0.0625rem 0; } .zui-tag .shape-coupon .left-coupon, .zui-tag .shape-coupon .right-coupon { position: absolute; top: 0; width: 0.3125rem; height: 100%; } .zui-tag .shape-coupon .left-coupon { left: 0; } .zui-tag .shape-coupon .right-coupon { right: 0; } .zui-tag .shape-coupon.size-small { padding: 0 0.25rem; } .zui-tag .shape-coupon.size-small .left-coupon, .zui-tag .shape-coupon.size-small .right-coupon { width: 0.25rem; } .zui-tag .shape-coupon.size-tiny { padding: 0 0.15625rem; } .zui-tag .shape-coupon.size-tiny .left-coupon, .zui-tag .shape-coupon.size-tiny .right-coupon { width: 0.15625rem; } .zui-tag .shape-bubble { width: 1.5625rem; padding: 0.1875rem 0; border-radius: 50%; border-bottom-left-radius: 0; box-sizing: border-box; } .zui-tag .shape-bubble.size-small { width: 1.1875rem; padding: 0.09375rem 0; } .zui-tag .shape-bubble.size-tiny { width: 0.75rem; padding: 0.0625rem 0; } .zui-tag .size-large { font-size: 0.8125rem; } .zui-tag .size-small { font-size: 0.625rem; } .zui-tag .size-tiny { font-size: 0.375rem; } .zui-tag .type-fill { color: #fff; } .zui-tag .type-ghost { border: 1px solid #ff5151; background: rgba(0,0,0,0); } .zui-tag .font-weight-normal { font-weight: normal; } .zui-tag .font-weight-bold { font-weight: bold; } .zui-tag .font-weight-bolder { font-weight: bolder; } .zui-tag .md-icon.icon-font { font-size: inherit; transform: scale(1.2); }