This commit is contained in:
parent
76dd5cacba
commit
fb124a3a5b
|
@ -46,7 +46,7 @@ body{
|
|||
.share-panel {
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
width: 226px;
|
||||
width: 190px;
|
||||
padding: 5px 0px;
|
||||
right: 0px;
|
||||
line-height: normal;
|
||||
|
|
|
@ -108,7 +108,7 @@ body {
|
|||
|
||||
.btn {
|
||||
width: 100%;
|
||||
color: #fff !important;
|
||||
color: #fff;
|
||||
background-color: #2ebc4f;
|
||||
padding: 10px;
|
||||
border-radius: 3px;
|
||||
|
@ -127,6 +127,25 @@ body {
|
|||
box-shadow: 0 0 0 0.2em rgba(40, 167, 69, .3);
|
||||
}
|
||||
|
||||
.btn.btn-white,
|
||||
.btn.btn-red {
|
||||
color: #333;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.btn.btn-red {
|
||||
color: #d23f31;
|
||||
}
|
||||
|
||||
.btn.btn-white:hover {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
.btn.btn-red:hover {
|
||||
color: #fff;
|
||||
background-color: #d23f31;
|
||||
}
|
||||
|
||||
.desc {
|
||||
color: #6a737d;
|
||||
font-size: 12px;
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
.share-panel {
|
||||
position: absolute;
|
||||
z-index: 20;
|
||||
width: 226px;
|
||||
width: 190px;
|
||||
padding: 5px 0;
|
||||
right: 0px;
|
||||
top: 21px;
|
||||
|
|
|
@ -346,7 +346,6 @@
|
|||
<span title="Email" class="font-ico ico-email"></span>
|
||||
<span title="Twitter" class="font-ico ico-twitter"></span>
|
||||
<span title="Facebook" class="font-ico ico-facebook"></span>
|
||||
<span title="G+" class="font-ico ico-googleplus"></span>
|
||||
<span title="微博" class="font-ico ico-weibo"></span>
|
||||
<span title="QQ空间" class="font-ico ico-qqz"></span>
|
||||
</div>
|
||||
|
|
|
@ -32,20 +32,18 @@
|
|||
<h3>Coding with Go on the Wide way.</h3>
|
||||
</div>
|
||||
<div class="form fn-right">
|
||||
<form>
|
||||
<div class="login__github oauth"></div>
|
||||
<img style="display: none" src="/static/images/github.gif"/>
|
||||
<button class="btn oauth">登录 GitHub 账号后即可开始使用</button>
|
||||
<div class="desc">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"/>
|
||||
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/wide" target="_blank">项目</a>、关注<a
|
||||
href="https://github.com/88250" target="_blank">开发者</a>并加入 <a
|
||||
href="https://github.com/b3log" target="_blank">B3log
|
||||
开源组织</a>
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
<div class="login__github oauth"></div>
|
||||
<img style="display: none" src="/static/images/github.gif"/>
|
||||
<button class="btn oauth">登录 GitHub 账号后即可开始使用</button>
|
||||
<div class="desc">
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"/>
|
||||
是否愿意在 GitHub 上收藏该<a href="https://github.com/b3log/wide" target="_blank">项目</a>、关注<a
|
||||
href="https://github.com/88250" target="_blank">开发者</a>并加入 <a
|
||||
href="https://github.com/b3log" target="_blank">B3log
|
||||
开源组织</a>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
<span title="Email" class="font-ico ico-email"></span>
|
||||
<span title="Twitter" class="font-ico ico-twitter"></span>
|
||||
<span title="Facebook" class="font-ico ico-facebook"></span>
|
||||
<span title="G+" class="font-ico ico-googleplus"></span>
|
||||
<span title="微博" class="font-ico ico-weibo"></span>
|
||||
<span title="QQ空间" class="font-ico ico-qqz"></span>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue