dev_aliyun
杨树明 5 years ago
parent 3f7e7a3b6b
commit ec6193ae2c

@ -50,6 +50,12 @@
</li>
</div>
</div>
<!--增加姓名大学-->
<div>
<span class="fl color-grey-9">作者:</span>
张丹/南京大学
</div>
<div>
<div class="break_full_word new_li" id="labraries_editorMd_content" style="box-sizing: border-box">
<textarea style="display:none;"><%= @library.content %></textarea>
@ -58,6 +64,10 @@
<%= render partial: 'attachments/links', locals: { attachments: @library.attachments, options: {} } %>
</div>
</div>
<!--未点赞-->
<p class="noteDetailPoints" ><i class="iconfont icon-dianzan"></i><br><span>0</span></p>
<!--已点赞-->
<p class="noteDetailPointsBCD1E3" ><span>已赞</span><br><span>0</span></p>
</div>
</div>
</div>

@ -30,17 +30,6 @@
</div>
<style>
.-task-sidebars{
position: fixed;
width: 40px;
height: 180px;
right: 0;
bottom: 30px;
z-index: 10;
}
</style>
<div class="-task-sidebars" style="right: 240px !important;">
<img src="/images/educoder/competition/lvmeng.png" width="150px" height="150px">
</div>

@ -1139,3 +1139,44 @@ html>body #ajax-indicator { position: fixed; }
height: 30px;
text-align: center;
}
.noteDetailPoints{
width: 70px;
height: 70px;
background-color: #4cacff;
border-radius: 50%;
color: #fff;
text-align: center;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 0;
cursor: pointer;
line-height: 22px;
padding-top: 12px;
}
.noteDetailPointsBCD1E3{
width: 70px;
height: 70px;
background-color: #BCD1E3;
border-radius: 50%;
color: #fff;
text-align: center;
margin: 0 auto;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 2px 0;
cursor: pointer;
line-height: 22px;
padding-top: 12px;
}
.-task-sidebars{
position: fixed;
width: 40px;
height: 180px;
right: 0;
bottom: 30px;
z-index: 10;
}
Loading…
Cancel
Save