|
@@ -1,5 +1,19 @@
|
|
|
<template>
|
|
|
- <web-view :src="baseUrl"></web-view>
|
|
|
+ <view class="zn-container">
|
|
|
+ <u-image width="750rpx" height="2722rpx" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/9a11b2813f3548a19b77d97c1cb0ae8c.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="1117rpx" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/8c40db43da34483ba1493daa584e2ff3.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="2423" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/da88fdfe54384906a4ba0491dcbfb376.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="4259" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/77e0d574d1ef496ba1e5cc72acf927f7.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="2824" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/8964ef3f71534ef0b8f9568dedd5ce14.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="2526" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/1be83306886a47ebaf2d1bd2ac23ea59.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="4336" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/dc07c79759374f45a2b7e180ea837d20.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="3591" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/bdd2c38634ad434c8e776870328fe1e1.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="4698" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/099d4966e7d8437b84f464e60bc2f375.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="2211" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/6327e833ff514966b4a365b9fb40ffb5.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="1116" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/1cc4cc47dfdb4d40ac78b997c49f8912.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="2841" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/4f896f1078af4f998679bf08a06e5df3.jpg"></u-image>
|
|
|
+ <u-image width="750rpx" height="1884" src="https://chelingzhu.oss-cn-beijing.aliyuncs.com/dev/2020/11/10/58c40a9d9101419fafc4d6a347622ea7.jpg"></u-image>
|
|
|
+ </view>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -10,7 +24,6 @@
|
|
|
}
|
|
|
},
|
|
|
onLoad() {
|
|
|
- this.baseUrl = getApp().globalData.baseDomain + '/fenlei/index'
|
|
|
}
|
|
|
}
|
|
|
</script>
|
|
@@ -19,48 +32,4 @@
|
|
|
.zn-container{
|
|
|
width: 100%;
|
|
|
}
|
|
|
- // page{
|
|
|
- // background: #FFFFFF;
|
|
|
- // }
|
|
|
- // .container{
|
|
|
- // font-size: 32rpx;
|
|
|
- // padding:0 50rpx;
|
|
|
- // text-align: center;
|
|
|
- // color:#666;
|
|
|
- // .logoContent{
|
|
|
- // .logoBorder{
|
|
|
- // width:200rpx;
|
|
|
- // height:200rpx;
|
|
|
- // border:2px solid #eee;
|
|
|
- // border-radius: 20rpx;
|
|
|
- // margin:50rpx 0 15rpx 0;
|
|
|
- // display: inline-block;
|
|
|
- // position: relative;
|
|
|
- // .logoImg{
|
|
|
- // width:135rpx;
|
|
|
- // height:180rpx;
|
|
|
- // position: absolute;
|
|
|
- // top:0;
|
|
|
- // left:0;
|
|
|
- // right:0;
|
|
|
- // bottom:0;
|
|
|
- // margin:auto;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
- // .textContent{
|
|
|
- // text-align: left;
|
|
|
- // margin-top: 30rpx;
|
|
|
- // font-size: 32rpx;
|
|
|
- // .tetxTitle{
|
|
|
- // margin-bottom: 10rpx;
|
|
|
- // font-size: 32rpx;
|
|
|
- // }
|
|
|
- // > view{
|
|
|
- // padding: 16upx 0;
|
|
|
- // line-height: 50upx;
|
|
|
- // text-indent: 60rpx;
|
|
|
- // }
|
|
|
- // }
|
|
|
- // }
|
|
|
</style>
|