|
@ -22,16 +22,16 @@
|
22
|
22
|
<form class="form-inline" role="form">
|
23
|
23
|
<!--填写表单信息-->
|
24
|
24
|
<div class="formblock">
|
25
|
|
<div class="formTit ellipsisSty-2">《无机磷(磷酸根)诊断/测定试剂盒及无机磷(磷酸根)浓度测定方法》</div>
|
|
25
|
<div class="formTit ellipsisSty-2"></div>
|
26
|
26
|
<div class="form-group">
|
27
|
27
|
<div class="input-group">
|
28
|
28
|
<input type="text" class="form-control input_name" placeholder="请输入您的姓名" id="username" >
|
29
|
29
|
</div>
|
30
|
30
|
<div class="input-group">
|
31
|
|
<input type="phone" class="form-control input_phone" placeholder="请输入您的手机号码" id="userphone" autocomplete="off">
|
|
31
|
<input type="phone" class="form-control input_phone" placeholder="请输入您的手机号码" id="userphone" >
|
32
|
32
|
</div>
|
33
|
33
|
<div class="input-group">
|
34
|
|
<input class="form-control input_code" type="text" placeholder="请输入验证码" id="code" autocomplete="off">
|
|
34
|
<input class="form-control input_code" type="text" placeholder="请输入验证码" id="code" >
|
35
|
35
|
<button type="button" class="btn input-group-addon canPoint" id="obtain-code">获取验证码</button>
|
36
|
36
|
</div>
|
37
|
37
|
</div>
|