积分公示
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<img :src="`${cdn}/publicity-header.png`" alt="">
|
<img :src="`${cdn}/publicity-header.png`" alt="">
|
||||||
<div class="title">{{user.girdName}}积分公示</div>
|
<div class="title">{{user.girdName}}积分公示</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="list-content" v-if="list.length">
|
<div class="list-content">
|
||||||
<div class="item" v-for="(item, index) in list" :key="index">
|
<div class="item" v-for="(item, index) in list" :key="index">
|
||||||
<span class="blue-tips"></span>
|
<span class="blue-tips"></span>
|
||||||
<p class="title">{{item.classOne}}</p>
|
<p class="title">{{item.classOne}}</p>
|
||||||
@@ -18,8 +18,9 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<AiEmpty v-if="!list.length"></AiEmpty>
|
||||||
</div>
|
</div>
|
||||||
<AiEmpty v-else></AiEmpty>
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -72,10 +73,12 @@ uni-page-body{
|
|||||||
}
|
}
|
||||||
.pointsPublicity {
|
.pointsPublicity {
|
||||||
.header {
|
.header {
|
||||||
// position: fixed;
|
position: fixed;
|
||||||
// top: 0;
|
top: 0;
|
||||||
// left: 0;
|
left: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
z-index: 9;
|
||||||
|
background-color: #f3f6f9;
|
||||||
img {
|
img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 216px;
|
height: 216px;
|
||||||
@@ -90,7 +93,7 @@ uni-page-body{
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.list-content {
|
.list-content {
|
||||||
padding: 0 32px;
|
padding: 332px 32px 32px;
|
||||||
.item {
|
.item {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
|
|||||||
Reference in New Issue
Block a user