fenlei.vue 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <template>
  2. <view class="zn-container">
  3. <view>
  4. <u-image width="574rpx" height="1521rpx" src="https://lese.sxzxyj.net/img/2020/11/27/de2087035eb847299402c4d634995bab.jpg"></u-image>
  5. <u-image width="574rpx" height="1695rpx" src="https://lese.sxzxyj.net/img/2020/11/27/a6b25e97c94542f1b40269508e90c0a4.jpg"></u-image>
  6. <u-image width="574rpx" height="1701rpx" src="https://lese.sxzxyj.net/img/2020/11/27/b5658548282f48d5abefea15ae91b2c7.jpg"></u-image>
  7. <u-image width="574rpx" height="1733rpx" src="https://lese.sxzxyj.net/img/2020/11/27/75fe5964decc4d95992c8d104eea135f.jpg"></u-image>
  8. <u-image width="574rpx" height="1452rpx" src="https://lese.sxzxyj.net/img/2020/11/27/edc048d346f14ab6a585c994feadbf1a.jpg"></u-image>
  9. <u-image width="574rpx" height="1507rpx" src="https://lese.sxzxyj.net/img/2020/11/27/16232089fad6435fb38f817d0f8d1fb1.jpg"></u-image>
  10. </view>
  11. </view>
  12. </template>
  13. <script>
  14. export default{
  15. data() {
  16. return {
  17. baseUrl: ''
  18. }
  19. },
  20. onLoad() {
  21. }
  22. }
  23. </script>
  24. <style lang="less">
  25. .zn-container{
  26. width: 100%;
  27. background-color: #FFFFFF;
  28. > view{
  29. width: 574rpx;
  30. margin: 0 auto;
  31. }
  32. }
  33. </style>