|
@@ -24,61 +24,67 @@
|
|
|
</view>
|
|
|
</template>
|
|
|
</view>
|
|
|
- <u-panel title="精彩视频" link="https://www.productronicachina.com.cn/for-journalists-impression-videos">
|
|
|
- <u-swiper :items="videos" :height="360" :autoplay="false" :border-radius="10" :image-width="508" :image-height="286"
|
|
|
- next-margin="100rpx" />
|
|
|
- </u-panel>
|
|
|
- <u-panel title="精彩图集" link="https://www.productronicachina.com.cn/for-journalists-impression-videos">
|
|
|
- <view class="album">
|
|
|
- <template v-for="(item, index) in albumPics">
|
|
|
- <view class="album-pic" :key="index" @click="onClickAlbum(index)">
|
|
|
- <image :src="item.src" mode="aspectFill" />
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </view>
|
|
|
- </u-panel>
|
|
|
- <u-panel title="新闻" link="/pages/news/index">
|
|
|
- <news-recommend />
|
|
|
- </u-panel>
|
|
|
- <u-panel title="战略合作方" link="https://www.productronicachina.com.cn/partners">
|
|
|
- <u-swiper :items="partners" :height="250">
|
|
|
- <template v-slot="{ scope }">
|
|
|
- <view class="partners">
|
|
|
- <template v-for="(item, index) in scope.children">
|
|
|
- <view class="partner" :key="index">
|
|
|
- <image :src="item.icon" />
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </u-swiper>
|
|
|
- </u-panel>
|
|
|
- <u-panel title="推荐展商" link="https://www.productronicachina.com.cn/partners">
|
|
|
- <u-swiper :items="partners" :height="250">
|
|
|
- <template v-slot="{ scope }">
|
|
|
- <view class="partners">
|
|
|
- <template v-for="(item, index) in scope.children">
|
|
|
- <view class="partner" :key="index">
|
|
|
- <image :src="item.icon" />
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </u-swiper>
|
|
|
- </u-panel>
|
|
|
- <u-panel title="合作媒体" link="https://www.productronicachina.com.cn/partners">
|
|
|
- <u-swiper :items="partners" :autoplay="false" :height="250">
|
|
|
- <template v-slot="{ scope }">
|
|
|
- <view class="partners">
|
|
|
- <template v-for="(item, index) in scope.children">
|
|
|
- <view class="partner" :key="index">
|
|
|
- <image :src="item.icon" />
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </view>
|
|
|
- </template>
|
|
|
- </u-swiper>
|
|
|
- </u-panel>
|
|
|
+ <view class="panel-group panel-group-1">
|
|
|
+ <u-panel title="精彩视频" link="https://www.productronicachina.com.cn/for-journalists-impression-videos">
|
|
|
+ <u-swiper :items="videos" :height="360" :autoplay="false" :border-radius="10" :image-width="508" :image-height="286"
|
|
|
+ next-margin="100rpx" />
|
|
|
+ </u-panel>
|
|
|
+ <u-panel title="精彩图集" link="https://www.productronicachina.com.cn/for-journalists-impression-videos">
|
|
|
+ <view class="album">
|
|
|
+ <template v-for="(item, index) in albumPics">
|
|
|
+ <view class="album-pic" :key="index" @click="onClickAlbum(index)">
|
|
|
+ <image :src="item.src" mode="aspectFill" />
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </view>
|
|
|
+ </u-panel>
|
|
|
+ </view>
|
|
|
+ <view class="panel-group">
|
|
|
+ <u-panel title="新闻" link="/pages/news/index">
|
|
|
+ <news-recommend />
|
|
|
+ </u-panel>
|
|
|
+ </view>
|
|
|
+ <view class="panel-group">
|
|
|
+ <u-panel title="战略合作方" link="https://www.productronicachina.com.cn/partners">
|
|
|
+ <u-swiper :items="partners" :height="250">
|
|
|
+ <template v-slot="{ scope }">
|
|
|
+ <view class="partners">
|
|
|
+ <template v-for="(item, index) in scope.children">
|
|
|
+ <view class="partner" :key="index">
|
|
|
+ <image :src="item.icon" />
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </u-swiper>
|
|
|
+ </u-panel>
|
|
|
+ <u-panel title="推荐展商" link="https://www.productronicachina.com.cn/partners">
|
|
|
+ <u-swiper :items="partners" :height="250">
|
|
|
+ <template v-slot="{ scope }">
|
|
|
+ <view class="partners">
|
|
|
+ <template v-for="(item, index) in scope.children">
|
|
|
+ <view class="partner" :key="index">
|
|
|
+ <image :src="item.icon" />
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </u-swiper>
|
|
|
+ </u-panel>
|
|
|
+ <u-panel title="合作媒体" link="https://www.productronicachina.com.cn/partners">
|
|
|
+ <u-swiper :items="partners" :autoplay="false" :height="250">
|
|
|
+ <template v-slot="{ scope }">
|
|
|
+ <view class="partners">
|
|
|
+ <template v-for="(item, index) in scope.children">
|
|
|
+ <view class="partner" :key="index">
|
|
|
+ <image :src="item.icon" />
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </view>
|
|
|
+ </template>
|
|
|
+ </u-swiper>
|
|
|
+ </u-panel>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
<contact-us :show.sync="showContactUs" />
|
|
|
<popup-ad :show.sync="showPopupAd" />
|
|
@@ -229,8 +235,7 @@
|
|
|
}],
|
|
|
}
|
|
|
},
|
|
|
- created() {
|
|
|
- },
|
|
|
+ created() {},
|
|
|
methods: {
|
|
|
onClickNavIcon(item) {
|
|
|
if (item.link === '/pages/exhibitor/index') {
|
|
@@ -262,7 +267,13 @@
|
|
|
width: 150rpx;
|
|
|
height: 37rpx;
|
|
|
}
|
|
|
-
|
|
|
+ .panel-group{
|
|
|
+ margin-top: 43rpx;
|
|
|
+ background-color: #FFFFFF;
|
|
|
+ &.panel-group-1{
|
|
|
+ margin-top: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
.top-container {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
@@ -270,10 +281,10 @@
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
margin-left: 27rpx;
|
|
|
- font-size: $fontSize2;
|
|
|
+ font-size: $fontSize3;
|
|
|
.days {
|
|
|
color: #F97316;
|
|
|
- font-size: $fontSize5;
|
|
|
+ font-size: $fontSize6;
|
|
|
font-weight: bold;
|
|
|
padding: 0 4rpx;
|
|
|
}
|
|
@@ -290,13 +301,13 @@
|
|
|
padding: 4rpx;
|
|
|
overflow: hidden;
|
|
|
.van-field__placeholder{
|
|
|
- font-size: $fontSize1;
|
|
|
+ font-size: $fontSize2;
|
|
|
}
|
|
|
.van-cell__left-icon-wrap{
|
|
|
height: 50rpx;
|
|
|
}
|
|
|
.van-field__control{
|
|
|
- font-size: $fontSize1;
|
|
|
+ font-size: $fontSize2;
|
|
|
height: 50rpx;
|
|
|
}
|
|
|
}
|
|
@@ -306,10 +317,10 @@
|
|
|
--search-input-height: 34rpx;
|
|
|
--search-background-color: #FFFFFF;
|
|
|
padding-right: 24rpx;
|
|
|
- font-size: $fontSize1;
|
|
|
+ font-size: $fontSize2;
|
|
|
}
|
|
|
.search-text{
|
|
|
- font-size: $fontSize1;
|
|
|
+ font-size: $fontSize2;
|
|
|
}
|
|
|
|
|
|
.van-search__action {
|
|
@@ -339,7 +350,7 @@
|
|
|
|
|
|
.nav-text {
|
|
|
margin-top: 20rpx;
|
|
|
- font-size: $fontSize2;
|
|
|
+ font-size: $fontSize3;
|
|
|
color: #555555;
|
|
|
}
|
|
|
|
|
@@ -447,10 +458,10 @@
|
|
|
border-radius: 50%;
|
|
|
}
|
|
|
.floating-button-label{
|
|
|
- width: 64rpx;
|
|
|
- margin-top: 6rpx;
|
|
|
+ margin-top: 4rpx;
|
|
|
font-size: $fontSize0;
|
|
|
color: #94A3B8;
|
|
|
+ white-space: nowrap;
|
|
|
}
|
|
|
.iconfont{
|
|
|
font-size: 44rpx;
|