| | |
| | | <template slot="public-box-header"> |
| | | <div class="logo"></div> |
| | | <div class="title">市场流通</div> |
| | | <img @click="cityShow = false" src="/img/icon/public-close.png" alt class="close" /> |
| | | <img @click="cityShow = false" src="../../../public/img/icon/public-close.png" alt class="close" /> |
| | | </template> |
| | | <template slot="public-box-content"> |
| | | <div class="market-title"> |
| | |
| | | <div class="title">{{this.farmDetails.farmName}}</div> |
| | | <img |
| | | @click="farmProfiles = false" |
| | | src="/img/icon/public-close.png" |
| | | src="../../../public/img/icon/public-close.png" |
| | | alt |
| | | class="close" |
| | | /> |
| | |
| | | </div> |
| | | <div class="scene"> |
| | | <a :href="farmDetails.panoramic" target="_blank"> |
| | | <img src="/img/icon/360.png" alt /> |
| | | <img src="../../../public/img/icon/360.png" alt /> |
| | | </a> |
| | | </div> |
| | | </div> |
| | |
| | | <div class="title">农事操作</div> |
| | | <img |
| | | @click="farmOperPopup = false" |
| | | src="/img/icon/public-close.png" |
| | | src="../../../public/img/icon/public-close.png" |
| | | alt |
| | | class="close" |
| | | /> |
| | |
| | | that.equipmentList.staList.forEach(item => { |
| | | // 气象 |
| | | if (item.dictTypeNum == 1) { |
| | | that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-qx.png') |
| | | that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-qx.png') |
| | | } else if (item.dictTypeNum == 2) { |
| | | // 空气 |
| | | that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-qx.png') |
| | | that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-qx.png') |
| | | } else if (item.dictTypeNum == 3) { |
| | | // 水质 |
| | | that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-sz.png') |
| | | that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-sz.png') |
| | | } else if (item.dictTypeNum == 4) { |
| | | // 土壤 |
| | | that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-tr.png') |
| | | that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-tr.png') |
| | | } |
| | | }) |
| | | that.equipmentList.vidList.forEach(item => { |
| | | that.$refs.modalForm.addSiteEntity(item, '/img/icon/map-jk.png') |
| | | that.$refs.modalForm.addSiteEntity(item, '../../../zhny-dp/img/icon/map-jk.png') |
| | | }) |
| | | } |
| | | }) |
| | |
| | | <style scoped lang="scss"> |
| | | @font-face { |
| | | font-family: 'DS-Digital'; |
| | | src: url('/DS-Digital/DS-DIGI-1.ttf'); |
| | | src: url('/DS-Digital/DS-DIGIB-2.ttf'); |
| | | src: url('/DS-Digital/DS-DIGII-3.ttf'); |
| | | src: url('/DS-Digital/DS-DIGIT-4.ttf'); |
| | | src: url('../../../public/DS-Digital/DS-DIGI-1.ttf'); |
| | | src: url('../../../public/DS-Digital/DS-DIGIB-2.ttf'); |
| | | src: url('../../../public/DS-Digital/DS-DIGII-3.ttf'); |
| | | src: url('../../../public/DS-Digital/DS-DIGIT-4.ttf'); |
| | | } |
| | | |
| | | .container { |
| | |
| | | .log { |
| | | left: auto; |
| | | right: 0; |
| | | background: url(/img/icon/nc-num.png) no-repeat; |
| | | background: url(../../../public/img/icon/nc-num.png) no-repeat; |
| | | } |
| | | |
| | | .t-l, |
| | |
| | | .log { |
| | | left: 0; |
| | | right: auto; |
| | | background: url(/img/icon/pel-num.png) no-repeat; |
| | | background: url(../../../public/img/icon/pel-num.png) no-repeat; |
| | | } |
| | | |
| | | .t-l, |
| | |
| | | margin-left: 16px; |
| | | width: 10px; |
| | | height: 14px; |
| | | background: url(/img/icon/l-icon.png) no-repeat; |
| | | background: url(../../../public/img/icon/l-icon.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | right: -54px; |
| | | width: 74px; |
| | | height: 19px; |
| | | background: url(/img/icon/r-icon.png) no-repeat; |
| | | background: url(../../../public/img/icon/r-icon.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | bottom: 0; |
| | | width: 378px; |
| | | height: 5px; |
| | | background: url(/img/icon/line.png) no-repeat; |
| | | background: url(../../../public/img/icon/line.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | bottom: 0; |
| | | width: 20px; |
| | | height: 3px; |
| | | background: url(/img/icon/r-line.png) no-repeat; |
| | | background: url(../../../public/img/icon/r-line.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | |
| | | .icon { |
| | | width: 24px; |
| | | height: 24px; |
| | | background: url(/img/icon/city-flow.png) no-repeat; |
| | | background: url(../../../public/img/icon/city-flow.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | |
| | |
| | | bottom: 16px; |
| | | |
| | | .sl { |
| | | background: url(/img/icon/SL.jpg) no-repeat; |
| | | background: url(../../../public/img/icon/SL.jpg) no-repeat; |
| | | } |
| | | |
| | | .yx { |
| | | margin-left: 16px; |
| | | background: url(/img/icon/YX.jpg) no-repeat; |
| | | background: url(../../../public/img/icon/YX.jpg) no-repeat; |
| | | } |
| | | |
| | | .sl, |
| | |
| | | |
| | | li:nth-child(1) { |
| | | .icon { |
| | | background: url(/img/icon/nc.png) no-repeat; |
| | | background: url(../../../public/img/icon/nc.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | |
| | | |
| | | li:nth-child(3) { |
| | | .icon { |
| | | background: url(/img/icon/jk.png) no-repeat; |
| | | background: url(../../../public/img/icon/jk.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | | |
| | | li:nth-child(4) { |
| | | .icon { |
| | | background: url(/img/icon/tr.png) no-repeat; |
| | | background: url(../../../public/img/icon/tr.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | | |
| | | li:nth-child(5) { |
| | | .icon { |
| | | background: url(/img/icon/qx.png) no-repeat; |
| | | background: url(../../../public/img/icon/qx.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |
| | | |
| | | li:nth-child(6) { |
| | | .icon { |
| | | background: url(/img/icon/sz.png) no-repeat; |
| | | background: url(../../../public/img/icon/sz.png) no-repeat; |
| | | background-size: 100% 100%; |
| | | } |
| | | } |