CSS 径向渐变作为模态叠加背景,如 Apple 的
我似乎无法把它做好。我想要一个类似于苹果的径向渐变叠加,但我所做的一切似乎都不太接近。我希望中心圆的半径为 25%,但最终会选择 350px 半径。
I couldn't seem to get it right. I want a radial gradient overlay similar to Apple's, but nothing I was doing seemed close. I'd like the center circle to have a 25% radius, but would settle for a 350px radius.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们这样做,但我见过较新的版本使用
。
请注意,对于 IE 或 Opera,您将需要一个透明的 png(不包含在下面的 css 代码中)
HTML:
CSS:
They do it like this, yet I've seen newer versions user a
<canvas>
.Note that for IE or Opera, you will need a transparent png (not included in the css code below)
HTML:
CSS: