ZNYW.20180201_01_DianQiLiang_01.html

1、

<!DOCTYPE html>

<html>
<head>
    <meta charset="UTF-8">
</head>

<body>

    <div style="position:absolute; top:10px; left:10px; width:300px; border:3px solid red;">
        <div style="text-align: center; border-bottom:1px solid red;">
        信息框
        </div>
        <textarea style="width:98%; height:200px; border: 0px solid;">告警信息1</textarea>
        <div style="text-align: center;border-top:1px solid red; padding-top:0px;" >
        核心数据
        </div>
        <div style="border-top:1px solid red;" >
            <div style="margin: 5px;">
                进线柜实时电量:<input type="text" value="?" style="border: 0px solid; width:100px;"/> <br/>
                出线柜1实时电量:<input type="text" value="?" style="border: 0px solid; width:100px;"/> <br/>
                进线柜2实时电量<input type="text" value="?" style="border: 0px solid; width:100px;"/> <br/>
                功率因素:<input type="text" value="?" style="border: 0px solid; width:100px;"/> <br/>
                零序电压:<input type="text" value="?" style="border: 0px solid; width:100px;"/>
            </div>
        </div>
    </div>

</body>
</html>

 

2、

3、

 

posted @ 2018-02-01 10:47  DrMess  阅读(96)  评论(0编辑  收藏  举报