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

14 行
250B

  1. .producer-update {
  2. .panel {
  3. h4 {
  4. font-size: 23px;
  5. margin-bottom: 20px;
  6. text-transform: uppercase;
  7. border-bottom: solid 1px gray;
  8. }
  9. h4:not(:first-child) {
  10. margin-top: 45px;
  11. }
  12. }
  13. }