-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdty1010.html
106 lines (95 loc) · 4.5 KB
/
dty1010.html
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>考试服务号</title>
<link rel="stylesheet" href="css/ui.css">
</head>
<body class="android">
<div class="header home-header">
<div class="header_bar">答题页
<div class="account" style="background-image:url(images/back.png); background-repeat:no-repeat; background-position:left">
<div class="per_name" style=" width:2em; height:2em;">
</div>
</div>
</div>
</div>
<div class="scroll-content mt50" style="overflow:scroll" >
<div class="scroll">
<div class="item-tnd b-line" style=" text-align:center;" >
<h3 class="dty_tit" style="font-weight:normal;">少新管理处收费监控员职业技能竞赛</h3>
<div class="mt20">
<div class="date1">答卷人:keeps<span class="ml20"><span>答卷日期:2017-09-14</span></span></div>
<div class="date1"><span>考试类型:开卷</span><span class="ml20 red" style="color:#F00"> 得分:80</span></div>
</div>
</div>
<div id="answer" class="card_wrap">
<!--Q1-->
<div class="card_cont card1">
<div class="card">
<p class="question"><span>Q1、</span>1984年ISO/TC提出计算机网络7层协议中 的最高层是_______。(单选)</p>
<ul class="select">
<li>
<input id="q1_1" type="radio" name="r-group-1" >
<label for="q1_1"> A 物理层 </label>
</li>
<li>
<input id="q1_2" type="radio" name="r-group-1">
<label for="q1_2">B 应用层</label>
</li>
<li>
<input id="q1_3" type="radio" name="r-group-1">
<label for="q1_3">C用户层</label>
</li>
<li>
<input id="q1_4" type="radio" name="r-group-1">
<label for="q1_4">D 会话层</label>
</li>
</ul>
</div>
</div>
<!--Q2-->
<div class="card_cont card2" d >
<div class="card">
<p class="question"><span>Q2、</span>微型计算机的内存容量主要指____的容量。(多选)</p>
<ul class="select">
<li>
<input id="q2_1" type="checkbox" name="r-group-2" >
<label for="q2_1">A RAM</label>
</li>
<li>
<input id="q2_2" type="checkbox" name="r-group-2">
<label for="q2_2">B ROM</label>
</li>
<li>
<input id="q2_3" type="checkbox" name="r-group-2">
<label for="q2_3">C CMOS</label>
</li>
<li>
<input id="q2_4" type="checkbox" name="r-group-2">
<label for="q2_4">A Cache </label>
</li>
</ul>
</div>
</div>
<!--Q2-->
<div class="card_cont card2" d >
<div class="card">
<p class="question"><span>Q2、</span>微型计算机的内存容量主要指____的容量。(问答题) </p>
<p class="question">
</p>
<ul class="select">
<li><div class="form_ctrl form_select" title="答案">
<textarea name= "myTextArea" cols= "3 " rows= "1 "></textarea>
<div></div>
</div></li>
<li></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</body>
</html>