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

18 行
288B

  1. #carto-int {
  2. .title-interactive {
  3. color: $orange;
  4. font-family: FranklinGothic;
  5. text-align: center;
  6. margin-top: 75px;
  7. margin-bottom: 75px;
  8. }
  9. .carto-bulles {
  10. border: 2px solid $green;
  11. min-height: 800px;
  12. tspan {
  13. font-family: dinbold;
  14. }
  15. }
  16. }