金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
566 B

  1. <template>
  2. <view id="about">
  3. <view class="logo">
  4. <image src="https://cdn.ibrand.cc/%E6%9E%9C%E9%85%B1.jpg"></image>
  5. </view>
  6. <view class="erweima">
  7. <image src="https://cdn.ibrand.cc/1e31e9c0c6221525d9fe9be1f92dfdf.png"></image>
  8. </view>
  9. <view class="down">
  10. 扫描二维码 您的朋友也可以下载果酱客户端
  11. </view>
  12. <view class="copy-right">
  13. Copyright@2019-2020
  14. <view>果酱社区 版权所有</view>
  15. </view>
  16. </view>
  17. </template>
  18. <script>
  19. </script>
  20. <style rel="stylesheet/less" lang="less">
  21. @import "about";
  22. </style>