gpt4 book ai didi

css - CSS绘图和Zepto/Phonegap有问题吗?

转载 作者:太空宇宙 更新时间:2023-11-04 16:06:50 25 4
gpt4 key购买 nike

我正在尝试使用 CSS 绘制一个圆圈,但它没有呈现。这是我的代码:

<div id="circle" height="65" width="65" position="absolute"></div>

在 CSS 文件中:

#circle {
background:blue;
width:65;
height:65;
border-radius:50%;
}

我是不是弄错了,还是 CSS 和 Zepto 或 Phonegap 有问题?

最佳答案

你输了 px

#circle {
background:blue;
width:65px;
height:65px;
border-radius:50%;
}

测试:

http://jsfiddle.net/Kjy5y/

关于css - CSS绘图和Zepto/Phonegap有问题吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8977954/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com