大卷曲大引号

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了大卷曲大引号相关的知识,希望对你有一定的参考价值。

Markup example: See Big Curly Quotes Markup.
Thx to difusion.org.uk. No need for images to make big quotes on a page, CSS does it for you. Tested in many browsers.
  1. blockquote {
  2. position: relative;
  3. text-indent: 2em;
  4. }
  5.  
  6. .bqstart,
  7. .bqend { font-size: 300%; }
  8.  
  9. /* apply IE specific rules first */
  10. .bqstart {
  11. text-indent: 0;
  12. margin: -0.6em 0 -2em 0;
  13. float: left;
  14. }
  15.  
  16. blockquote > .bqstart {
  17. /* add extra non-ie rules */
  18. position: absolute;
  19. top: -0.2em;
  20. left: 0;
  21. /* remove IE specific rules */
  22. float: none;
  23. margin: 0;
  24. }
  25.  
  26. .bqend {
  27. position: absolute;
  28. margin-top: -0.6em;
  29. right: 0;
  30. text-indent: 0;
  31. }
  32.  
  33. blockquote > .bqend {
  34. margin-top: -0.2em;
  35. }

以上是关于大卷曲大引号的主要内容,如果未能解决你的问题,请参考以下文章

MySQL 因卷曲(智能)引号而窒息

处理大卷曲响应 - PHP

HTML 大卷曲报价标记

VSCode自定义代码片段13——Vue的状态大管家

VSCode自定义代码片段13——Vue的状态大管家

VSCode自定义代码片段13——Vue的状态大管家