parent
c2ccaf16d3
commit
073b73924e
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,74 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
|
||||||
|
<meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
|
<!-- pragma 清除缓存-->
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="format-detection" content="telephone=no" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<link href="SYSFrame.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="iconfont.css" rel="stylesheet" type="text/css" />
|
||||||
|
<script type="text/javascript" src="sys-verification.min.js" >
|
||||||
|
<script type="text/javascript" src="sha1.js"></script>
|
||||||
|
<style type="text/css">
|
||||||
|
.word_count {
|
||||||
|
padding: 0 10px;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.word_count .number {
|
||||||
|
color: #CB2D30
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="margin20"> </div>
|
||||||
|
<div class="height100b">
|
||||||
|
<div class="title-name text-left">产品信息</div>
|
||||||
|
<div id="pluginContent">
|
||||||
|
<ul class="info_list clearfix padding15" id="VerifyTips">
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品名:</label>
|
||||||
|
<span class="info_data"><input data-name="产品名" data-value="name" type="text" name="Required" class="text_input col-sm-4" data-verify="verify" /></span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品序号:</label>
|
||||||
|
<span class="info_data"><input data-name="序号" type="text" name="Required" data-value="password" class="text_input col-sm-4" data-prompt="password" data-verify="verify"/>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品信息:</label>
|
||||||
|
<span class="info_data"><input data-name="确认密码" type="text" name="Required" class="text_input col-sm-4" data-prompt="confirm" data-verify="verify"/>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name">详细介绍:</label>
|
||||||
|
<span class="info_data">
|
||||||
|
<textarea data-name="说明" name="Required" data-stint="Wordcount" size="40" data-value="illustrate" class="form-textarea col-sm-6 textarea height100" id="form_textarea" placeholder=""></textarea>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>简介:</label>
|
||||||
|
<div class="info_data">
|
||||||
|
<input data-name="简介" name="Required" type="text" id="addjianjie" data-value="summary" class="text_input col-sm-6" data-verify="verify" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="buttonstyle">
|
||||||
|
<button type="button" class="btn padding10 bg-deep-blue" id="modifybtn">添加产品</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
</script>
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@ -0,0 +1,74 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta name="viewport" content="maximum-scale=1.0,minimum-scale=1.0,user-scalable=0,width=device-width,initial-scale=1.0" />
|
||||||
|
<meta name="format-detection" content="telephone=no, email=no, date=no, address=no">
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||||
|
<meta http-equiv="Pragma" content="no-cache">
|
||||||
|
<!-- pragma 清除缓存-->
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
|
<meta name="format-detection" content="telephone=no" />
|
||||||
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||||
|
<link href="SYSFrame.css" rel="stylesheet" type="text/css" />
|
||||||
|
<link href="iconfont.css" rel="stylesheet" type="text/css" />
|
||||||
|
<script type="text/javascript" src="sys-verification.min.js" >
|
||||||
|
<script type="text/javascript" src="sha1.js"></script>
|
||||||
|
<style type="text/css">
|
||||||
|
.word_count {
|
||||||
|
padding: 0 10px;
|
||||||
|
color: #999999;
|
||||||
|
}
|
||||||
|
|
||||||
|
.word_count .number {
|
||||||
|
color: #CB2D30
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="margin20"> </div>
|
||||||
|
<div class="height100b">
|
||||||
|
<div class="title-name text-left">产品信息</div>
|
||||||
|
<div id="pluginContent">
|
||||||
|
<ul class="info_list clearfix padding15" id="VerifyTips">
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品名:</label>
|
||||||
|
<span class="info_data"><input data-name="产品名" data-value="name" type="text" name="Required" class="text_input col-sm-4" data-verify="verify" /></span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品序号:</label>
|
||||||
|
<span class="info_data"><input data-name="序号" type="text" name="Required" data-value="password" class="text_input col-sm-4" data-prompt="password" data-verify="verify"/>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>产品信息:</label>
|
||||||
|
<span class="info_data"><input data-name="确认密码" type="text" name="Required" class="text_input col-sm-4" data-prompt="confirm" data-verify="verify"/>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name">详细介绍:</label>
|
||||||
|
<span class="info_data">
|
||||||
|
<textarea data-name="说明" name="Required" data-stint="Wordcount" size="40" data-value="illustrate" class="form-textarea col-sm-6 textarea height100" id="form_textarea" placeholder=""></textarea>
|
||||||
|
</span>
|
||||||
|
</li>
|
||||||
|
<li class=" clearfix content_look mb15">
|
||||||
|
<label class="label_name"><em style="color:Red;">*</em>简介:</label>
|
||||||
|
<div class="info_data">
|
||||||
|
<input data-name="简介" name="Required" type="text" id="addjianjie" data-value="summary" class="text_input col-sm-6" data-verify="verify" />
|
||||||
|
</div>
|
||||||
|
</li>
|
||||||
|
<li class="buttonstyle">
|
||||||
|
<button type="button" class="btn padding10 bg-deep-blue" id="modifybtn">添加产品</button>
|
||||||
|
</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
|
<script>
|
||||||
|
|
||||||
|
</script>
|
Loading…
Reference in new issue