边界半径CSS无法与飞碟一起使用

时间:2018-12-15 06:56:25

标签: java html css flying-saucer

我想为我的文档使用边界半径,我很挣扎,我从here的堆栈溢出中找到了这段代码,但结果是: output.pdf,为什么?

fsmgr_flags

2 个答案:

答案 0 :(得分:0)

这是因为您使用了不同的结构。 试试这个:

.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 250px;height: 250px;
    background-image:url("https://fiverr-res.cloudinary.com/t_profile_original,q_auto,f_auto/profile/photos/3864710/original/isurunix.png")
  }

答案 1 :(得分:0)

发现了问题,飞碟已过时,很抱歉浪费时间。