Commit 64b02f82 authored by anxixi's avatar anxixi

积分竞猜相关功能

parent 8a1c2962
......@@ -71,7 +71,7 @@
</div>
</div>
</div>
<div class="isdivtopzh" style="margin-top: 30px;">
<div class="isdivtopzh">
<p>
参与者
<!-- ( {{contentdata.peopleNum}} )-->
......@@ -85,6 +85,10 @@
</p>
</div>
</div>
<div class="statement">
<p>声明:</p>
TechBook平台上线的“积分竞猜”板块出于传播有益内容为目的,非赌博性质,仅供娱乐。我们不对其科学性、严肃性等作任何形式的保证。如有任何疑议,请及时与我们联系。
</div>
</div>
<div>
<popularguessbar></popularguessbar>
......@@ -274,6 +278,7 @@
.isdivtopzh{
text-align: left;
position: relative;
margin: 30px 0;
>p:nth-child(1){
line-height: 40px;
width: 100%;
......@@ -390,4 +395,14 @@
width: 50%;
}
}
.statement{
border-radius: 3px;
text-align: left;
border: 1px solid #E8EAF3;
padding: 15px;
line-height: 26px;
margin-bottom: 30px;
font-size: 14px;
color: #aaa;
}
</style>
\ No newline at end of file
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