Commit acbe386f authored by Van's avatar Van

💄 #12648

parent df1f01f2
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
* *
* @author <a href="http://vanessa.b3log.org">Liyuan Li</a> * @author <a href="http://vanessa.b3log.org">Liyuan Li</a>
* @author <a href="http://88250.b3log.org">Liang Ding</a> * @author <a href="http://88250.b3log.org">Liang Ding</a>
* @version 1.2.1.1, Feb 16, 2019 * @version 1.3.0.0, Feb 17, 2019
*/ */
/* reset */ /* reset */
...@@ -230,7 +230,7 @@ input[type=text]:focus { ...@@ -230,7 +230,7 @@ input[type=text]:focus {
.github__text { .github__text {
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;
color: #999; color: #666;
} }
.github__text ul { .github__text ul {
...@@ -249,6 +249,25 @@ input[type=text]:focus { ...@@ -249,6 +249,25 @@ input[type=text]:focus {
display: block; display: block;
} }
.github__check {
font-size: 12px;
display: flex;
width: 80%;
margin: 10px auto 0;
align-items: center;
line-height: 20px;
color: #999;
}
.github__check a {
color: #999;
text-decoration: underline;
}
.github__check input {
width: auto;
}
/* start content-reset */ /* start content-reset */
.content-reset { .content-reset {
word-wrap: break-word; word-wrap: break-word;
......
Subproject commit 8c273df0689aad4f951d6d8f3a86e92f1a8311aa Subproject commit cd12e591de84c8320b1e22a07338f16134cf578a
...@@ -41,9 +41,11 @@ ...@@ -41,9 +41,11 @@
<li>我们不会对你的数据进行任何写入操作</li> <li>我们不会对你的数据进行任何写入操作</li>
</ul> </ul>
</div> </div>
<label class="github__text"> <label class="github__check">
<input type="checkbox" id="isAgreenCheck"> <input type="checkbox" id="isAgreenCheck">
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a> <div class="fn-flex-1">
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/solo" target="_blank">项目</a>、关注<a href="https://github.com/88250" target="_blank">开发者</a>并加入 <a href="https://github.com/b3log" target="_blank">B3log 开源组织</a>
</div>
</label> </label>
</div> </div>
<script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script> <script type="text/javascript" src="${staticServePath}/js/lib/jquery/jquery.min.js" charset="utf-8"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment