圆角无图像

Posted

tags:

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

  1. <div id="container">
  2. <b class="rtop">
  3. <b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b>
  4. </b>
  5. <!--content goes here -->
  6. <b class="rbottom">
  7. <b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b>
  8. </b>
  9. </div>
  10.  
  11. .rtop, .rbottom{display:block}
  12. .rtop *, .rbottom *{display: block; height: 1px; overflow: hidden}
  13. .r1{margin: 0 5px}
  14. .r2{margin: 0 3px}
  15. .r3{margin: 0 2px}
  16. .r4{margin: 0 1px; height: 2px}

以上是关于圆角无图像的主要内容,如果未能解决你的问题,请参考以下文章

PHP图像动态调整大小和圆角图像

如何设置图像视图的圆角? [复制]

如何在android中的自定义圆角图像视图中设置图像

带圆角的 AppWidget 图像

如何恢复填充图像的 UITableViewCell 的圆角?

在 swiftUI 中为图像添加圆角半径的圆形图像视图