1 Star 0 Fork 4

任铭远/signature

forked from bluegitter/signature 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 2.46 KB
一键复制 编辑 原始数据 按行查看 历史
bluegitter 提交于 2021-12-02 11:24 . first commit
<!--
(c) Copyright Ascensio System SIA 2020
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'>
<title>电子签章</title>
<script src='vendor/jQuery-2.2.2-min/jquery-v2.2.2-min.js'></script>
<link rel="stylesheet" href="vendor/select2-4.0.6-rc.1/dist/css/select2.css"/>
<script src="vendor/select2-4.0.6-rc.1/dist/js/select2.js"></script>
<script type="text/javascript" src="../v1/plugins.js"></script>
<script type="text/javascript" src="../v1/plugins-ui.js"></script>
<link rel="stylesheet" href="../v1/plugins.css">
<script type='text/javascript' src='scripts/sign.js'></script>
</head>
<style>
div{
display: inline-block;
vertical-align: top;
}
html{
height: 100%;
}
button{
width: 125px;
}
#lang-select {
background: #fff;
border: 1px solid #cfcfcf;
border-radius: 2px;
color: #444444;
font-size: 11px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
height: 22px;
cursor: pointer;
}
#lang-select[disabled],
#lang-select.disabled {
opacity: 0.65;
}
</style>
<body style="box-sizing:border-box; width: 100%; height: 100%; margin: 0; padding-left: 22px;">
<div style="height: 100%; width: 100%">
<div style="height: 99px" class="noselect">
<label class="defaultlable" style="display: inline-block; margin-top: 15px; margin-bottom: 22px" id="label1">选择公章</label><br class="noselect">
<div class="noselect" style="margin-right: 22px">
<label class="defaultlable" id="label2">选择公章</label>
<select name = 'lang_combo' class="noselect" id='lang-select' style="width: 125px">
<option value = 'sign1'>公章1</option>
<option value = 'sign2'>公章2</option>
</select>
</div>
</div>
</div>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/renmingyuan0227/signature.git
git@gitee.com:renmingyuan0227/signature.git
renmingyuan0227
signature
signature
master

搜索帮助