ContentNote.vue 442 B

12345678910
  1. <template>
  2. <div class="d-flex flex-row justify-content-center align-items-center p-3">
  3. <img class="mr-2 width-40 height-40 flex-shrink-0" src="https://mn.wenlvti.net/app_static/minnan/images/icon_info.svg" />
  4. <span class="color-text-content-second size-s">
  5. 此平台为公益平台,部分信息来源于网络,如涉侵权,请联系我们删除
  6. <br>联系邮箱:153168270@qq.com
  7. </span>
  8. </div>
  9. </template>