productTrials.html
1.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>学点云</title>
<link rel="stylesheet" type="text/css" href="css/reset.min.css">
<link rel="stylesheet" href="css/trials.css">
</head>
<body>
<div class="product_trial_formbox">
<div class="product_trial_formbox_head"><img src="images/apply-try.png" alt="免费申请试用"></div>
<div class="product_trial_formbox_content">
<p>留下您的联系方式,我们会有专人客服在一个工作日内和您联系。</p>
<form action="" id="detailForm" class="detailForm" method="post">
<label>* 姓名:</label>
<input name="user_name" type="text" autofocus="autofocus" value="" placeholder="输入您的姓名" title="请输入您的姓名">
<br>
<label>* 手机:</label>
<input name="phone_number" type="text" value="" placeholder="输入您的手机号码" title="输入您的手机号码">
<br>
<label>* 邮箱:</label>
<input name="email" type="text" value="" placeholder="输入您的邮箱地址" title="输入您的邮箱地址">
<br>
<label>公司:</label>
<input name="company" type="text" value="" placeholder="输入您的公司名称">
<br>
<label>电话:</label>
<input name="telphone" type="text" value="" placeholder="输入您的固定电话">
<br>
<label>
<a class="submit_trail" href="javascript:void(0)">立即申请</a></label>
</form>
</div>
</div>
<script type="text/javascript" src="js/rem.js"></script>
</body>
</html>