1234567891011121314151617181920212223242526272829303132333435 |
- <template>
- <view class="zn-container">
- <view>
- <u-image width="574rpx" height="1521rpx" src="https://lese.sxzxyj.net/img/2020/11/27/de2087035eb847299402c4d634995bab.jpg"></u-image>
- <u-image width="574rpx" height="1695rpx" src="https://lese.sxzxyj.net/img/2020/11/27/a6b25e97c94542f1b40269508e90c0a4.jpg"></u-image>
- <u-image width="574rpx" height="1701rpx" src="https://lese.sxzxyj.net/img/2020/11/27/b5658548282f48d5abefea15ae91b2c7.jpg"></u-image>
- <u-image width="574rpx" height="1733rpx" src="https://lese.sxzxyj.net/img/2020/11/27/75fe5964decc4d95992c8d104eea135f.jpg"></u-image>
- <u-image width="574rpx" height="1452rpx" src="https://lese.sxzxyj.net/img/2020/11/27/edc048d346f14ab6a585c994feadbf1a.jpg"></u-image>
- <u-image width="574rpx" height="1507rpx" src="https://lese.sxzxyj.net/img/2020/11/27/16232089fad6435fb38f817d0f8d1fb1.jpg"></u-image>
- </view>
- </view>
- </template>
- <script>
- export default{
- data() {
- return {
- baseUrl: ''
- }
- },
- onLoad() {
- }
- }
- </script>
- <style lang="less">
- .zn-container{
- width: 100%;
- background-color: #FFFFFF;
- > view{
- width: 574rpx;
- margin: 0 auto;
- }
- }
- </style>
|