普兆健康管家前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
384 B

  1. .tag {
  2. padding: 6rpx 16rpx;
  3. font-family: PingFang SC;
  4. font-weight: 400;
  5. font-size: 20rpx;
  6. line-height: 1.4;
  7. color: #FFFFFF;
  8. background-image: linear-gradient(90deg, #4B348F, #845CFA);
  9. border-top-left-radius: 24rpx;
  10. border-bottom-right-radius: 24rpx;
  11. &.is-error {
  12. background-image: linear-gradient(90deg, #8F3434, #FA5C5C);
  13. }
  14. }