bug
This commit is contained in:
@@ -70,7 +70,10 @@
|
|||||||
<div class="votePeople">
|
<div class="votePeople">
|
||||||
<div class="leftPeople">共23人参与投票</div>
|
<div class="leftPeople">共23人参与投票</div>
|
||||||
|
|
||||||
<u-section sub-title="查看更多"></u-section>
|
<div class="right">
|
||||||
|
<span>查看详情</span>
|
||||||
|
<u-icon name="arrow-right" color="#999"></u-icon>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bottomInput" v-if="isAnnouncer && data.status === '0' && data.type === '0'">
|
<div class="bottomInput" v-if="isAnnouncer && data.status === '0' && data.type === '0'">
|
||||||
@@ -528,11 +531,22 @@ export default {
|
|||||||
|
|
||||||
.votePeople {
|
.votePeople {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
padding: 36px 32px 36px 20px;
|
height: 112px;
|
||||||
|
padding: 0 32px 0 52px;
|
||||||
|
background: #fff;
|
||||||
.leftPeople {
|
.leftPeople {
|
||||||
font-size: 28px;
|
font-size: 28px;
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
|
.right {
|
||||||
|
span {
|
||||||
|
color: #2573FF;
|
||||||
|
font-size: 28px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user