|
|
@@ -4,6 +4,7 @@
|
|
|
<title>代码美化工具</title>
|
|
|
<meta charset="UTF-8">
|
|
|
<link rel="stylesheet" href="../static/css/fe-codebeautify.css" />
|
|
|
+ <link rel="stylesheet" href="../static/css/fe-common.css" />
|
|
|
<script type="text/javascript" src="../static/js/core/jquery-1.5.min.js"></script>
|
|
|
<script type="text/javascript" src="../static/js/mod/mod_codebeautify.js"></script>
|
|
|
</head>
|
|
|
@@ -13,14 +14,14 @@
|
|
|
<fieldset>
|
|
|
<legend>代码美化:<span id="codeTitle">Javascript</span></legend>
|
|
|
<textarea id="codeSource" placeholder="在这里粘贴您需要进行美化的代码"></textarea>
|
|
|
- <div class="btn-opts">
|
|
|
+ <div class="btn-opts -e-x-btn">
|
|
|
<input id="codeTypeJs" name="codeType" type="radio" value="Javascript" checked>
|
|
|
<label for="codeTypeJs">JS代码美化</label>
|
|
|
<input id="codeTypeCss" name="codeType" type="radio" value="CSS">
|
|
|
<label for="codeTypeCss">CSS代码美化</label>
|
|
|
<input id="codeTypeHTML" name="codeType" type="radio" value="HTML">
|
|
|
<label for="codeTypeHTML">HTML代码美化</label>
|
|
|
- <button id="btnFormat">格式化</button>
|
|
|
+ <button id="btnFormat" class="-e-btn">格式化</button>
|
|
|
</div>
|
|
|
</fieldset>
|
|
|
</div>
|