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