绑定说明页面
This commit is contained in:
parent
f5f88c5204
commit
b5af6f2c7f
|
@ -0,0 +1,14 @@
|
|||
<div class="post-container">
|
||||
<div loading-spinner></div>
|
||||
|
||||
<div class="blue-title">友情提示</div>
|
||||
<div class="bind-tip-wrap">
|
||||
<ul class="bind-tip-content f13 c-grey3">
|
||||
<li class="mt30 mb15"><span class="project-intro-dot">•</span>您还没有绑定,不能直接回复</li>
|
||||
<li class="mb20" style="text-align:center;"><a href="javascript:void(0);" class="btn4 bg-blue" style="width:150px;">绑定</a></li>
|
||||
<li class="mb15"><span class="project-intro-dot">•</span>想要实时接收动态?<br/>长按二维码,关注公众号</li>
|
||||
<li class="mb20" style="text-align:center;"><img src="/images/wechat/trustie_QR.jpg" width="150" class="inline-block" /></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 156 KiB |
|
@ -87,6 +87,7 @@ a.underline {text-decoration:underline;}
|
|||
.btn-disabled {background-color:#ccc !important;}
|
||||
.btn2 {width:145px; height:35px; color:#fff; font-size:15px; line-height:35px; text-align:center; vertical-align:middle; margin:18px auto 20px auto; border-radius:50px; display:block;}
|
||||
.btn3 {width:145px; height:35px; color:#fff; font-size:15px; line-height:35px; text-align:center; vertical-align:middle; border-radius:50px; display:block;}
|
||||
.btn4 {width:150px; height:40px; line-height:40px; vertical-align:middle; text-align:center; color:#fff; display:inline-block; border-radius:5px;}
|
||||
.fixed-bottom-btn {position:fixed; bottom:5px; left:50%; transform:translate(-50%,0);}
|
||||
|
||||
/*tab*/
|
||||
|
@ -247,4 +248,9 @@ a.underline {text-decoration:underline;}
|
|||
|
||||
/*新建说明*/
|
||||
.new-tip {line-height:2;}
|
||||
.new-tip li {position:relative; padding-left:10px;}
|
||||
.new-tip li {position:relative; padding-left:10px;}
|
||||
|
||||
/*20160810绑定说明*/
|
||||
.ac-wrap {text-align:center;}
|
||||
.ac-content {display:inline-block; line-height:2;}
|
||||
.ac-content li {position:relative; text-align:left; padding-left:5px;}
|
Loading…
Reference in New Issue