fenlei.vue 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <template>
  2. <view class="zn-container">
  3. <view>
  4. <u-image width="750rpx" height="1988rpx" src="https://lese.sxzxyj.net/img/2020/11/28/4cbe4bf9213a4a5c8d658e4903ec30e0.jpg"></u-image>
  5. <u-image width="750rpx" height="2211rpx" src="https://lese.sxzxyj.net/img/2020/11/28/83daa070fe8f4bb9a8c583cd05bfa17b.jpg"></u-image>
  6. <u-image width="750rpx" height="2219rpx" src="https://lese.sxzxyj.net/img/2020/11/28/da1d20d4003f4d8e8b0d836d0e4dfbed.jpg"></u-image>
  7. <u-image width="750rpx" height="2277rpx" src="https://lese.sxzxyj.net/img/2020/11/28/50723317eb0b43908019709ac183ad6a.jpg"></u-image>
  8. <u-image width="750rpx" height="1905rpx" src="https://lese.sxzxyj.net/img/2020/11/28/c0acd89eb40a4050a7af8ac4f8855489.jpg"></u-image>
  9. <u-image width="750rpx" height="1958rpx" src="https://lese.sxzxyj.net/img/2020/11/28/df135dea14014a25b93d5ae0bb260beb.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: 100%;
  30. margin: 0 auto;
  31. }
  32. }
  33. </style>