RSSHub/lib/v2/learnku/templates/topic.art

15 lines
1.1 KiB
Plaintext

<div style="background-color:#f0f2f5;border: 2px solid #e3eaef;box-shadow: 0 1px 2px 0 rgb(101 129 156 / 8%);font-size: 1rem;position: relative;background: #fff;box-shadow: 0px 2px 4px rgba(0,0,0,0.1);margin: 1rem 0;padding: 24px;transition: box-shadow 0.15s ease;border-radius: 8px;">
<h2>🦕正文</h2>
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="100%" color=#79ffe1 SIZE=3>
<div style="font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen','Ubuntu','Cantarell','Fira Sans','Droid Sans','Helvetica Neue',sans-serif">
{{@ article }}
</div>
</div>
{{if comment }}
<div style="background-color:#f0f2f5;border: 2px solid #e3eaef;box-shadow: 0 1px 2px 0 rgb(101 129 156 / 8%);font-size: 1rem;position: relative;background: #fff;box-shadow: 0px 2px 4px rgba(0,0,0,0.1);margin: 1rem 0;padding: 24px;transition: box-shadow 0.15s ease;border-radius: 8px;">
<h2>👨‍💻评论</h2>
<HR style="FILTER: alpha(opacity=100,finishopacity=0,style=3)" width="100%" color=#79ffe1 SIZE=3>
{{@ comment }}
</div>
{{/if}}