细微调整

This commit is contained in:
ciaochaos 2020-06-22 21:12:23 +08:00
parent c9d8eccb06
commit ffbce77b82
2 changed files with 6 additions and 2 deletions

View File

@ -194,10 +194,14 @@
color: #000000;
}
.Qr-item-selected .Qr-item-desc-inner {
.Qr-item:hover .Qr-item-desc-inner {
opacity: 1;
}
.Qr-item-selected .Qr-item-desc-inner {
opacity: 1!important;
}
.Qr-item-detail {
color: rgba(0,0,0,0.3);
margin-top: 5px;

View File

@ -12,7 +12,7 @@ const PartMore = () => (
<div className="Qr-article">
<p><GitHubButton className="github-btn" href="https://github.com/ciaochaos/qrbtf" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star ciaochaos/qrbtf on GitHub">Star</GitHubButton></p>
<h2>最新消息</h2>
<p><b>2020.6.22</b><br/>新增 A a1A b1A b2 样式添加样式描述增加电脑端横向拖拽滑动</p>
<p><b>2020.6.22</b><br/>新增 A a1A a2A b1A b2 样式添加样式描述新增桌面端横向拖拽滑动</p>
<p><b>2020.6.11</b><br/>QRBTF React 组件发布快在你的应用中引入 react-qrbtf <LinkTrace href='https://github.com/cpunisher/react-qrbtf' rel="noopener noreferrer" target="_blank">访问项目</LinkTrace></p>
<p><b>2020.5.23</b><br/>网站开源啦<LinkTrace href='https://github.com/ciaochaos/qrbtf' rel="noopener noreferrer" target="_blank">点击访问</LinkTrace> 我们的 Github。期待你也来参与设计、开发给个 Star 支持一下不?查看文章 <LinkTrace href='https://mp.weixin.qq.com/s/GFEMCWQu3e2qhTuBabnHmQ' rel="noopener noreferrer" target="_blank">QRBTF 开源啦来写个二维码样式吧</LinkTrace></p>
<p><b>2020.5.22</b><br/>新增 C2 样式下载计数好像还不太稳定普通二维码上传颜色选择背景图片上传输入提示桌面端横向滚动提示</p>