mirror of
https://github.com/oopuuu/zTC1.git
synced 2025-12-12 13:08:13 +08:00
html缩进
This commit is contained in:
@@ -1,34 +1,30 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html" charset="utf-8">
|
||||||
<meta http-equiv="content-type" content="text/html" charset="utf-8">
|
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
|
||||||
<meta content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
|
<title>Welcom TC1</title>
|
||||||
<title>Welcom TC1</title>
|
<style type="text/css">
|
||||||
|
fieldset{margin-bottom:10px;border:#000 solid 1px;}
|
||||||
<style type="text/css">
|
input,select,button{padding:5px;border:#777 solid 1px;}
|
||||||
fieldset{margin-bottom:10px;border:#000 solid 1px;}
|
button{background:none;border:1px #777 solid;}
|
||||||
input,select,button{padding:5px;border:#777 solid 1px;}
|
button:disabled,select:disabled,input:disabled{background:#bfbfbf;}
|
||||||
button{background:none;border:1px #777 solid;}
|
td{padding:5px;}
|
||||||
button:disabled,select:disabled,input:disabled{background:#bfbfbf;}
|
.socket input,.mode input{margin-right:-4px;}
|
||||||
td{padding:5px;}
|
.submit{padding:5px;margin-top:5px;}
|
||||||
.socket input,.mode input{margin-right:-4px;}
|
.success{color:#58dc5c;}
|
||||||
.submit{padding:5px;margin-top:5px;}
|
.error{color:#ff2d2d;}
|
||||||
.success{color:#58dc5c;}
|
.info{color:#e700ea;}
|
||||||
.error{color:#ff2d2d;}
|
.network div{padding:5px;}
|
||||||
.info{color:#e700ea;}
|
.connect div{padding:5px;}
|
||||||
.network div{padding:5px;}
|
.right{text-align:right;}
|
||||||
.connect div{padding:5px;}
|
.line{height:9px;border-bottom:1px solid #dedede;}
|
||||||
.right{text-align:right;}
|
#power_div{margin-top:10px;border-left:1px solid #000;border-bottom:1px solid #000;}
|
||||||
.line{height:9px;border-bottom:1px solid #dedede;}
|
#power_line{height:100px;position:relative;overflow:scroll;margin-top:-100px;}
|
||||||
#power_div{margin-top:10px;border-left:1px solid #000;border-bottom:1px solid #000;}
|
.power_pre{position:absolute;bottom:0;float:left;height:76px;width:0;border-left:1px solid #000;border-right:1px solid #000;}
|
||||||
#power_line{height:100px;position:relative;overflow:scroll;margin-top:-100px;}
|
</style>
|
||||||
.power_pre{position:absolute;bottom:0;float:left;height:76px;width:0;border-left:1px solid #000;border-right:1px solid #000;}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<fieldset class="socket">
|
<fieldset class="socket">
|
||||||
<legend>Power Controll</legend>
|
<legend>Power Controll</legend>
|
||||||
<table id="socket_tb">
|
<table id="socket_tb">
|
||||||
|
|||||||
Reference in New Issue
Block a user