css ::after ::before 画*号

.required {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: 16rpx;
}

.required::after {
  display: inline-block;
  margin-left: 6rpx;
  color: #FA5753;
  font-size: 30rpx;
  line-height: 1;
  content: '*';
}

css ::after ::before 画*号_第1张图片

你可能感兴趣的:(css,前端,css3)