index.scss 629 Bytes
.zui-icon {
  position: relative;
  display: inline-block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.zui-info {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  min-width: 32upx;
  padding: 0 4upx;
  color: #fff;
  font-weight: 500;
  font-size: 20upx;
  font-family: PingFang SC, Helvetica Neue, Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  background-color: $color-error;
  border: 1upx solid #fff;
  border-radius: 1rem;
  transform: translate(50%, -50%);
  transform-origin: 100%;
	&.dot {
		height: 24upx;
		width: 24upx;
		min-width: 24upx !important;
	}
}