|
@@ -2,12 +2,21 @@
|
|
<view :data-theme="theme" class="discover_index">
|
|
<view :data-theme="theme" class="discover_index">
|
|
<view class="page_con" :style="{height: windowHeight + 'px'}">
|
|
<view class="page_con" :style="{height: windowHeight + 'px'}">
|
|
<view class="discover-header relative z-999">
|
|
<view class="discover-header relative z-999">
|
|
- <!-- #ifdef MP -->
|
|
|
|
- <view class="cart_nav">
|
|
|
|
- <nav-bar iconColor='#fff' ref="navBarRef" :navTitle="'二手交易'" backgroundColor="#FF6702" :isBackgroundColor="false">
|
|
|
|
- </nav-bar>
|
|
|
|
|
|
+ <!-- #ifdef APP || MP -->
|
|
|
|
+ <view class="mp-header" :style="{ height: navH + 'rpx'}">
|
|
|
|
+ <view class="sys-head mp-header" :style="{ height: sysHeight+'px' }"></view>
|
|
|
|
+ <view class="select_nav flex justify-center align-center" id="home" :style="{top: sysHeight+'px'}">
|
|
|
|
+ <text class="iconfont icon-fanhui2 px-20" @tap="returns"></text>
|
|
|
|
+ <image @click="goUser" class="avatar" :src="userInfo.avatar ? userInfo.avatar : urlDomain+'crmebimage/presets/morenT.png'">
|
|
|
|
+ </image>
|
|
|
|
+ <!-- <text class="iconfont icon-gengduo5 px-20" @tap.stop="showNav"></text> -->
|
|
|
|
+ <text class="nav_line"></text>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="nav_title mp-header" :style="{ height: '80rpx',lineHeight: '80rpx', color: '#fff', top: sysHeight+'px' }">
|
|
|
|
+ 二手交易
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <!-- #endif -->
|
|
|
|
|
|
+ <!-- #endif -->
|
|
<view class="discover-navTab acea-row row-middle bg--w111-fff mt-4">
|
|
<view class="discover-navTab acea-row row-middle bg--w111-fff mt-4">
|
|
<view class="acea-row row-center-wrapper" :style="[textBoxStyle]">
|
|
<view class="acea-row row-center-wrapper" :style="[textBoxStyle]">
|
|
<view style="margin-right: 52rpx;" :class="tabActive == 0 ? 'on' : ''" class="nav-item" @click="tabActive=0;showCateDrawer = false">本校</view>
|
|
<view style="margin-right: 52rpx;" :class="tabActive == 0 ? 'on' : ''" class="nav-item" @click="tabActive=0;showCateDrawer = false">本校</view>
|
|
@@ -21,7 +30,8 @@
|
|
<view class='search acea-row '>
|
|
<view class='search acea-row '>
|
|
<view class='input acea-row row-middle'>
|
|
<view class='input acea-row row-middle'>
|
|
<text class='iconfont icon-sousuo2'></text>
|
|
<text class='iconfont icon-sousuo2'></text>
|
|
- <input class="placeholder" type='text' :value='searchValue' :focus="focus" placeholder='请输入标题' placeholder-class='placeholder' @input="setValue" confirm-type="search" @confirm="searchBut()"></input>
|
|
|
|
|
|
+ <input class="placeholder" type='text' :value='searchValue' :focus="focus" placeholder='请输入标题' placeholder-class='placeholder'
|
|
|
|
+ @input="setValue" confirm-type="search" @confirm="searchBut()"></input>
|
|
</view>
|
|
</view>
|
|
<view class='bnt' @tap='searchBut'>搜索</view>
|
|
<view class='bnt' @tap='searchBut'>搜索</view>
|
|
</view>
|
|
</view>
|
|
@@ -38,69 +48,38 @@
|
|
</swiper>
|
|
</swiper>
|
|
</view>
|
|
</view>
|
|
<!-- 话题分类 -->
|
|
<!-- 话题分类 -->
|
|
- <view class="longTab mb-10" scroll-y enhanced>
|
|
|
|
- <view class="flex h-116">
|
|
|
|
- <view class="flex-1 h-full flex-center longTab-item" :style="{background: index === tabClick ? '#EEF4FF' : ''}"
|
|
|
|
- v-for="(item, index) in categoryList" :key="index" :id="'id' + index" @click.stop="selectMenu(item, index, true)">
|
|
|
|
- <view class="flex-col flex-center">
|
|
|
|
- <image class="w-44 h-44 mb-10" :src="item.icon" mode=""></image>
|
|
|
|
- <view class="wall-font f-s-24 f-w-500">{{item.name}}</view>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- <view class="flex-1 h-full flex-center longTab-item">
|
|
|
|
- <navigator hover-class='none' url='/pages/merchant/user_sgin/index' class="item">
|
|
|
|
- <view class="flex-col flex-center">
|
|
|
|
- <image class="w-44 h-44 mb-10" :src="'/static/img/ic-wall-type-4.png'" mode=""></image>
|
|
|
|
- <view class="wall-font f-s-24 f-w-500">签到</view>
|
|
|
|
- </view>
|
|
|
|
- </navigator>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
|
|
+ <view class="mb-10 longTab">
|
|
|
|
+ <swiper :indicator-dots="true" :interval="interval" indicator-active-color="rgba(255, 103, 2, 1)" :current="swperId"
|
|
|
|
+ @change="swiperIdChange">
|
|
|
|
+ <block v-for="item in swperIndex" :key="item">
|
|
|
|
+ <swiper-item :item-id="`${item}`">
|
|
|
|
+ <scroll-view scroll-x="true" style="white-space: nowrap; display: flex" show-scrollbar="false">
|
|
|
|
+ <block>
|
|
|
|
+ <view class="flex-wrap flex-y-center pt-30">
|
|
|
|
+ <view class="flex-col flex-center longTab-item mb-20" style="width: 20%;" v-for="(val, valIndex) in categoryList"
|
|
|
|
+ :key="valIndex" v-if="val.swperIndex == item">
|
|
|
|
+ <image class="w-44 h-44 mb-10" :src="val.icon" mode=""></image>
|
|
|
|
+ <view class="wall-font f-s-24 f-w-500">{{val.name}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </block>
|
|
|
|
+ </scroll-view>
|
|
|
|
+ </swiper-item>
|
|
|
|
+ </block>
|
|
|
|
+ </swiper>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="discover-boxsss">
|
|
<view class="discover-boxsss">
|
|
- <!-- 发现 -->
|
|
|
|
- <scroll-view scroll-y="true" @scroll="followScroll" class="main h-full">
|
|
|
|
- <view class="tab-cont h-full" id="main">
|
|
|
|
- <!-- 发现 -->
|
|
|
|
- <view class="h-full">
|
|
|
|
- <swiper class="h-full" :interval="interval" indicator-color="rgba(255,255,255,0.6)" :current="swiperCurrent" @change="swiperChange">
|
|
|
|
- <block v-for="(item,index) in categoryList" :key="index">
|
|
|
|
- <swiper-item class="h-full" :item-id="`${item.id}`">
|
|
|
|
- <scroll-view @scroll="scrollLeft" scroll-y="true" :show-scrollbar="false" class="scroll-view h-full"
|
|
|
|
- id="goods" refresher-enabled="true" :refresher-threshold="100" :refresher-triggered="triggeredDiscover"
|
|
|
|
- @refresherrefresh="onRefreshDiscover" @refresherpulling="onPulling" @refresherrestore="onRestore"
|
|
|
|
- @refresherabort="onAbort">
|
|
|
|
- <view class="goods padbottom">
|
|
|
|
- <view class="goods-wrap flex-1" id="goods" v-if="discoverList[item.id] && discoverList[item.id].goods.length">
|
|
|
|
- <view>
|
|
|
|
- <WaterfallsFlow v-if="discoverList[item.id].goods.length" :wfList="discoverList[item.id].goods" :type="1">
|
|
|
|
- <template slot-scope="{items}">
|
|
|
|
- <WaterfallsFlowItem :item="items" :type="1" :isStore="1" />
|
|
|
|
- </template>
|
|
|
|
- </WaterfallsFlow>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
-
|
|
|
|
- <view class='loadingicon acea-row row-center-wrapper'>
|
|
|
|
- <text class='loading iconfont icon-jiazai' :hidden='loading==false'></text>{{discoverList[item.id] &&discoverList[item.id].goods.length>0?loadTitle:''}}
|
|
|
|
- </view>
|
|
|
|
- <view class="empty-boxs noContent" v-if="discoverList[item.id] && discoverList[item.id].goods.length == 0 && !loading">
|
|
|
|
- <emptyPage title="暂无内容~" mTop="13%" :imgSrc="urlDomain+'crmebimage/presets/noguanzhu.png'">
|
|
|
|
- </emptyPage>
|
|
|
|
- </view>
|
|
|
|
- <view class="footerBottoms"></view>
|
|
|
|
- </view>
|
|
|
|
- </scroll-view>
|
|
|
|
- </swiper-item>
|
|
|
|
- </block>
|
|
|
|
- </swiper>
|
|
|
|
- </view>
|
|
|
|
- </view>
|
|
|
|
- </scroll-view>
|
|
|
|
|
|
+ <view class='noCommodity h-full'>
|
|
|
|
+ <!-- <scroll-view scroll-y="true" :show-scrollbar="false" class="scroll-view h-full" refresher-enabled="true"
|
|
|
|
+ :refresher-threshold="100" @scrolltolower="onScrollBottom"> -->
|
|
|
|
+ <recommend ref="recommendIndex" class="mt-40"></recommend>
|
|
|
|
+ <!-- </scroll-view> -->
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="publish" @click="publish" :class="bottomNavigationIsCustom?'bottom':''">
|
|
<view class="publish" @click="publish" :class="bottomNavigationIsCustom?'bottom':''">
|
|
- <image class="w-116 h-116" src="/static/img/ic-fatie.png" mode=""></image>
|
|
|
|
|
|
+ <view><text class='iconfont icon-paizhao w-116 h-116'></text></view>
|
|
|
|
+ <!-- <image class="w-116 h-116" src="/static/img/ic-fatie.png" mode=""></image> -->
|
|
</view>
|
|
</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -118,6 +97,14 @@
|
|
<uni-popup type="bottom" ref="goods">
|
|
<uni-popup type="bottom" ref="goods">
|
|
<mentioned v-if="popupShow" :list="proList" @close="popup" class=""></mentioned>
|
|
<mentioned v-if="popupShow" :list="proList" @close="popup" class=""></mentioned>
|
|
</uni-popup>
|
|
</uni-popup>
|
|
|
|
+ <!-- 学校 -->
|
|
|
|
+ <uni-popup ref="schoolRef" :is-mask-click="false">
|
|
|
|
+ <view class="w-full flex-center" :style="{height: windowHeight + 'px'}">
|
|
|
|
+ <navigator hover-class='none' url='/pages/trade_fair/trade_fair_user/index'>
|
|
|
|
+ <image src="/static/img/ic-school.png" mode="heightFix" style="height: 694rpx;width: 616rpx;"></image>
|
|
|
|
+ </navigator>
|
|
|
|
+ </view>
|
|
|
|
+ </uni-popup>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -136,7 +123,7 @@
|
|
recommendAuthorListApi,
|
|
recommendAuthorListApi,
|
|
discoverListApi,
|
|
discoverListApi,
|
|
followListApi,
|
|
followListApi,
|
|
- getReplyInfo
|
|
|
|
|
|
+ getSecondHandInfo
|
|
} from '@/api/discover.js';
|
|
} from '@/api/discover.js';
|
|
import {
|
|
import {
|
|
discoverFollowAuthor,
|
|
discoverFollowAuthor,
|
|
@@ -148,6 +135,7 @@
|
|
silenceBindingSpread,
|
|
silenceBindingSpread,
|
|
getUserSpread
|
|
getUserSpread
|
|
} from '@/utils/index.js';
|
|
} from '@/utils/index.js';
|
|
|
|
+ import recommend from "@/components/base/recommend.vue";
|
|
import onShare from "@/mixins/onShare";
|
|
import onShare from "@/mixins/onShare";
|
|
import discoverComment from '@/components/discoverComment/index.vue';
|
|
import discoverComment from '@/components/discoverComment/index.vue';
|
|
import animationType from '@/utils/animationType.js'
|
|
import animationType from '@/utils/animationType.js'
|
|
@@ -174,7 +162,8 @@
|
|
discoverDetails,
|
|
discoverDetails,
|
|
discoverComment,
|
|
discoverComment,
|
|
mentioned,
|
|
mentioned,
|
|
- TitleBox
|
|
|
|
|
|
+ TitleBox,
|
|
|
|
+ recommend
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
...mapGetters(['globalData', 'isLogin', 'userInfo', 'bottomNavigationIsCustom']),
|
|
...mapGetters(['globalData', 'isLogin', 'userInfo', 'bottomNavigationIsCustom']),
|
|
@@ -218,14 +207,7 @@
|
|
this.$store.commit('UPDATE_USERINFO', {});
|
|
this.$store.commit('UPDATE_USERINFO', {});
|
|
}
|
|
}
|
|
})
|
|
})
|
|
- getReplyInfo().then(res => {
|
|
|
|
- this.bannerList = res.data.banner
|
|
|
|
- this.wallHeadline = res.data.headline
|
|
|
|
- console.log(res.data, 111111111111111)
|
|
|
|
- }).catch(err => {
|
|
|
|
- console.log(err)
|
|
|
|
- })
|
|
|
|
- this.getDiscoverList();
|
|
|
|
|
|
+ // this.getDiscoverList();
|
|
this.getCommunityCategoryList();
|
|
this.getCommunityCategoryList();
|
|
|
|
|
|
this._freshing = false;
|
|
this._freshing = false;
|
|
@@ -249,6 +231,8 @@
|
|
theme: app.globalData.theme,
|
|
theme: app.globalData.theme,
|
|
marTop: 0,
|
|
marTop: 0,
|
|
categoryList: [], //分类列表
|
|
categoryList: [], //分类列表
|
|
|
|
+ swperIndex: [],
|
|
|
|
+ swperId: 0,
|
|
categoryId: '-1', //分类id
|
|
categoryId: '-1', //分类id
|
|
swiperCurrent: 0, //分类索引
|
|
swiperCurrent: 0, //分类索引
|
|
isScroll: false, //是否是滑动
|
|
isScroll: false, //是否是滑动
|
|
@@ -319,6 +303,7 @@
|
|
uni.$emit('scroll');
|
|
uni.$emit('scroll');
|
|
},
|
|
},
|
|
onShow() {
|
|
onShow() {
|
|
|
|
+ this.getHandInfo()
|
|
this.showCateDrawer = false;
|
|
this.showCateDrawer = false;
|
|
this.getTokenIsExist();
|
|
this.getTokenIsExist();
|
|
//分销绑定
|
|
//分销绑定
|
|
@@ -390,6 +375,20 @@
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ getHandInfo() {
|
|
|
|
+ getSecondHandInfo().then(res => {
|
|
|
|
+ this.bannerList = res.data.banner
|
|
|
|
+ this.wallHeadline = res.data.headline
|
|
|
|
+ console.log(res.data, 111111111111111)
|
|
|
|
+ if (!res.data.school) {
|
|
|
|
+ this.$refs.schoolRef.open('top')
|
|
|
|
+ } else {
|
|
|
|
+ this.$refs.schoolRef.close()
|
|
|
|
+ }
|
|
|
|
+ }).catch(err => {
|
|
|
|
+ console.log(err)
|
|
|
|
+ })
|
|
|
|
+ },
|
|
getNavH(marTop) {
|
|
getNavH(marTop) {
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
this.marTop = 30;
|
|
this.marTop = 30;
|
|
@@ -569,14 +568,14 @@
|
|
if (this.isLogin) {
|
|
if (this.isLogin) {
|
|
// #ifdef MP || H5
|
|
// #ifdef MP || H5
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: `/pages/discover/discover_release/index`
|
|
|
|
|
|
+ url: `/pages/discover/discover_release/index?fair=${true}`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
animationType: animationType.type,
|
|
animationType: animationType.type,
|
|
animationDuration: animationType.duration,
|
|
animationDuration: animationType.duration,
|
|
- url: `/pages/discover/discover_release/index`
|
|
|
|
|
|
+ url: `/pages/discover/discover_release/index?fair=${true}`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
} else {
|
|
} else {
|
|
@@ -623,6 +622,16 @@
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ swiperIdChange(e) {
|
|
|
|
+ let {
|
|
|
|
+ current,
|
|
|
|
+ source,
|
|
|
|
+ currentItemId
|
|
|
|
+ } = e.detail;
|
|
|
|
+ if (source === 'autoplay' || source === 'touch') {
|
|
|
|
+ console.log(current, source, currentItemId)
|
|
|
|
+ }
|
|
|
|
+ },
|
|
/*******************发现列表滑动中用到的方法结束*********************/
|
|
/*******************发现列表滑动中用到的方法结束*********************/
|
|
|
|
|
|
// 去个人主人
|
|
// 去个人主人
|
|
@@ -632,14 +641,14 @@
|
|
} else {
|
|
} else {
|
|
// #ifdef MP || H5
|
|
// #ifdef MP || H5
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: '/pages/discover/discover_user/index'
|
|
|
|
|
|
+ url: `/pages/trade_fair/trade_fair_user/index`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
animationType: animationType.type,
|
|
animationType: animationType.type,
|
|
animationDuration: animationType.duration,
|
|
animationDuration: animationType.duration,
|
|
- url: '/pages/discover/discover_user/index'
|
|
|
|
|
|
+ url: `/pages/trade_fair/trade_fair_user/index`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
}
|
|
}
|
|
@@ -716,13 +725,32 @@
|
|
},
|
|
},
|
|
//分类列表
|
|
//分类列表
|
|
getCommunityCategoryList() {
|
|
getCommunityCategoryList() {
|
|
- let data = [{
|
|
|
|
- name: "全部",
|
|
|
|
- id: '-1',
|
|
|
|
- icon: '/static/img/ic-wall-type--1.png'
|
|
|
|
- }];
|
|
|
|
communityCategoryListApi().then(res => {
|
|
communityCategoryListApi().then(res => {
|
|
- this.categoryList = Array.from(new Set([...data, ...res.data]));
|
|
|
|
|
|
+ let arr = []
|
|
|
|
+ let arrs = []
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ arr.push(...res.data)
|
|
|
|
+ let swperIndex = 1;
|
|
|
|
+ let swperArr = [0];
|
|
|
|
+ arr.forEach((item, index) => {
|
|
|
|
+ item.id = index
|
|
|
|
+ if ((index + 1) > (swperIndex * 10)) {
|
|
|
|
+ swperIndex++
|
|
|
|
+ swperArr.push(swperIndex - 1)
|
|
|
|
+ item.swperIndex = (swperIndex - 1)
|
|
|
|
+ } else {
|
|
|
|
+ item.swperIndex = (swperIndex - 1)
|
|
|
|
+ }
|
|
|
|
+ arrs.push({ ...item
|
|
|
|
+ })
|
|
|
|
+ })
|
|
|
|
+ this.swperIndex = swperArr
|
|
|
|
+ this.categoryList = arrs
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
|
|
@@ -739,6 +767,9 @@
|
|
this.where.categoryId = item.id;
|
|
this.where.categoryId = item.id;
|
|
this.showCateDrawer = false
|
|
this.showCateDrawer = false
|
|
this.getDiscoverList();
|
|
this.getDiscoverList();
|
|
|
|
+ },
|
|
|
|
+ onReachBottom() {
|
|
|
|
+ this.$refs.recommendIndex.get_host_product();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -771,7 +802,7 @@
|
|
position: fixed;
|
|
position: fixed;
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
line-height: 58rpx;
|
|
line-height: 58rpx;
|
|
- z-index: 1000;
|
|
|
|
|
|
+ z-index: 99999;
|
|
left: 14rpx;
|
|
left: 14rpx;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -780,10 +811,17 @@
|
|
color: #fff;
|
|
color: #fff;
|
|
font-size: 36rpx;
|
|
font-size: 36rpx;
|
|
position: fixed;
|
|
position: fixed;
|
|
|
|
+ z-index: 9999;
|
|
text-align: center;
|
|
text-align: center;
|
|
left: 0;
|
|
left: 0;
|
|
right: 0;
|
|
right: 0;
|
|
- margin: auto;
|
|
|
|
|
|
+ margin-top: -1px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .sys-head {
|
|
|
|
+ width: 100%;
|
|
|
|
+ position: fixed;
|
|
|
|
+ z-index: 9999;
|
|
}
|
|
}
|
|
|
|
|
|
.banner-img {
|
|
.banner-img {
|
|
@@ -868,7 +906,7 @@
|
|
|
|
|
|
.publish {
|
|
.publish {
|
|
position: fixed;
|
|
position: fixed;
|
|
- z-index: 9999;
|
|
|
|
|
|
+ z-index: 999;
|
|
width: 100rpx;
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
height: 100rpx;
|
|
opacity: 1;
|
|
opacity: 1;
|
|
@@ -1212,17 +1250,18 @@
|
|
font-size: 27rpx;
|
|
font-size: 27rpx;
|
|
color: #141414;
|
|
color: #141414;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.discover-boxsss {
|
|
.discover-boxsss {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
width: 100%;
|
|
width: 100%;
|
|
flex: 1;
|
|
flex: 1;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.search {
|
|
.search {
|
|
background-color: #fff;
|
|
background-color: #fff;
|
|
padding: 0rpx 10rpx 10rpx 38rpx;
|
|
padding: 0rpx 10rpx 10rpx 38rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.search .input {
|
|
.search .input {
|
|
width: 590rpx;
|
|
width: 590rpx;
|
|
background-color: #f7f7f7;
|
|
background-color: #f7f7f7;
|
|
@@ -1231,14 +1270,17 @@
|
|
box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 66rpx;
|
|
height: 66rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.search .input input {
|
|
.search .input input {
|
|
width: 460rpx;
|
|
width: 460rpx;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.search .input .iconfont {
|
|
.search .input .iconfont {
|
|
color: #000;
|
|
color: #000;
|
|
font-size: 35rpx;
|
|
font-size: 35rpx;
|
|
}
|
|
}
|
|
|
|
+
|
|
.search .bnt {
|
|
.search .bnt {
|
|
text-align: center;
|
|
text-align: center;
|
|
height: 66rpx;
|
|
height: 66rpx;
|