Browse Source

update ui

dev
xmcp 7 years ago
parent
commit
a7d548fbb9
  1. 2
      src/Common.css
  2. 9
      src/Title.js

2
src/Common.css

@ -33,6 +33,6 @@
left: 0; left: 0;
width: 100%; width: 100%;
height: 100%; height: 100%;
background: midnightblue url(/eriri_bg.jpg) fixed center center; background: #124 url(/eriri_bg.jpg) fixed center center;
background-size: cover; background-size: cover;
} }

9
src/Title.js

@ -7,22 +7,18 @@ export function Title(props) {
<div className="title-links"> <div className="title-links">
<a onClick={()=>{props.callback( <a onClick={()=>{props.callback(
'关于 P大树洞(非官方) 网页版', '关于 P大树洞(非官方) 网页版',
<div> <div class="box">
<br />
<p>使用提示</p> <p>使用提示</p>
<ul> <ul>
<li>为保证使用体验请使用分辨率恰好为 1920*1080 像素的电脑并用 Chrome 浏览器 stable 分支最新版</li> <li>为保证使用体验请使用 Chrome 浏览器 stable 分支最新版</li>
<li>在列表中点击帖子可以显示全部回复</li> <li>在列表中点击帖子可以显示全部回复</li>
<li>搜索帖子功能正在开发中</li>
</ul> </ul>
<br />
<p>使用本网站时您需要了解并同意</p> <p>使用本网站时您需要了解并同意</p>
<ul> <ul>
<li>所有数据来自 PKU Helper本站不对其内容负责</li> <li>所有数据来自 PKU Helper本站不对其内容负责</li>
<li>不接受关于修改 UI 的建议</li> <li>不接受关于修改 UI 的建议</li>
<li>英梨梨是我的你们都不要抢</li> <li>英梨梨是我的你们都不要抢</li>
</ul> </ul>
<br />
<p>By @xmcp</p> <p>By @xmcp</p>
<br /> <br />
<p> <p>
@ -31,6 +27,7 @@ export function Title(props) {
the Free Software Foundation, either version 3 of the License, or the Free Software Foundation, either version 3 of the License, or
(at your option) any later version. (at your option) any later version.
</p> </p>
<br />
<p> <p>
This program is distributed in the hope that it will be useful, This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of but WITHOUT ANY WARRANTY; without even the implied warranty of

Loading…
Cancel
Save