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

31 行
412 B

  1. @charset "UTF-8";
  2. /*------------------------------------*\
  3. $MEDIA ELEMENTS
  4. \*------------------------------------*/
  5. /* Flexible Media */
  6. video {
  7. max-width: 100%;
  8. width: 100%;
  9. height: auto;
  10. }
  11. object, img {
  12. max-width: 100%;
  13. height: auto;
  14. }
  15. iframe {
  16. margin-bottom: $space;
  17. }
  18. .richtext figure {
  19. margin-bottom: $space;
  20. img {
  21. margin-bottom: $space-half;
  22. }
  23. }
  24. figcaption {
  25. font-style: italic;
  26. }