好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

HTML图形文字界面_html/css_WEB-ITnose

下面这个界面应该怎样写代码 求代码


回复讨论(解决方案)

楼主自己先试试吧,应该没什么难度

             ECharts                    html, body{ margin:0; height:100%; }        *{            margin:0;            padding:0;            box-sizing:border-box;        }        ul{            list-style:none        }        .lf{float:left;}        .pd{padding:10px 15px;height:200px;}        .of{overflow:hidden}        .w30{width:30%}        .w50{width:50%;}        .w40{width:40%;}        .w60{width:60%;}        .wd100{width:100%;}        .h100{height:100%}        .h20{height:20%}        .h80{height:80%}        .textcenter{text-align:center;}        button{display:block;margin:10px 15px;}        .fz{font-size:60px;}        .pd20{padding:0 10px}           

查看更多关于HTML图形文字界面_html/css_WEB-ITnose的详细内容...

  阅读:42次