您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

17 行
216 B

  1. label.error,
  2. p.error {
  3. color: #f00;
  4. font-weight: 700;
  5. }
  6. .widget {
  7. p.error {
  8. position: absolute;
  9. left: 10px;
  10. bottom: calc(2rem + 10px);
  11. z-index: 10;
  12. margin: 0;
  13. background: $white;
  14. }
  15. }