change color ,title unlink

This commit is contained in:
chiu 2024-12-25 04:59:56 +00:00
parent 8ea2b05989
commit 1d03717714
1 changed files with 3 additions and 3 deletions

View File

@ -63,9 +63,9 @@
margin: 10px; margin: 10px;
} }
.epaper-show .ep-content-title { .epaper-show .ep-content-title {
color: #881f05; color: #000;
font-size: 20px; font-size: 20px;
border-left: 4px solid #881f05; border-left: 4px solid #000;
display: block; display: block;
padding: 0 0 0 10px; padding: 0 0 0 10px;
margin: 0 0 10px; margin: 0 0 10px;
@ -260,7 +260,7 @@
<% if paper.title.present? %> <% if paper.title.present? %>
<div class="ep-info-title"> <div class="ep-info-title">
<h3 class="epaper-show-title"> <h3 class="epaper-show-title">
<a class="ep-content-title" href="<%= page + "/" + paper.to_param + "?method=topics" %>" target="_blank"><span><%= paper.title %></span></a> <span><%= paper.title %></span>
</h3> </h3>
</div> </div>
<% end %> <% end %>