45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
<div class='layui-row' style="margin: 50px">
|
|
<div class='layui-col-md3'>
|
|
<h1 style="font-size: 50px">Basics</h1>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class='layui-row' style="margin: 80px;margin-top: 20px">
|
|
<div class='layui-col-md9'>
|
|
<fieldset class="layui-elem-field layui-field-title" style="margin-top: 30px;">
|
|
<legend>选项</legend>
|
|
</fieldset>
|
|
<div class="layui-input-block layui-form" style="margin: 10px">
|
|
<input type="checkbox" name="" title="序列清洗">
|
|
<input type="checkbox" name="" title="序列长度">
|
|
<input type="checkbox" name="" title="GC含量">
|
|
<input type="checkbox" name="" title="序列翻转">
|
|
<input type="checkbox" name="" title="反向互补">
|
|
<input type="checkbox" name="" title="密码子偏好性">
|
|
<input type="checkbox" name="" title="密码子频率">
|
|
<input type="checkbox" name="" title="开放阅读框">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class='layui-row' style="margin-left: 80px;margin-top: 20px">
|
|
|
|
<div class='layui-col-md9'>
|
|
<fieldset class="layui-elem-field layui-field-title">
|
|
<legend>运行</legend>
|
|
</fieldset>
|
|
<div class="layui-btn-container">
|
|
<button type="button" class="layui-btn layui-btn-normal" id="select_file">选择文件</button>
|
|
<button type="button" class="layui-btn" id="run">RUN</button>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|