详情小程序
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.

30 lines
1.1 KiB

  1. <template>
  2. <view>
  3. <view class="lf-row-between lf-m-t-40">
  4. <view class="lf-font-32 lf-color-222 lf-p-l-30 lf-text-center">7</view>
  5. <view class="lf-row-between lf-p-r-30">
  6. <image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  7. <image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  8. <image src="../../static/logo.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  9. </view>
  10. </view>
  11. <view class="lf-row-between lf-m-t-40">
  12. <view class="lf-font-32 lf-color-222 lf-p-l-30 lf-text-center">8</view>
  13. <view class="lf-row-between lf-p-r-30">
  14. <image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  15. <image src="../../static/my/authen.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  16. <image src="../../static/logo.png" class="lf-p-l-20 qzone-img" mode="aspectFill"></image>
  17. </view>
  18. </view>
  19. </view>
  20. </template>
  21. <script>
  22. </script>
  23. <style scoped="scoped">
  24. .qzone-img {
  25. width: 200rpx;
  26. height: 200rpx;
  27. }
  28. </style>