forked from yansm/fromone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphrase.html
92 lines (86 loc) · 3.75 KB
/
phrase.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>fromone | to be unique</title>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/reset.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/common.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/stylesheets/zxx.lib.css"></link>
<link type="text/css" rel="stylesheet" href="/fromone/lib/jscrollpane/jquery.jscrollpane.css"></link>
<link rel="stylesheet" href="/fromone/stylesheets/fromone.css"></link>
<script src="/fromone/lib/react.js"></script>
<script src="/fromone/lib/jquery-1.10.2.min.js"></script>
<script src="/fromone/lib/jscrollpane/jquery.mousewheel.js"></script>
<script src="/fromone/lib/jscrollpane/mwheelIntent.js"></script>
<script src="/fromone/lib/jscrollpane/jquery.jscrollpane.min.js"></script>
<script src="/fromone/lib/lodash.min.js"></script>
<script src="/fromone/map_post.js"></script>
<script src="/fromone/lib/fromreact.js"></script>
<script src="/fromone/lib/fromone.debug.js"></script>
</head>
<!-- main-screen -->
<body class="phrase" data-model="phrase" data-level="1" data-type="bottom" data-url="phrase"> <div id="bottom" style="display:block;">
<div class="phrase-area scroll-pane" data-screen="bottom">
<div class="phrase-main">
<div class="phrase-header">
<header class="index-header">
<div class="index-logo" click-target="change-btn">from one <aside></aside></div>
<div class="index-nav index-nav-00" click-target="change-btn">首页</div>
<div class="index-nav index-nav-01">js</div>
<div class="index-nav index-nav-02" click-target="change-btn" data-level="1" data-type="bottom" data-model="css" data-url="css">css</div>
<div class="index-nav index-nav-03" click-target="change-btn" data-level="1" data-type="top" data-model="essay" data-url="essay">随笔</div>
<div class="index-nav index-nav-04" click-target="change-btn" data-level="1" data-type="bottom" data-model="phrase" data-url="phrase">短语</div>
<div class="index-nav index-nav-05">相册</div>
<div class="index-nav index-nav-06" click-target="change-btn" data-level="1" data-type="bottom" data-model="about" data-url="about">about</div>
</header>
</div>
<div class="phrase-banner">
<aside>
<p>这里是我大学时候写的一些东西,与编程无关</p>
<p>与现在的一切都无关</p>
<p>只是一些堆砌起来的回忆,不舍得扔掉</p>
</aside>
</div>
<div class="phrase-choose">
<div class="phrase-choose-item current" click-target="catgory-btn" data-model="phrase" data-catgory="prose"><div class="from-icon"><p>短语</p></div></div>
<div class="phrase-choose-item" click-target="catgory-btn" data-model="phrase" data-catgory="novel"><div class="from-icon"><p>小说</p></div></div>
<div class="phrase-choose-or">or</div>
</div>
<section class="phrase-list fix">
</section>
<div class="more-btn" click-target="more-btn" data-model="phrase">查看更多</div>
</div>
</div>
</div>
<ul class="full-screen">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
<div class="loading-area">
<div class="spinner">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<aside>loading</aside>
</div>
</div>
<div class="modal-area">
<div class="modal-box">
<!-- <iframe src="https://changyan.sohu.com/api/oauth2/authorize?client_id=cyrCA2YHb&redirect_uri=http://yansm.github.io/fromone/checkOAUTH.html&response_type=code&platform_id=3"> -->
</div>
</div>
</body>
</html>