deesCloud-web/bak/test-div.html

34 lines
525 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<script>
function demo(){console["\x6c\x6f\x67"]("\x68\x65\x6c\x6c\x6f");}demo();
</script>
<div id="app" style="display: inline-block">
<input />
<label> hello</label>
<div id="1">
<input />
</div>
</div>
<div style="width: 30%; display: inline;">
<input />
</div>
<div style="width: 30%; display: inline;">
<input />
</div>
<div>
<input />
</div>
</body>
</html>