-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathlong-comment-edit.html
More file actions
114 lines (97 loc) · 3.84 KB
/
long-comment-edit.html
File metadata and controls
114 lines (97 loc) · 3.84 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
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
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0,user-scalable=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title></title>
<meta name="description" content="彗星是一个用户自主评级的区块链投资社区,每个人都可以对项目进行评价并打分。同时彗星还是一个区块链的百科全书,帮助用户挖掘优质的好项目">
<meta name="keywords" content="彗星社区;区块链;数字货币;区块链评测;区块链投资">
<link rel="icon" href="img/huixing.png" type="image/x-icon"/>
<link type="favicon" rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" media="all" href="css/bootstrap.min.css">
<link rel="stylesheet" meida="all" href="css/star-rating-svg.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/long-comment.css">
<link rel="stylesheet" type="text/css" href="css/header-tpl.css"/>
</head>
<style>
body{
background-color: white
}
.w-e-text{
overflow-y: auto!important;
}
</style>
<body lang="zh-CN" class="reader-black-font">
<div class="block-comet-main-wrap">
<div class="comet-main">
<!-- 全局顶部导航栏 -->
<div class="navbar-fixed-container navbar-fixed-container-hook" style="margin-bottom:100px">
</div>
<!-- 评测 -->
<div class="container">
<!-- 币种信息 -->
<div class="row">
<div class="coin col-md-10 col-md-offset-1 col-xs-12 col-xs-offset-1">
<div class="coin-image">
</div>
<div class="coin-message">
<div class="coin-name">
<p></p>
</div>
<div class="coin-score">
<span class="my-rating" style="font-size:10px"></span>
<span class="live-rating" style="display:none"></span>
</div>
</div>
</div>
</div>
<br>
<!-- 标题 -->
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-12 col-xs-offset-1">
<input type="text" name="head" value="" placeholder="请输入标题" required="true" class="input-head" autofocus="true">
</div>
</div>
<!-- 正文 -->
<div class="row">
<div class="col-md-10 col-md-offset-1 col-xs-10 col-xs-offset-1">
<div id="editor" class="edit-comment" style="margin-left:-10px">
</div>
</div>
</div>
<br>
<div class="row">
<div class="col-md-6 col-md-offset-5 col-xs-5 col-xs-offset-4">
<a href="#" class="btn btn-primary submit_comment">提交</a>
</div>
</div>
<div class="modal fade" id="identifier" style="z-index:12000" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title" id="myModalLabel">提交错误</h4>
</div>
<div class="modal-body">请确保数据填写完整</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">关闭</button>
</div>
</div><!-- /.modal-content -->
</div><!-- /.modal -->
</div>
</div>
</div>
</div>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/jquery.cookie.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/plugins/layer/layer.js"></script>
<script src="js/common.js"></script>
<script src="js/wangEditor.js"></script>
<script src="js/jquery.star-rating-svg.js"></script>
<script src="js/long-comment-edit.js"></script>
</body>
</html>