| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150 |
- <template>
- <view class="home">
- <view class="welcom">{{ hello }} 欢迎登录</view>
- <view class="weather-bg">
- <view class="weather-box">
- <view class="weather">
- <view class="weatext">
- <view>今天<span class="text-span">{{weatherinfo.air_level}}</span></view>
- <view class="text-value">{{weatherinfo.at}}℃</view>
- </view>
- <view class="weatext">
- <image :src="
- 'https://webstaticimg.oss-cn-hangzhou.aliyuncs.com/bigdata_app/img/weather/' +
- weatherinfo.wea +
- '.png'
- " mode="" class="weaimg"></image>
- <view class="weatext_title">
- {{ weatherinfo.wea }}
- </view>
- </view>
- </view>
- <view class="weather">
- <view class="weatext">
- <view>湿度<span class="text-span">{{weatherinfo.ah | ahFilter}}</span></view>
- <view class="text-value">{{weatherinfo.ah}}%</view>
- </view>
- <view class="weatext">
- <view>PM2.5</view>
- <view class="textbox">
- {{ weatherinfo.air_pm25 }}
- </view>
- </view>
- </view>
- </view>
- <view class="weather-warning">
- <image class="weather-alert" :src="$imageURL+'/bigdata_app/newImg/home/weather-alert.png'" mode=""></image>
- {{weatherinfo.alarm_content}}
- </view>
- </view>
- <view class="ai-box">
- <view class="ai-content">
- <image :src="$imageURL+'/bigdata_app/newImg/home/ai-bot.png'" class="float-left" mode=""></image>
- <view class="ai-text">
- <view class="ai-text-title">我是千耘农业种植大模型</view>
- <view class="ai-text-subtitle">耕耘千百变,智慧一点通</view>
- </view>
- <view class="float-right">
- 问一问
- </view>
- </view>
- </view>
- <view class="functionbox">
-
- <view class="functionbox_text">
- <view class="functionbox_text_item" @click="tabfunction(0)" v-if="index < 9" v-for="(item,index) in menuList" :key="index">
- <image :src="item.app_menu_icon" mode="" class="itemimg">
- </image>
- <view class=""> {{ item.purview_name }} </view>
- </view>
- <!-- <view class="functionbox_text_item" @click="tabfunction(1)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/zngg.png'" mode="" class="itemimg">
- </image>
- <view class=""> 智能灌溉 </view>
- </view>
- <view class="functionbox_text_item" v-if="jurisdiction.zjtf" @click="tabfunction(2)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/yhgl.png'" mode="" class="itemimg"></image>
- <view class=""> 用户管理 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(3)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/shfw.png'" mode="" class="itemimg"></image>
- <view class=""> 售后服务 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(3)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/shfw.png'" mode="" class="itemimg"></image>
- <view class=""> 售后服务 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(3)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/shfw.png'" mode="" class="itemimg"></image>
- <view class=""> 售后服务 </view>
- </view>
- <view class="functionbox_text_item" @click="tabfunction(3)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/shfw.png'" mode="" class="itemimg"></image>
- <view class=""> 售后服务 </view>
- </view> -->
- <view class="functionbox_text_item" @click="tabfunction(9)" v-if="menuList.length >= 9">
- <image :src="$imageURL+'/bigdata_app/newImg/home/shfw.png'" mode="" class="itemimg"></image>
- <view class=""> 更多功能 </view>
- </view>
- </view>
- <!-- <swiper class="swiper" circular :indicator-dots="indicatorDots" :autoplay="autoplay" :interval="interval"
- :duration="duration">
- <swiper-item>
- </swiper-item>
- <swiper-item>
- <view class="swiper-item uni-bg-green">B</view>
- </swiper-item>
- </swiper> -->
- </view>
- <view class="facilitybox">
- <view class="facilitybox-content">
- <view class="facilitybox_title"> 智慧助手 </view>
- <view style="display: flex;gap:24rpx;flex-direction: column;">
- <view class="facilitybox_itembox">
- <view class="facilitybox_item facilitybox-zhuanjia" v-if="jurisdiction.zjtf"
- @click="tabfunction(2)">
- <image :src="$imageURL+'/bigdata_app/newImg/home/zjhk.png'" mode="" class="itemimg">
- </image>
- <view class="facilitybox_span">
- <text> 专家库 </text>
- <view class="text">农业相关博士、教授、研究员</view>
- </view>
- </view>
- <view class="facilitybox_item" style="display: flex; flex-direction: column;gap: 24rpx;">
- <view class="facilitybox-suishi"
- @click="tabfunction(1)">
- <image style="width: 72rpx;height:72rpx;margin-right: 10rpx;"
- :src="$imageURL+'/bigdata_app/newImg/home/tjss.png'" mode=""
- class="itemimg float-right">
- </image>
- <view class="facilitybox_span"> 田间随识 </view>
- </view>
- <view class="facilitybox-bchk"
- @click="worm">
- <image :src="$imageURL+'/bigdata_app/newImg/home/cshk.png'" mode="" class="itemimg">
- </image>
- <view style="width: 69%;" class="facilitybox_span"> 病虫草鼠害库 </view>
- </view>
- </view>
- </view>
- <view class="facilitybox_itembox">
- <view class="facilitybox_item facilitybox-jwjy" v-if="jurisdiction.fztf"
- @click="tabequipment('../prevention/index')">
- <image :src="$imageURL+'/bigdata_app/newImg/home/jwjy.png'" mode="" class="itemimg">
- </image>
- <view class="facilitybox_span"> 积温积雨 </view>
- </view>
- <view class="facilitybox_item facilitybox-jgqs" v-if="jurisdiction.jktf"
- @click="tabequipment('../monitor/index')">
- <image :src="$imageURL+'/bigdata_app/newImg/home/jgqs.png'" mode="" class="itemimg">
- </image>
- <view class="facilitybox_span"> 价格趋势 </view>
- </view>
- </view>
- </view>
- </view>
- <view class="banner-ad">
- <view class="ad-text">
- <view class="title">
- 松墨天牛拍照性诱智能监测
- </view>
- <view class="sub-title">
- AI慧眼识天牛 智守青山护松林
- </view>
- <view class="btn">
- 查看详情
- </view>
- </view>
- </view>
- </view>
- <!-- <view class="insectattack">
- <view class="insectattack_title" @click="worm">
- <view class=""> 虫情百科 </view>
- <view class="iconbox">
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
- </view>
- <view class="insectattack">
- <view class="insectattack_title" @click="virus">
- <view class=""> 病害百科 </view>
- <view class="iconbox">
- <u-icon name="arrow-right"></u-icon>
- </view>
- </view>
- </view> -->
- </view>
- </template>
- <script>
- export default {
- // // 分享给朋友
- // onShareAppMessage() {
- // return {
- // title: '云飞智控', // 分享标题
- // path: 'pages/index/index', // 分享路径,通常包含页面参数
- // imageUrl: 'http://www.hnyfwlw.com:8006/data/home_logo/log1.jpg', // 分享图片,可选
- // success: (res) => {
- // // 分享成功回调
- // uni.showToast({
- // title: '分享成功',
- // icon: 'success'
- // })
- // },
- // fail: (err) => {
- // // 分享失败回调
- // console.log('分享失败', err)
- // }
- // }
- // },
- // // 分享到朋友圈(基础库2.11.3+)
- // onShareTimeline() {
- // return {
- // title: '云飞智控', // 分享标题
- // query: 'id=123', // 页面参数,不同于分享给朋友的path,这里用query
- // imageUrl: 'http://www.hnyfwlw.com:8006/data/home_logo/log1.jpg' // 分享图片,可选
- // }
- // },
- filters:{
- ahFilter(value){
-
- if(value>70){
- return"湿润"
- }else if(value<30){
- return'干燥'
- }else{
- return'正常'
- }
- }
- },
- data() {
- return {
- menuList:[],
- indicatorDots: true,
- autoplay: false,
- interval: 2000,
- duration: 500,
- weatherinfo: {
- wea: '晴',
- air_level: '优',
- at: '23',
- air_pm25: '3',
- ah: '56',
- alarm_content: '天气警告'
- },
- hello: '',
- jurisdiction: {
- cbtf: false,
- jktf: false,
- hjtf: false,
- fztf: false,
- sytf: false,
- sbtf: false,
- sqtf: false,
- zjtf: false,
- ggtf: false,
- qxz: false,
- sq: false,
- cbyj: false,
- },
- show: false,
- url: '',
- loadTF: false
- };
- },
- watch: {
- url(news) {
- if (news != '') {
- uni.pageScrollTo({
- scrollTop: 0,
- duration: 500,
- });
- }
- },
- },
- methods: {
- moveHandle() {
- return;
- },
- async getcity(lng, lat) {
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=device.device_manage.weathers',
- data: {
- lng: lng,
- lat: lat,
- },
- });
- this.weatherinfo = res[0];
- },
- async getUserlogin() {
- const res = await this.$myRequest({
- url: '/api/api_gateway?method=user.login.user_login_info',
- data: {
- is_app: 1,
- }
- });
- // this.jurisdiction = {
- // cbtf: false,
- // jktf: false,
- // hjtf: false,
- // fztf: false,
- // sytf: false,
- // sbtf: false,
- // sqtf: false,
- // zjtf: false,
- // }
- const menuList = [];
- res.forEach(item =>{
- if(item.children){
- menuList.push(...item.children);
- }
- })
- // res.find(item => item.purview_name == '智慧物联');
- console.log(menuList,'MenuList')
- this.menuList = menuList || [];
- uni.setStorage({
- key: 'jurisdiction',
- data: JSON.stringify(res.children),
- });
- uni.setStorage({
- key: 'myuser_type',
- data: JSON.stringify(res.myuser_type),
- });
- uni.setStorage({
- key: 'myuid',
- data: JSON.stringify(res.myuid),
- });
- let QueryPermission = (id) => {
- let list = res.children;
- for (var i = 0; i < list.length; i++) {
- if (list[i].children) {
- var data = list[i].children;
- for (var j = 0; j < data.length; j++) {
- if (data[j].children) {
- var item = data[j].children;
- for (var k = 0; k < item.length; k++) {
- if (item[k].pur_id == id) {
- return true;
- }
- }
- }
- }
- }
- }
- return false;
- };
- this.jurisdiction = {
- cbtf: false,
- jktf: false,
- hjtf: false,
- fztf: false,
- sytf: false,
- sbtf: false,
- sqtf: false,
- zjtf: false,
- qxz: QueryPermission(242),
- sq: QueryPermission(284),
- cbyj: QueryPermission(243),
- };
- console.log(res.children);
- for (var i = 0; i < res.children.length; i++) {
- switch (res.children[i].pur_id) {
- case 36:
- this.jurisdiction.cbtf = true; //"测报系统"
- break;
- case 42:
- this.jurisdiction.jktf = true; //"可视农业"
- break;
- case 40:
- this.jurisdiction.hjtf = true; //"环境监测系统"
- break;
- case 44:
- this.jurisdiction.fztf = true; //"防治系统"
- break;
- case 58:
- this.jurisdiction.sytf = true; //"溯源系统"
- break;
- case 28:
- this.jurisdiction.sbtf = true; //"系统管理"
- break;
- case 25:
- this.jurisdiction.sqtf = true; //"四情基地"
- break;
- case 124:
- this.jurisdiction.zjtf = true; //"专家诊断"
- break;
- // case "灌溉控制系统":
- // this.jurisdiction.sftf = true
- // break;
- case 202:
- this.jurisdiction.ggtf = true; //"灌溉控制系统"
- break;
- }
- }
- },
- tabfunction(index) {
- if (index == 0) {
- uni.navigateTo({
- url: '../fourBase/index',
- });
- } else if (index == 1) {
- // var that = this
- // this.show = true
- uni.navigateTo({
- url: '/pages/identifyPest/identifyPest',
- });
- } else if (index == 2) {
- uni.navigateTo({
- url: '../expertDiagnosis/index',
- });
- } else if (index == 3) {
- uni.navigateTo({
- url: '../afterSale/index',
- });
- } else if (index == 9) {
-
- }
- },
- tabequipment(url, type) {
- console.log(url);
- uni.navigateTo({
- url: `${url}${type ? `?typeId=${type}` : ''}`,
- });
- },
- // onok(ev) {
- // this.path = this.url;
- // console.log(ev);
- // this.loadTF = true;
- // uni.showLoading({
- // mask: true,
- // success: function () {
- // console.log(999);
- // },
- // });
- // var publiukey = `-----BEGIN PUBLIC KEY-----
- // MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC6m92fXUrccS4SoLg4W4jPRNua
- // 4BcRk4ldLcqPuQpD2Mds2+hw+Gi+0MUnshF/r/DTcCJgkt7rtoY9EB6/XJ6MFw14
- // whhESFie/lZUWRsk8M89Rkr8m5rwmBl+uLAd5LopyshFqKTBXeT2ytHP1JCQLPBO
- // 34Fy4/yEz4qEzkzBuwIDAQAB
- // -----END PUBLIC KEY-----`;
- // var time = +new Date();
- // var str2 = 'YuNfEi' + time + 'YuNfEi';
- // var pubblicData = jsencrypt.setEncrypt(publiukey, str2);
- // if (this.flag == 2) {
- // console.log('111');
- // // pest.pests.insect_discern 虫害
- // uni.uploadFile({
- // // url: 'http://dev.hnyfwlw.com/api/api_gateway?method=base.bases.base_photo', //仅为示例,非真实的接口地址
- // url: 'https://wx.hnyfwlw.com/api/api_gateway?method=pest.pests.insect_discern', //仅为示例,非真实的接口地址
- // filePath: ev.path,
- // name: 'img_file',
- // formData: {
- // user: 'test',
- // sign: pubblicData,
- // },
- // success: (uploadFileRes) => {
- // this.loadTF = false;
- // console.log(JSON.parse(uploadFileRes.data));
- // uni.navigateTo({
- // url:
- // '../disandpests/index?datas=' +
- // uploadFileRes.data +
- // '&path=' +
- // ev.path,
- // });
- // },
- // fail(res) {
- // console.log(res);
- // },
- // });
- // } else if (this.flag == 1) {
- // //pest.pests.insect_discern病害识别
- // // uni.showLoading({
- // // title: '加载中'
- // // });
- // uni.uploadFile({
- // // url: 'http://dev.hnyfwlw.com/api/api_gateway?method=base.bases.base_photo', //仅为示例,非真实的接口地址
- // url: 'https://wx.hnyfwlw.com/api/api_gateway?method=pest.pests.plant_discern', //仅为示例,非真实的接口地址
- // filePath: ev.path,
- // name: 'img_file',
- // formData: {
- // user: 'test',
- // sign: pubblicData,
- // },
- // success: (uploadFileRes) => {
- // this.loadTF = false;
- // console.log(JSON.parse(uploadFileRes.data));
- // uni.navigateTo({
- // url:
- // '../disandpests/index?datas=' +
- // uploadFileRes.data +
- // '&path=' +
- // ev.path,
- // });
- // },
- // });
- // }
- // this.url = '';
- // },
- // oncancle() {
- // // url设置为空,隐藏控件
- // this.url = '';
- // },
- // confirm() {
- // this.flag = 1;
- // uni.chooseImage({
- // count: 1, //默认9
- // // sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- // sourceType: ['camera', 'album'], //从相册选择
- // success: (res) => {
- // this.url = res.tempFilePaths[0];
- // },
- // });
- // console.log(1);
- // },
- // cancel() {
- // this.flag = 2;
- // uni.chooseImage({
- // count: 1, //默认9
- // // sizeType: ['original', 'compressed'], //可以指定是原图还是压缩图,默认二者都有
- // sourceType: ['camera', 'album'], //从相册选择
- // success: (res) => {
- // console.log(1);
- // this.url = res.tempFilePaths[0];
- // },
- // });
- // },
- worm() {
- uni.navigateTo({
- url: '../expertDiagnosis/wormcase?name=虫情百科',
- });
- },
- virus() {
- uni.navigateTo({
- url: '../expertDiagnosis/wormcase?name=病害百科',
- });
- },
- introduce(id, title) {
- uni.navigateTo({
- url: '../expertDiagnosis/introduce?id=' + id + '&title=' + title,
- });
- },
- checkLocationPermission(isTest) {
- let session_key = uni.getStorageSync('session_key');
- let _this = this;
- // 当用户登录之后再弹位置权限框
- if (session_key) {
- uni.getSetting({
- success(res) {
- console.log(res);
- if (res.authSetting['scope.userLocation']) {
- uni.getLocation({
- type: 'wgs84 ',
- success: (res) => {
- // console.log(res, 'loacation');
- // uni.showToast({
- // title: `${res.longitude}, ${res.longitude}`,
- // duration: 20000,
- // icon:'none'
- // });
- _this.getcity(res.longitude, res.latitude);
- },
- fail(e) {
- // uni.showModal({
- // title: '提示',
- // content: JSON.stringify(e),
- // success: function (res) {
- // if (res.confirm) {
- // console.log('用户点击确定');
- // } else if (res.cancel) {
- // console.log('用户点击取消');
- // }
- // }
- // });
- uni.showToast({
- title: '系统未开启定位或未授权微信定位',
- duration: 5000,
- icon: 'none'
- });
- }
- });
- } else {
- uni.authorize({
- scope: 'scope.userLocation',
- success: () => {
- // 用户已授权
- uni.getLocation({
- type: 'wgs84 ',
- success: (res) => {
- console.log(res, 'loacation');
- _this.getcity(res.longitude, res.latitude);
- },
- });
- },
- fail: () => {
- // 用户拒绝授权,可引导用户至设置页手动开启
- if (isTest) {
- uni.showModal({
- title: '需要授权',
- content: '天气功能需要获取您的地理位置,请在设置中打开位置权限',
- success: (modalRes) => {
- if (modalRes.confirm) {
- uni.openSetting()
- } else {
- uni.showToast({
- title: '您拒绝了授权,将无法查看天气信息',
- duration: 2000,
- icon: 'none'
- });
- }
- },
- })
- }
- },
- })
- }
- }
- })
- }
- }
- },
- onLoad() {
- console.log(this.$imageURL)
- var time = new Date();
- var hours = time.getHours();
- if (hours < 12) {
- this.hello = '上午好!';
- } else {
- this.hello = '下午好!';
- }
- this.getUserlogin();
- this.checkLocationPermission(true); // 首次加载弹框提醒
- },
- onShow() {
- this.loadTF = false;
- this.getUserlogin();
- this.checkLocationPermission();
- },
- };
- </script>
- <style lang="less">
- page {
- background: linear-gradient(180deg, #1FC676 11.72%, #1FC676 11.52%, #D5F9E7 29.83%, #F5F6FA 36.96%), #FFF;
- // background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newindex/bg.png);
- // background: linear-gradient(180deg, #1FC676 8.72%, #1FC676 18.52%, #D5F9E7 21.83%, #F5F6FA 25.96%), #FFF;
- background-size: 100%;
- background-repeat: no-repeat;
- background-color: #f9f9f9;
- }
- .home {
- // background: linear-gradient(180deg, #1FC676 8.72%, #1FC676 18.52%, #D5F9E7 21.83%, #F5F6FA 25.96%), #FFF;
- width: 100%;
- height: 100%;
- padding-top: 94rpx;
- box-sizing: border-box;
- }
- .welcom {
- height: 64rpx;
- line-height: 64rpx;
- padding-left: 16rpx;
- font-size: 40rpx;
- color: #fff;
- }
- .weather-bg {
- width: 100%;
- height: 212rpx;
- background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/banner-bg.png);
- background-size: 100% 100%;
- background-repeat: no-repeat;
- }
- .weather-box {
- display: flex;
- margin: 24rpx 0 16rpx 0;
- }
- .weather:nth-child(1) {
- border-right: 1px solid rgba(255, 255, 255, 0.6);
- }
- .weather {
- flex: 1;
- display: flex;
- .weaimg {
- width: 42rpx;
- height: 42rpx;
- }
- .weatext {
- gap: 8rpx;
- flex: 1;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 24rpx;
- color: rgba(255, 255, 255, 0.8);
- }
- .weatext_title {
- font-size: 24rpx;
- color: #fff;
- }
- .text-span {
- color: #0BBC58;
- margin-left: 16rpx;
- padding: 0 2px;
- border-radius: 4px;
- background: rgba(255, 255, 255, 0.6);
- }
- .text-value {
- font-size: 48rpx;
- color: #fff;
- }
- }
- .weather-warning {
- margin: 20rpx 0;
- padding: 0 40rpx;
- color: #fff;
- .weather-alert{
- width:30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- }
- }
- .ai-box {
- width: 100%;
- padding: 0 40rpx;
- box-sizing: border-box;
- height: 128rpx;
- margin-bottom: 12rpx;
- position: relative;
- top: -20rpx;
- .ai-content {
- box-sizing: border-box;
- height: 100%;
- border-radius: 8px;
- border: 1.5px solid #FFF;
- background: linear-gradient(180deg, #ffffffa3 0%, #FFF 100%);
- padding: 24rpx;
- image {
- width: 80rpx;
- height: 80rpx;
- float: left;
- margin-right: 16rpx;
- }
- .float-right {
- float: right;
- padding: 4px 12px;
- color: #fff;
- border-radius: 28px;
- background: #0BBC58;
- margin: 12rpx 0;
- }
- .ai-text {
- float: left;
- }
- .ai-text-title {
- color: #333834;
- line-height: 40rpx;
- font-size: 28rpx;
- font-weight: 700;
- }
- .ai-text-subtitle {
- color: #7b9783;
- line-height: 40rpx;
- font-size: 20rpx;
- font-weight: 400;
- }
- }
- }
- .functionbox {
- width: 100%;
- // height: 240rpx;
- padding: 0rpx 32rpx 0 32rpx;
- box-sizing: border-box;
- margin-bottom: 16rpx;
- .swiper {
- height: 208rpx;
- }
- .functionbox_title {
- padding-left: 20rpx;
- font-size: 34rpx;
- }
- .functionbox_text {
- display: flex;
- flex-wrap: wrap;
- // justify-content: space-around;
- margin-top: 30rpx;
-
- .functionbox_text_item {
- width:20%;
- text-align: center;
- color: #616666;
- font-size: 24rpx;
- margin-bottom: 32rpx;
- .itemimg {
- width: 80rpx;
- height: 80rpx;
- margin-bottom: 16rpx;
- }
- }
- }
- }
- .facilitybox {
- width: 100%;
- padding: 0 32rpx;
- box-sizing: border-box;
- background: #F5F6FA;
- .facilitybox-content {
- border-radius: 16rpx;
- background: #FFF;
- padding: 32rpx;
- }
- .facilitybox_title {
- font-size: 30rpx;
- color: #333;
- margin-bottom: 24rpx;
- // padding-left: 20rpx;
- }
- .facilitybox_itembox {
- display: flex;
- gap: 32rpx;
- .facilitybox_item {
- flex: 1;
- color: #616666;
- .facilitybox_span {
- padding: 16rpx 24rpx;
- width: 50%;
- color: #0B3F5D;
- font-weight: 500;
- font-size: 28rpx;
- .text {
- font-size: 20rpx;
- color: #4E916E;
- font-weight: 400;
- margin-top: 9rpx;
- }
- }
- .itemimg {
- width: 90rpx;
- height: 90rpx;
- float: right;
- margin: 7rpx 0;
- }
- }
- .facilitybox-zhuanjia {
- border-radius: 8px;
- background: linear-gradient(180deg, #D3FBE6 0%, #F5F7FA 100%);
- position: relative;
- .itemimg {
- width: 112rpx;
- height: 146rpx;
- position: absolute;
- bottom: 0;
- right: 16rpx;
- }
- text {
- color: #003318;
- font-weight: 500;
- font-size: 28rpx;
- }
- }
- .facilitybox-suishi {
- border-radius: 8px;
- background: linear-gradient(180deg, #CAECFF 0%, #F5F7FA 99.89%);
- padding: 9rpx 0;
- .facilitybox_span {
- color: #0B3F5D;
- }
- }
- .facilitybox-bchk {
- border-radius: 8px;
- background: linear-gradient(180deg, #EEE5F6 0%, #F5F7FA 95.65%);
- // height: 102rpx;
- padding: 10rpx 0;
- .facilitybox_span {
- color: #3E2B50;
- }
- .itemimg {
- width: 78rpx;
- height: 72rpx;
- margin-right: 10rpx;
- }
- }
- .facilitybox-jgqs {
- border-radius: 8px;
- background: linear-gradient(180deg, #D2E5FF 0%, #F5F7FA 95.65%);
- .facilitybox_span {
- color: #0D2E5B;
- }
- }
- .facilitybox-jwjy {
- border-radius: 8px;
- background: linear-gradient(180deg, #FFF4D2 0%, #F5F7FA 95.65%);
- .facilitybox_span {
- color: #3D4012;
- }
- }
- }
- }
- .banner-ad {
- margin: 32rpx 0;
- height: 224rpx;
- border-radius: 8px;
- background-size: 100% 100%;
- background-image: url(https://s3.hnyfwlw.com/webstaticimg/bigdata_app/newImg/home/ad-banner.png);
- .ad-text{
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- padding: 40rpx;
- box-sizing: border-box;
- .title{
- color: #333333;
-
- font-size: 28rpx;
- font-style: normal;
- font-weight: 700;
- line-height: normal;
- }
- .sub-title{
- color: #666666;
-
- font-size: 20rpx;
- font-style: normal;
- font-weight: 500;
- line-height: normal;
- }
- .btn{
- text-align: center;
- width: 112rpx;
- color:#fff;
- padding: 4px 0px;
- font-size: 20rpx;
- border-radius: 4px;
- background: linear-gradient(106deg, #0BBC58 2.6%, #7CE6FB 86.51%);
- }
- }
- }
- .insectattack {
- width: 90%;
- margin: 0 auto;
- padding: 30rpx;
- .insectattack_title {
- font-size: 34rpx;
- // padding-left: 20rpx;
- display: flex;
- justify-content: space-between;
- .iconbox {
- width: 40rpx;
- height: 40rpx;
- background-color: #cfd6d6;
- color: #909696;
- border-radius: 40rpx;
- line-height: 40rpx;
- text-align: center;
- font-size: 20rpx;
- }
- }
- .insectattack_listbox {
- // padding: 0 20rpx;
- overflow-x: auto;
- .insectattack_list {
- width: 1104rpx;
- display: flex;
- margin-top: 30rpx;
- flex-wrap: wrap;
- .list_box {
- // background-color: #f00;
- background-size: 100% 100%;
- width: 246rpx;
- height: 324rpx;
- margin-right: 30rpx;
- border-radius: 20rpx;
- position: relative;
- .list_boxbg {
- width: 100%;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- z-index: -1;
- .list_boxbg_img {
- width: 100%;
- height: 100%;
- }
- }
- .list_box_xiang {
- width: 95%;
- margin-top: 0rpx auto;
- display: flex;
- justify-content: flex-end;
- padding-top: 20rpx;
- .list_box_xiang_click {
- padding: 8rpx 15rpx;
- background-color: rgba(0, 0, 0, 0.2);
- color: #fff;
- font-size: 20rpx;
- border-radius: 52rpx;
- }
- }
- .list_box_info {
- width: 90%;
- margin: 130rpx auto 0;
- height: 120rpx;
- border-radius: 10rpx;
- background-image: linear-gradient(to right,
- #ffffff,
- rgba(255, 255, 255, 0.44));
- padding: 10rpx;
- box-sizing: border-box;
- .list_box_info_name {
- font-weight: 700;
- }
- .list_box_info_text {
- font-size: 18rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- }
- }
- // .list_box1 {
- // background-image: url(../../static/images/newindex/cao.png);
- // }
- // .list_box2 {
- // background-image: url(../../static/images/newindex/yee.jpg);
- // }
- // .list_box3 {
- // background-image: url(../../static/images/newindex/lingc.jpg);
- // }
- // .list_box4 {
- // background-image: url(../../static/images/newindex/ming.png);
- // }
- // .list_box5 {
- // background-image: url(../../static/images/newindex/mai.png);
- // }
- // .list_box6 {
- // background-image: url(../../static/images/newindex/dadou.jpg)
- // }
- // .list_box7 {
- // background-image: url(../../static/images/newindex/yumi.png);
- // }
- // .list_box8 {
- // background-image: url(../../static/images/newindex/dao.png);
- // }
- }
- }
- }
- .loading {
- position: absolute;
- top: 0;
- left: 0;
- z-index: 100;
- width: 100%;
- height: 100vh;
- background-color: rgba(0, 0, 0, 0.5);
- display: flex;
- justify-content: center;
- align-items: center;
- }
- </style>
|