首页 相关文章 用css做圆柱型报表–简单版

用css做圆柱型报表–简单版

!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
html
head
titleSimple accessible Charts/title
meta http-equiv="Content-Type" content="text/html; charset=gbk"
style type="text/css"
.chart {
font-family: Tahoma;
font-size: 12px;
border: 1px solid #ccc;
float: left;
margin: 0;
padding: .4em .1em;
}

.chart li {
list-style: none;
float: left;
width: 5em;
text-align: center;
background: url(chart_bg.gif) center 1.6em no-repeat;
}

.chart li span {
disp...[ 查看全文 ]

2016-02-19 标签:

用css做圆柱型报表–简单版的相关文章

手机页面
收藏网站 回到头部