1
0
Fork 0

Use an arrow for Next Article or Previsou Article

Bug511-Bosh
Lan Hui 2023-08-12 17:36:49 +08:00
parent d2f30daab1
commit 8dd6a2a343
1 changed files with 28 additions and 18 deletions

View File

@ -36,13 +36,23 @@
}
.lead{
font-size: 18px;
font-size: 22px;
font-family: Helvetica, sans-serif;
white-space: pre-wrap;
}
.arrow {
padding: 0;
background-color: #fff;
font-size: 50px;
line-height: 51px;
display: inline-block;
}
.arrow:hover {
background: #ffff66;
cursor: pointer;
}
</style>
</head>
@ -64,8 +74,8 @@
</div>
{% endfor %}
<button class="btn btn-success" id="load_next_article" onclick="load_next_article();Reader.stopRead()"> 下一篇 Next Article </button>
<button class="btn btn-success" id="load_pre_article" onclick="load_pre_article();Reader.stopRead()" style="display: none"> 上一篇 Previous Article </button>
<button class="arrow" id="load_next_article" onclick="load_next_article();Reader.stopRead()" title="下一篇 Next Article"></button>
<button class="arrow" id="load_pre_article" onclick="load_pre_article();Reader.stopRead()" style="display: none" title="上一篇 Previous Article"></button>
<p><b>阅读文章并回答问题</b></p>
<div id="text-content">