LChenglong

 

效果:

 

代码:

<template>
  <div class="mod_get_gift">
    
    

  </div>
</template>

<style lang="less" scoped>
  .mod_get_gift{
    height:100%;background-color:#E9F8FF;
    background-image: url(../assets/imgs/gift_1.png), url(../assets/imgs/gift_4.png);
     background-position: top center,bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size:100% auto,100% auto;
    padding:1.60rem 0 2.80rem;overflow: auto;position:relative;
    
  }
</style>

 

分类:

技术点:

相关文章:

  • 2021-04-07
  • 2021-12-22
  • 2021-12-18
  • 2021-11-24
  • 2021-12-31
  • 2022-12-23
  • 2021-11-29
  • 2021-10-28
猜你喜欢
  • 2021-12-05
  • 2021-11-11
  • 2021-12-05
  • 2021-10-02
  • 2021-12-05
  • 2021-11-02
相关资源
相似解决方案