页卷曲效果

Posted

tags:

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

  1. @mixin page-curl($shadow-color:rgba(0,0,0,0.3), $skew:15deg, $rotate:5deg, $hoff:8px, $voff:12px, $blur:10px){
  2. position: relative;
  3. @include box-shadow($shadow-color, 0px, 0px,3px);
  4.  
  5. &:after {
  6. z-index: -1;
  7. position: absolute;
  8. background: transparent;
  9. width: 70%;
  10. height: 55%;
  11. content: '';
  12. right: 10px;
  13. bottom: 10px;
  14. @include box-shadow($shadow-color, $hoff, $voff, $blur);
  15. @include transform(1, $rotate, 0, 0, $skew);
  16. }
  17.  
  18. &:before {
  19. z-index: -2;
  20. position: absolute;
  21. background: transparent;
  22. width: 70%;
  23. height: 55%;
  24. content: '';
  25. left: 10px;
  26. bottom: 10px;
  27. @include box-shadow($shadow-color, -$hoff, $voff, $blur);
  28. @include transform(1, -$rotate, 0, 0, -$skew);
  29. }
  30. }

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

iphone: UIwebview 卷曲效果

如何在 pdf 文件中添加页面卷曲效果?

如何创建页面卷曲效果

使用具有卷曲/翻转效果的 muPDF

如何在 Modal Segue 的过渡中添加完整的卷曲效果?

tslint:根据需要卷曲没有效果