-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (62 loc) · 2.52 KB
/
index.html
File metadata and controls
68 lines (62 loc) · 2.52 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" charset="utf-8">
<title>my react</title>
<link rel="stylesheet" type="text/css" href="https://kuailexue.com/physics/static/css/render.css">
<style type="text/css">
#paper{
margin: 40px;
}
.example-enter {
opacity: 0.01;
}
.example-enter.example-enter-active {
opacity: 1;
transition: opacity 500ms ease-in;
}
.example-leave {
opacity: 1;
}
.example-leave.example-leave-active {
opacity: 0.01;
transition: opacity 300ms ease-in;
}
</style>
</head>
<body>
<!-- <q id="5677734b5417d121adfcb4a5">
<ol>
<li value="1">
<subqs >
<li value="1" class="qcontainer leaf-q">
<subq>
<stem>用蛋白酶去除大肠杆菌核糖体的蛋白质,处理后的核糖体仍可催化氨基酸的脱水缩合反应,由此可推测核糖体中能催化该反应的物质是<nn> </nn></stem>
<opts >
<opt class="col-xs-3"><span>A.</span><span>蛋白酶</span></opt><opt class="col-xs-3"><span>B.</span><span>\({\mathrm{RNA}}\) 聚合酶</span></opt><opt class="col-xs-3"><span>C.</span><span>\({\mathrm{RNA}}\)</span></opt><opt class="col-xs-3"><span>D.</span><span>逆转录酶</span></opt>
</opts>
<div class="auxiliary">
<div class="answer"><div class="dt">答案:</div><div class="dd">C</div></div><div class="exp"><div class="dt">解析:</div><div class="dd">核糖体是由蛋白质和 \({\mathrm{rRNA}}\) 组成,蛋白酶能专一去除核糖体中蛋白质,只剩 \({\mathrm{RNA}}\),仍可催化氨基酸的脱水缩合反应,说明有 \({\mathrm{RNA}}\)</div>
</div>
</subq>
</li>
</subqs>
</li>
</ol>
</q> -->
<div id="example2"></div>
<div id="example"></div>
<div id="form"></div>
<div id="paper"></div>
<button id="set">set</button>
<script type="text/javascript" src="jquery-1.10.2.min.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
"HTML-CSS": { linebreaks: { automatic: true }, scale:80, minScaleAdjust:40}
});
</script>
<script type="text/javascript" src="http://kuailexue.com/math/static/mathjax/MathJax.js"></script>
<script src="output/common.js"></script>
<script src="output/app.js"></script>
</body>
</html>