简体   繁体   English

无重复CSS径向渐变

[英]no-repeat CSS radial-gradient

Is there a way to not repeat the white circle ? 有没有办法不重复白色圆圈?

http://dabblet.com/gist/3136266 http://dabblet.com/gist/3136266

background: #ffffff;
background-image:
    radial-gradient(rgba(255, 255, 255, 1) 50%, rgba(255,255,255,0) 80%),
    linear-gradient(rgba(255, 255, 255, 1) 5px, transparent 5px),
    linear-gradient(0, rgba(0, 100, 0, 0.75) 3px, transparent 3px);
background-size:
    400px 60px,
    15px 15px,
    7px 7px;
background-position:
    1px 1px,
    -2px -2px,
    1px 1px;

thx for your help :) 谢谢你的帮助:)

background-repeat: no-repeat, repeat, repeat;

范例: http//dabblet.com/gist/3136366

使用背景重复其他

background-repeat:no-repeat, repeat, repeat;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM