门户首页-能力汇聚:基础设施,保留视频资源,单兵,无人机
This commit is contained in:
parent
8f56c1680d
commit
495ed477f8
|
@ -8,65 +8,40 @@
|
||||||
<div class="bottom">
|
<div class="bottom">
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="zj">组件服务</div>
|
<div class="zj">组件服务</div>
|
||||||
<div
|
<div class="name" v-for="(item, index) in zjList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
|
||||||
class="name"
|
@click="selectOne(item.id)">
|
||||||
v-for="(item, index) in zjList"
|
|
||||||
:key="item.id"
|
|
||||||
:class="index == 4 ? 'name-last' : ''"
|
|
||||||
@click="selectOne(item.id)"
|
|
||||||
>
|
|
||||||
{{ index + 1 }}-{{ item.name }}
|
{{ index + 1 }}-{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" @click="jumpPage('组件服务')">查看更多</div>
|
<div class="btn" @click="jumpPage('组件服务')">查看更多</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="yy">应用资源</div>
|
<div class="yy">应用资源</div>
|
||||||
<div
|
<div class="name" v-for="(item, index) in yyList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
|
||||||
class="name"
|
@click="selectOne(item.id)">
|
||||||
v-for="(item, index) in yyList"
|
|
||||||
:key="item.id"
|
|
||||||
:class="index == 4 ? 'name-last' : ''"
|
|
||||||
@click="selectOne(item.id)"
|
|
||||||
>
|
|
||||||
{{ index + 1 }}-{{ item.name }}
|
{{ index + 1 }}-{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" @click="jumpPage('应用资源')">查看更多</div>
|
<div class="btn" @click="jumpPage('应用资源')">查看更多</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="jc">基础设施</div>
|
<div class="jc">基础设施</div>
|
||||||
<div
|
<div class="name" v-for="(item, index) in jcList" :key="item.name" :class="index == 2 ? 'name-last' : ''"
|
||||||
class="name"
|
@click="selectOne2(item.name)">
|
||||||
v-for="(item, index) in jcList"
|
|
||||||
:key="item.name"
|
|
||||||
:class="index == 2 ? 'name-last' : ''"
|
|
||||||
@click="selectOne2(item.name)"
|
|
||||||
>
|
|
||||||
{{ item.name + '-' + item.num + '项' }}
|
{{ item.name + '-' + item.num + '项' }}
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" @click="jumpPage('基础设施')">查看更多</div>
|
<div class="btn" @click="jumpPage('基础设施')">查看更多</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="sj">数据资源</div>
|
<div class="sj">数据资源</div>
|
||||||
<div
|
<div class="name" v-for="(item, index) in sjList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
|
||||||
class="name"
|
@click="selectOne3(item.name)">
|
||||||
v-for="(item, index) in sjList"
|
|
||||||
:key="item.id"
|
|
||||||
:class="index == 4 ? 'name-last' : ''"
|
|
||||||
@click="selectOne3(item.name)"
|
|
||||||
>
|
|
||||||
{{ index + 1 }}-{{ item.name }}
|
{{ index + 1 }}-{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" @click="jumpPage('数据资源')">查看更多</div>
|
<div class="btn" @click="jumpPage('数据资源')">查看更多</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item">
|
<div class="item">
|
||||||
<div class="zs">知识库</div>
|
<div class="zs">知识库</div>
|
||||||
<div
|
<div class="name" v-for="(item, index) in zsList" :key="item.id" :class="index == 4 ? 'name-last' : ''"
|
||||||
class="name"
|
@click="openHref(item)">
|
||||||
v-for="(item, index) in zsList"
|
|
||||||
:key="item.id"
|
|
||||||
:class="index == 4 ? 'name-last' : ''"
|
|
||||||
@click="openHref(item)"
|
|
||||||
>
|
|
||||||
{{ index + 1 }}-{{ item.name }}
|
{{ index + 1 }}-{{ item.name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="btn" @click="jumpPage('知识库')">查看更多</div>
|
<div class="btn" @click="jumpPage('知识库')">查看更多</div>
|
||||||
|
@ -76,220 +51,261 @@
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import {
|
import {
|
||||||
pageWithAttrs,
|
pageWithAttrs,
|
||||||
getDataResource,
|
getDataResource,
|
||||||
selectInfrastructureList,
|
selectInfrastructureList,
|
||||||
} from '@/api/home.js'
|
} from '@/api/home.js'
|
||||||
import { ref, reactive } from 'vue'
|
import { ref, reactive } from 'vue'
|
||||||
import { useRouter } from 'vue-router'
|
import { useRouter } from 'vue-router'
|
||||||
import { useStore } from 'vuex'
|
import { useStore } from 'vuex'
|
||||||
import { updateVisits, browsingInsert } from '@/api/home'
|
import { updateVisits, browsingInsert, getSoldierList } from '@/api/home'
|
||||||
import mybus from '@/myplugins/mybus'
|
import { message, Upload } from 'ant-design-vue'
|
||||||
const store = useStore()
|
import mybus from '@/myplugins/mybus'
|
||||||
const router = useRouter()
|
const store = useStore()
|
||||||
const zjList = ref([])
|
const router = useRouter()
|
||||||
const jcList = ref([])
|
const zjList = ref([])
|
||||||
const sjList = ref([])
|
const jcList = ref([])
|
||||||
const yyList = ref([])
|
const sjList = ref([])
|
||||||
// 知识库模块数据
|
const yyList = ref([])
|
||||||
const zsList = ref([])
|
// 知识库模块数据
|
||||||
// const jcList = ref([])
|
const zsList = ref([])
|
||||||
const paramsGetResources = {
|
// const jcList = ref([])
|
||||||
districtId: '',
|
const paramsGetResources = {
|
||||||
pageNum: 1,
|
districtId: '',
|
||||||
pageSize: 5,
|
pageNum: 1,
|
||||||
type: '',
|
pageSize: 5,
|
||||||
name: '',
|
type: '',
|
||||||
infoList: [],
|
name: '',
|
||||||
orderField: 'total', // total 综合 visits 访问量 applyCount 申请量 score 评分 collectCount 收藏量
|
infoList: [],
|
||||||
orderType: 'DESC', // ASC 升序 DESC 降序
|
orderField: 'total', // total 综合 visits 访问量 applyCount 申请量 score 评分 collectCount 收藏量
|
||||||
}
|
orderType: 'DESC', // ASC 升序 DESC 降序
|
||||||
console.log('dataShowdev==========================>', whoShow)
|
}
|
||||||
// eslint-disable-next-line no-undef
|
console.log('dataShowdev==========================>', whoShow)
|
||||||
const whoShow1 = ref(whoShow)
|
// eslint-disable-next-line no-undef
|
||||||
const interfaceSuccess = ref(0)
|
const whoShow1 = ref(whoShow)
|
||||||
const object = reactive({
|
const interfaceSuccess = ref(0)
|
||||||
yyNum: '',
|
const object = reactive({
|
||||||
zjNum: '',
|
yyNum: '',
|
||||||
jcNum: '',
|
zjNum: '',
|
||||||
sjNum: '',
|
jcNum: '',
|
||||||
zsNum: '',
|
sjNum: '',
|
||||||
})
|
zsNum: '',
|
||||||
const getAppResources = (type, obj) => {
|
})
|
||||||
paramsGetResources.type = type
|
const getAppResources = (type, obj) => {
|
||||||
if (type === '数据资源' && !whoShow1.value.itShowBaoTou) {
|
paramsGetResources.type = type
|
||||||
getDataResource({
|
if (type === '数据资源' && !whoShow1.value.itShowBaoTou) {
|
||||||
serviceName: paramsGetResources.name || '', //资源名称
|
getDataResource({
|
||||||
orderField: whoShow1.value.itShowQingDao ? 'fbrq' : 'createTime', //排序字段
|
serviceName: paramsGetResources.name || '', //资源名称
|
||||||
orderType: paramsGetResources.orderType.toLowerCase(), //排序方式:desc,asc
|
orderField: whoShow1.value.itShowQingDao ? 'fbrq' : 'createTime', //排序字段
|
||||||
pageNum: paramsGetResources.pageNum, //页码
|
orderType: paramsGetResources.orderType.toLowerCase(), //排序方式:desc,asc
|
||||||
pageSize: paramsGetResources.pageSize, //分页大小
|
pageNum: paramsGetResources.pageNum, //页码
|
||||||
}).then((res) => {
|
pageSize: paramsGetResources.pageSize, //分页大小
|
||||||
console.log('数据资源==================>', res.data.data)
|
}).then((res) => {
|
||||||
if (whoShow1.value.itShowQingDao) {
|
console.log('数据资源==================>', res.data.data)
|
||||||
res.data.data.data.forEach((val) => {
|
if (whoShow1.value.itShowQingDao) {
|
||||||
val.id = val.guid // id
|
res.data.data.data.forEach((val) => {
|
||||||
val.name = val.zyname // 名字
|
val.id = val.guid // id
|
||||||
val.sjlCount = val.sjcczl // 数据量
|
val.name = val.zyname // 名字
|
||||||
val.applyCount = val.syqk // 申请量
|
val.sjlCount = val.sjcczl // 数据量
|
||||||
val.deptName = val.TGBM // 部门
|
val.applyCount = val.syqk // 申请量
|
||||||
val.createDate = val.fbrq // 发布时间
|
val.deptName = val.TGBM // 部门
|
||||||
val.description = val.xgxt // 描述
|
val.createDate = val.fbrq // 发布时间
|
||||||
})
|
val.description = val.xgxt // 描述
|
||||||
obj.value = res.data.data.data || []
|
})
|
||||||
object.sjNum = res.data.data.rows
|
obj.value = res.data.data.data || []
|
||||||
// interfaceSuccess.value++
|
object.sjNum = res.data.data.rows
|
||||||
// if (interfaceSuccess.value == 5) {
|
// interfaceSuccess.value++
|
||||||
// mybus.emit('chagneNum', object)
|
// if (interfaceSuccess.value == 5) {
|
||||||
// }
|
// mybus.emit('chagneNum', object)
|
||||||
} else if (whoShow1.value.itShowXiHaiAn) {
|
// }
|
||||||
res.data.data.list.forEach((val) => {
|
} else if (whoShow1.value.itShowXiHaiAn) {
|
||||||
val.id = val.serviceId // id
|
res.data.data.list.forEach((val) => {
|
||||||
val.name = val.serviceName // 名字
|
val.id = val.serviceId // id
|
||||||
val.sjlCount = val.requestQuantity // 数据量
|
val.name = val.serviceName // 名字
|
||||||
val.applyCount = val.requestCount // 申请量
|
val.sjlCount = val.requestQuantity // 数据量
|
||||||
val.deptName = val.departmentName // 部门
|
val.applyCount = val.requestCount // 申请量
|
||||||
val.createTime = val.createTime.split('.')[0]
|
val.deptName = val.departmentName // 部门
|
||||||
val.createDate = val.createTime // 发布时间
|
val.createTime = val.createTime.split('.')[0]
|
||||||
})
|
val.createDate = val.createTime // 发布时间
|
||||||
obj.value = res.data.data.list || []
|
})
|
||||||
object.sjNum = res.data.data.total
|
obj.value = res.data.data.list || []
|
||||||
// interfaceSuccess.value++
|
object.sjNum = res.data.data.total
|
||||||
// if (interfaceSuccess.value == 5) {
|
// interfaceSuccess.value++
|
||||||
// mybus.emit('chagneNum', object)
|
// if (interfaceSuccess.value == 5) {
|
||||||
// }
|
// mybus.emit('chagneNum', object)
|
||||||
}
|
// }
|
||||||
})
|
}
|
||||||
} else {
|
})
|
||||||
let type = paramsGetResources.type
|
} else {
|
||||||
if (type == '基础设施') {
|
let type = paramsGetResources.type
|
||||||
selectInfrastructureList().then((res) => {
|
if (type == '基础设施') {
|
||||||
console.log('基础设施==========>', res.data.data)
|
jcList.value = []
|
||||||
for (const key in res.data.data) {
|
selectInfrastructureList().then((res) => {
|
||||||
|
console.log('基础设施==========>', res.data.data)
|
||||||
|
for (const key in res.data.data) {
|
||||||
|
if (whoShow1.value.itShowXiHaiAn) {
|
||||||
|
if (key === '视频资源') {
|
||||||
|
jcList.value.push({
|
||||||
|
name: key,
|
||||||
|
num: res.data.data[key],
|
||||||
|
})
|
||||||
|
}
|
||||||
|
} else {
|
||||||
jcList.value.push({
|
jcList.value.push({
|
||||||
name: key,
|
name: key,
|
||||||
num: res.data.data[key],
|
num: res.data.data[key],
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
if (uavAndIndividualSoldier.num) {
|
}
|
||||||
|
// 西海岸-单兵设备、无人机 获取数量
|
||||||
|
if (whoShow1.value.itShowXiHaiAn) {
|
||||||
|
getSoldierData('无人机').then(res => {
|
||||||
|
let { total = 0 } = res.data.data;
|
||||||
jcList.value.push({
|
jcList.value.push({
|
||||||
name: '无人机',
|
name: '无人机',
|
||||||
num: uavAndIndividualSoldier.uavList.length,
|
num: total,
|
||||||
})
|
})
|
||||||
|
})
|
||||||
|
getSoldierData('单兵设备').then(res => {
|
||||||
|
let { total = 0 } = res.data.data;
|
||||||
jcList.value.push({
|
jcList.value.push({
|
||||||
name: '单兵设备',
|
name: '单兵设备',
|
||||||
num: uavAndIndividualSoldier.individualSoldier.length,
|
num: total,
|
||||||
})
|
})
|
||||||
}
|
})
|
||||||
})
|
}
|
||||||
} else {
|
})
|
||||||
pageWithAttrs(paramsGetResources).then((res) => {
|
} else {
|
||||||
console.log('object个数======>', type)
|
pageWithAttrs(paramsGetResources).then((res) => {
|
||||||
obj.value = res.data.data.records
|
console.log('object个数======>', type)
|
||||||
switch (type) {
|
obj.value = res.data.data.records
|
||||||
case '组件服务':
|
switch (type) {
|
||||||
assignmentMethod('zjNum', res)
|
case '组件服务':
|
||||||
break
|
assignmentMethod('zjNum', res)
|
||||||
case '应用资源':
|
break
|
||||||
assignmentMethod('yyNum', res)
|
case '应用资源':
|
||||||
break
|
assignmentMethod('yyNum', res)
|
||||||
case '基础设施':
|
break
|
||||||
assignmentMethod('jcNum', res)
|
case '基础设施':
|
||||||
break
|
assignmentMethod('jcNum', res)
|
||||||
case '知识库':
|
break
|
||||||
assignmentMethod('zsNum', res)
|
case '知识库':
|
||||||
break
|
assignmentMethod('zsNum', res)
|
||||||
}
|
break
|
||||||
})
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
const openHref = (item) => {
|
|
||||||
console.log(item.id, 'wowowo')
|
|
||||||
console.log(item.visits, 'wowowo')
|
|
||||||
browsingInsert({ resourceId: item.id }).then((res) => {
|
|
||||||
// console.log(res)
|
|
||||||
})
|
|
||||||
const arrList = ref([])
|
|
||||||
arrList.value = JSON.parse(window.sessionStorage.getItem('visits'))
|
|
||||||
if (arrList.value.indexOf(item.id) === -1) {
|
|
||||||
arrList.value.push(item.id)
|
|
||||||
updateVisits({
|
|
||||||
id: item.id,
|
|
||||||
visits: item.visits || '0',
|
|
||||||
}).then(() => {
|
|
||||||
window.sessionStorage.setItem('visits', JSON.stringify(arrList.value))
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
window.open(item.link)
|
|
||||||
// window.open(
|
|
||||||
// window.SITE_CONFIG.previewUrl +
|
|
||||||
// 'hisense_office/onlinePreview?url=' +
|
|
||||||
// btoa(encodeURI(item.fileHref))
|
|
||||||
// )
|
|
||||||
}
|
}
|
||||||
const assignmentMethod = (type, res) => {
|
}
|
||||||
object[type] = res.data.data.total
|
|
||||||
// interfaceSuccess.value++
|
|
||||||
// console.log('object个数======>', object, interfaceSuccess.value, type)
|
|
||||||
// if (interfaceSuccess.value >= 4) {
|
|
||||||
// mybus.emit('chagneNum', object)
|
|
||||||
// }
|
|
||||||
}
|
|
||||||
getAppResources('组件服务', zjList)
|
|
||||||
getAppResources('应用资源', yyList)
|
|
||||||
getAppResources('基础设施', jcList)
|
|
||||||
getAppResources('数据资源', sjList)
|
|
||||||
getAppResources('知识库', zsList)
|
|
||||||
|
|
||||||
function jumpPage(type) {
|
// todo 获取无人机、单兵设备
|
||||||
// 点击内存入store
|
const getSoldierData = (name) => {
|
||||||
store.commit('home/selectCardsData', {
|
let _params = {
|
||||||
selectCardsnum: type,
|
type: name,
|
||||||
|
page: 1,
|
||||||
|
limit: 10,
|
||||||
|
}
|
||||||
|
return new Promise((resolve, reject) => {
|
||||||
|
getSoldierList(_params).then(res => {
|
||||||
|
resolve(res)
|
||||||
|
console.log('res---获取无人机、单兵设备--------->', res);
|
||||||
|
if (res.data.code !== 0) {
|
||||||
|
return message.error(res.data.msg)
|
||||||
|
}
|
||||||
|
|
||||||
|
console.log('total------------>', total);
|
||||||
|
}).catch(err => {
|
||||||
|
reject(err)
|
||||||
|
message.error(err)
|
||||||
})
|
})
|
||||||
console.log(
|
})
|
||||||
'选中===================>',
|
}
|
||||||
store.getters['home/selectCardsnum']
|
|
||||||
)
|
const openHref = (item) => {
|
||||||
// router.push({ path: '/DetailsPageconetent' })
|
console.log(item.id, 'wowowo')
|
||||||
router.push({
|
console.log(item.visits, 'wowowo')
|
||||||
path: '/DetailsPageconetent',
|
browsingInsert({ resourceId: item.id }).then((res) => {
|
||||||
query: {
|
// console.log(res)
|
||||||
select: type,
|
})
|
||||||
},
|
const arrList = ref([])
|
||||||
})
|
arrList.value = JSON.parse(window.sessionStorage.getItem('visits'))
|
||||||
}
|
if (arrList.value.indexOf(item.id) === -1) {
|
||||||
const selectOne = (id) => {
|
arrList.value.push(item.id)
|
||||||
console.log('点击===============》', id)
|
updateVisits({
|
||||||
router.push({
|
id: item.id,
|
||||||
path: '/details',
|
visits: item.visits || '0',
|
||||||
query: {
|
}).then(() => {
|
||||||
id: id,
|
window.sessionStorage.setItem('visits', JSON.stringify(arrList.value))
|
||||||
},
|
|
||||||
})
|
|
||||||
}
|
|
||||||
const selectOne2 = (name) => {
|
|
||||||
console.log('点击===============》', name)
|
|
||||||
router.push({
|
|
||||||
path: '/DetailsPageconetent',
|
|
||||||
query: {
|
|
||||||
type: name,
|
|
||||||
select: '基础设施',
|
|
||||||
},
|
|
||||||
})
|
|
||||||
}
|
|
||||||
const selectOne3 = (name) => {
|
|
||||||
console.log('点击===============》', name)
|
|
||||||
router.push({
|
|
||||||
path: '/DetailsPageconetent',
|
|
||||||
query: {
|
|
||||||
str: name,
|
|
||||||
select: '数据资源',
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
window.open(item.link)
|
||||||
|
// window.open(
|
||||||
|
// window.SITE_CONFIG.previewUrl +
|
||||||
|
// 'hisense_office/onlinePreview?url=' +
|
||||||
|
// btoa(encodeURI(item.fileHref))
|
||||||
|
// )
|
||||||
|
}
|
||||||
|
const assignmentMethod = (type, res) => {
|
||||||
|
object[type] = res.data.data.total
|
||||||
|
// interfaceSuccess.value++
|
||||||
|
// console.log('object个数======>', object, interfaceSuccess.value, type)
|
||||||
|
// if (interfaceSuccess.value >= 4) {
|
||||||
|
// mybus.emit('chagneNum', object)
|
||||||
|
// }
|
||||||
|
}
|
||||||
|
getAppResources('组件服务', zjList)
|
||||||
|
getAppResources('应用资源', yyList)
|
||||||
|
getAppResources('基础设施', jcList)
|
||||||
|
getAppResources('数据资源', sjList)
|
||||||
|
getAppResources('知识库', zsList)
|
||||||
|
|
||||||
|
function jumpPage(type) {
|
||||||
|
// 点击内存入store
|
||||||
|
store.commit('home/selectCardsData', {
|
||||||
|
selectCardsnum: type,
|
||||||
|
})
|
||||||
|
console.log(
|
||||||
|
'选中===================>',
|
||||||
|
store.getters['home/selectCardsnum']
|
||||||
|
)
|
||||||
|
// router.push({ path: '/DetailsPageconetent' })
|
||||||
|
router.push({
|
||||||
|
path: '/DetailsPageconetent',
|
||||||
|
query: {
|
||||||
|
select: type,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
const selectOne = (id) => {
|
||||||
|
console.log('点击===============》', id)
|
||||||
|
router.push({
|
||||||
|
path: '/details',
|
||||||
|
query: {
|
||||||
|
id: id,
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
const selectOne2 = (name) => {
|
||||||
|
console.log('点击===============》', name)
|
||||||
|
router.push({
|
||||||
|
path: '/DetailsPageconetent',
|
||||||
|
query: {
|
||||||
|
type: name,
|
||||||
|
select: '基础设施',
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
|
const selectOne3 = (name) => {
|
||||||
|
console.log('点击===============》', name)
|
||||||
|
router.push({
|
||||||
|
path: '/DetailsPageconetent',
|
||||||
|
query: {
|
||||||
|
str: name,
|
||||||
|
select: '数据资源',
|
||||||
|
},
|
||||||
|
})
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
.capability-convergence {
|
.capability-convergence {
|
||||||
|
@ -298,12 +314,14 @@
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
width: 13rem;
|
width: 13rem;
|
||||||
margin-top: 1.8rem;
|
margin-top: 1.8rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
|
|
||||||
.top {
|
.top {
|
||||||
font-size: 0.3rem;
|
font-size: 0.3rem;
|
||||||
color: #212121;
|
color: #212121;
|
||||||
|
@ -313,6 +331,7 @@
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
.line {
|
.line {
|
||||||
width: 0.34rem;
|
width: 0.34rem;
|
||||||
height: 0.03rem;
|
height: 0.03rem;
|
||||||
|
@ -320,10 +339,12 @@
|
||||||
margin-top: 0.08rem;
|
margin-top: 0.08rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
margin-top: 0.4rem;
|
margin-top: 0.4rem;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
width: 2.44rem;
|
width: 2.44rem;
|
||||||
height: 3.91rem;
|
height: 3.91rem;
|
||||||
|
@ -332,6 +353,7 @@
|
||||||
border-radius: 0.02rem;
|
border-radius: 0.02rem;
|
||||||
box-shadow: 0 0.05rem 0.2rem #ccc;
|
box-shadow: 0 0.05rem 0.2rem #ccc;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
div:nth-of-type(1) {
|
div:nth-of-type(1) {
|
||||||
height: 1.02rem;
|
height: 1.02rem;
|
||||||
line-height: 1.02rem;
|
line-height: 1.02rem;
|
||||||
|
@ -340,21 +362,27 @@
|
||||||
padding-left: 0.15rem;
|
padding-left: 0.15rem;
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.jc {
|
.jc {
|
||||||
background: url('~@/assets/newHome/Convergence-jc.png') no-repeat;
|
background: url('~@/assets/newHome/Convergence-jc.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sj {
|
.sj {
|
||||||
background: url('~@/assets/newHome/Convergence-sj.png') no-repeat;
|
background: url('~@/assets/newHome/Convergence-sj.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zj {
|
.zj {
|
||||||
background: url('~@/assets/newHome/Convergence-zj.png') no-repeat;
|
background: url('~@/assets/newHome/Convergence-zj.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.yy {
|
.yy {
|
||||||
background: url('~@/assets/newHome/Convergence-yy.png') no-repeat;
|
background: url('~@/assets/newHome/Convergence-yy.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.zs {
|
.zs {
|
||||||
background: url('~@/assets/newHome/Convergence-zs.png') no-repeat;
|
background: url('~@/assets/newHome/Convergence-zs.png') no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name {
|
.name {
|
||||||
height: 0.47rem;
|
height: 0.47rem;
|
||||||
line-height: 0.47rem;
|
line-height: 0.47rem;
|
||||||
|
@ -367,13 +395,16 @@
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
word-break: break-all;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name:hover {
|
.name:hover {
|
||||||
color: #0058e1;
|
color: #0058e1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.name-last {
|
.name-last {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
width: 0.8rem;
|
width: 0.8rem;
|
||||||
|
@ -388,11 +419,13 @@
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0.2rem;
|
bottom: 0.2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn:hover {
|
.btn:hover {
|
||||||
background: rgba(0, 88, 225, 0.3);
|
background: rgba(0, 88, 225, 0.3);
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.item:hover {
|
.item:hover {
|
||||||
border-radius: 0.02rem;
|
border-radius: 0.02rem;
|
||||||
border: 0.01rem solid #0058e1;
|
border: 0.01rem solid #0058e1;
|
||||||
|
|
Loading…
Reference in New Issue