You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
646 lines
18 KiB
646 lines
18 KiB
<template> |
|
<u-navbar title="工作台" placeholder border=true leftIcon=''></u-navbar> |
|
<view class="mabox" v-for="item in tablist"> |
|
<view class="boxtitl"> |
|
{{item.name}} |
|
</view> |
|
<view class="minboxlist"> |
|
<view @click="gopathpage(ite.router)" v-for="ite in item.minilist"> |
|
<image mode="widthFix" :src="ite.icon"></image> |
|
<view class="minboxlist_title">{{ite.name}}</view> |
|
</view> |
|
</view> |
|
</view> |
|
<tips ref="tip"></tips> |
|
<!-- <Tabber checkstate='home'></Tabber> --> |
|
</template> |
|
|
|
<script lang="ts" setup> |
|
import { |
|
onLoad, |
|
onShow, |
|
onHide, |
|
onUnload, |
|
onPullDownRefresh |
|
} from '@dcloudio/uni-app' |
|
import { |
|
appMenuroutes, |
|
appbuttons, |
|
AppPdaversiondetail |
|
} from "@/api/user.js" |
|
import { getImageCache } from '@/utils/cacheimg.js' |
|
import { listtype } from '@/interfaces/home/index' |
|
// import Tabber from '@/compoment/Tabber/Tabber.vue' |
|
import { inject, reactive, toRefs, watchEffect, ref } from "vue"; |
|
import utils from '@/utils/utils'; |
|
import useStorageStore from '@/store/useStorageStore'; |
|
import { storeToRefs } from 'pinia'; |
|
const storageStore = useStorageStore() |
|
const { HANDLE_GETSTORAGEINFO } = storageStore |
|
const { storageArr } = storeToRefs(storageStore) |
|
|
|
const tip = ref(null) |
|
// let details = reactive<listtype>({ tablist: [] }); |
|
let details = reactive<listtype>({ |
|
tablist: [ |
|
{ |
|
type: 1, |
|
name: '工作台', |
|
minilist: [ |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231016/440a01005f8333bcc76c1254a1d35570.png', |
|
name: '订单查询', |
|
router: '/pagesHome/pages/orderInquiry/orderInquiry', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png', |
|
name: '运单查询', |
|
router: '/pagesHome/pages/waybillInquiry/waybillInquiry', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png', |
|
name: '库位查询', |
|
router: '/pagesHome/pages/storageInquiry/storageInquiry', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png', |
|
name: '托盘查询', |
|
router: '/pagesHome/pages/trayInquiry/trayInquiry', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240103/81ac2b693232dd9968ec35c0fa3d21f2.png', |
|
name: '库存品查询', |
|
router: '/pagesHome/pages/inventoryInquiry/inventoryInquiry', |
|
}, |
|
{ |
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
name: '物料维护', |
|
router: '/pagesHome/pages/MaterialMaintenance/MaterialMaintenance', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240320/d22bc792f9deff3f106aafc590ec14fb.png', |
|
name: '库位列表', |
|
router: '/pagesHome/pages/StorageLocationList/StorageLocationList', |
|
}, |
|
{ |
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
name: '发起工单', |
|
router: '/pagesHome/pages/CreateAbnormalWorkOrder/CreateAbnormalWorkOrder', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '入库', |
|
minilist: [ |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/14451e54503266f168edf3651f2ab798.png', |
|
name: '码板打托', |
|
router: '/pagesHome/pages/codePlateBracket/codePlateBracket', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png', |
|
name: '入库扫描', |
|
router: '/pagesHome/pages/TranNumber/TranNumber', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/49254333c9c5c7aed6e9c8aab89c5998.png', |
|
name: '到车入库', |
|
router: '/pagesHome/pages/ArrivalList/ArrivalList', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/d4325e620aa324658da28d7cabc6f223.png', |
|
name: '预入库包件', |
|
router: '/pagesHome/pages/PreStoragePackage/PreStoragePackage', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '库内', |
|
minilist: [ |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/e2604b3c97ee6001f367df87e3d0fdd1.png', |
|
name: '分拣打托', |
|
router: '/pagesHome/pages/scansorting/scansorting', |
|
}, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '订单分拣', |
|
// router: '/pagesHome/pages/ordersorting/ordersorting', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '库存品分拣', |
|
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting', |
|
// }, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/03add918888d36ce0d566da120510840.png', |
|
name: '扫码上架', |
|
router: '/pagesHome/pages/ScanUpType/ScanUpType', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/7b7ca70b84ebf6a2f72e74300725132c.png', |
|
name: '手动上架', |
|
router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/7b7e477dd35483ca7628567c609657fc.png', |
|
name: '移库', |
|
router: '/pagesHome/pages/RelocationType/RelocationType', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/b104c036fc6b6af5b635cc619731db6f.png', |
|
name: '滞留', |
|
router: '/pagesHome/pages/Retention/Retention', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/ce45bb522069f1fd154ca964e66069c2.png', |
|
name: '合托', |
|
router: '/pagesHome/pages/MergeTray/MergeTray', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/91403695005c2c65ea2c9d4ddadac9c3.png', |
|
name: '下架', |
|
router: '/pagesHome/pages/DownGoodsType/DownGoodsType', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231017/4ae045f95dcd923e8e8a553ccb374471.png', |
|
name: '空置托盘', |
|
router: '/pagesHome/pages/RemoveTray/RemoveTray', |
|
}, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '复核', |
|
// router: '/pagesHome/pages/Check/Check', |
|
// }, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231217/5d3a466a54b62a60cfb9dc53b0f6ded1.png', |
|
name: '托盘数据同步', |
|
router: '/pagesHome/pages/SearchTray/SearchTray', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '出库', |
|
minilist: [ |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/b58252914de56c0e3da1bdc75ac51c07.png', |
|
name: '拣货扫描', |
|
router: '/pagesHome/pages/pickingScan/pickingScan', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/7a9648ffdefd77f7ab8bb7861a2473e7.png', |
|
name: '自提扫描', |
|
router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/e5562240ca21316b21306d17f9394abc.png', |
|
name: '配载装车', |
|
router: '/pagesHome/pages/StowageList/StowageList', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/d58281e6ba1845f313d85a119107e260.png', |
|
name: '中转装车', |
|
router: '/pagesHome/pages/RelayScanList/RelayScanList', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '配送', |
|
minilist: [ |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/1a9bbc8c842b8b7ef555d6cd79d421be.png', |
|
name: '装车扫描', |
|
router: '/pagesHome/pages/LoadingScan/LoadingScan', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20231012/6956f6950cfc291e01c038ea5e13f984.png', |
|
name: '签收扫描', |
|
router: '/pagesHome/pages/signinScan/signinScan', |
|
}, |
|
{ |
|
icon: 'http://47.108.51.143:9000/basic/upload/20240429/16a9b462df1546f2fa6159df00ade62e.png', |
|
name: '直发商家签收', |
|
router: '/pagesHome/pages/directGoMarket/directGoMarket', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '离线上传', |
|
minilist: [ |
|
{ |
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
name: '离线上传', |
|
router: '/pagesHome/pages/OfflineUpload/OfflineUpload', |
|
}, |
|
] |
|
}, |
|
{ |
|
type: 1, |
|
name: '考核', |
|
minilist: [ |
|
{ |
|
icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
name: '考核指标', |
|
router: '/pagesHome/pages/integral/integral', |
|
}, |
|
{ |
|
icon: 'http://8.137.14.82:9000/bladex/upload/20240117/fac9c4fd6c4f0bee599417fc8fbbee62.png', |
|
name: '我的考核', |
|
router: '/pagesHome/pages/integralMy/integralMy', |
|
}, |
|
] |
|
}, |
|
] |
|
}) |
|
|
|
function gopathpage(path : string) { |
|
uni.navigateTo({ |
|
url: path |
|
}) |
|
} |
|
|
|
async function init() { |
|
let tabber = uni.getStorageSync('homerouter') |
|
if (tabber) { |
|
details.tablist = tabber |
|
return |
|
} |
|
let res = await appMenuroutes({}) |
|
console.log(res, '-------------'); |
|
console.log('刷新后') |
|
if (res.code == 200) { |
|
//读取并处理缓存图标并把菜单写入缓存 |
|
getimgcache(res.data) |
|
// 本地强行写入菜单 |
|
// details.tablist = [ |
|
// { |
|
// type: 1, |
|
// name: '库内', |
|
// minilist: [ |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '订单分拣', |
|
// router: '/pagesHome/pages/ordersorting/ordersorting', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '库存品分拣', |
|
// router: '/pagesHome/pages/lnventorysorting/lnventorysorting', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '扫码上架', |
|
// router: '/pagesHome/pages/ScanUpType/ScanUpType', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '手动上架', |
|
// router: '/pagesHome/pages/PeopleScanUpType/PeopleScanUpType', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '移库', |
|
// router: '/pagesHome/pages/RelocationType/RelocationType', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '滞留', |
|
// router: '/pagesHome/pages/Retention/Retention', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '合托', |
|
// router: '/pagesHome/pages/MergeTray/MergeTray', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '下架', |
|
// router: '/pagesHome/pages/DownGoodsType/DownGoodsType', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '空置托盘', |
|
// router: '/pagesHome/pages/RemoveTray/RemoveTray', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '复核', |
|
// router: '/pagesHome/pages/Check/Check', |
|
// }, |
|
// ] |
|
// }, |
|
// { |
|
// type: 1, |
|
// name: '出库', |
|
// minilist: [ |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '拣货扫描', |
|
// router: '/pagesHome/pages/pickingScan/pickingScan', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '自提扫描', |
|
// router: '/pagesHome/pages/SelfPickupScan/SelfPickupScan', |
|
// }, |
|
// ] |
|
// }, |
|
// { |
|
// type: 1, |
|
// name: '配送', |
|
// minilist: [ |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '装车扫描', |
|
// router: '/pagesHome/pages/LoadingScan/LoadingScan', |
|
// }, |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '签收扫描', |
|
// router: '/pagesHome/pages/signinScan/signinScan', |
|
// }, |
|
// ] |
|
// }, |
|
// { |
|
// type: 1, |
|
// name: '离线上传', |
|
// minilist: [ |
|
// { |
|
// icon: 'http://htys.oss-cn-chengdu.aliyuncs.com/htys/afb031efec7d2f8620ee68c71f87a80e.png', |
|
// name: '离线上传', |
|
// router: '/pagesHome/pages/OfflineUpload/OfflineUpload', |
|
// }, |
|
// ] |
|
// }, |
|
// ] |
|
} else { |
|
uni.showToast({ |
|
title: res.msg, |
|
icon: 'none' |
|
}) |
|
} |
|
} |
|
async function initbuts() { |
|
let authbut = uni.getStorageSync('authbuts') |
|
console.log('authbut :>> ', authbut); |
|
if (authbut) { |
|
return |
|
} |
|
let butres = await appbuttons({}) |
|
console.log(butres.data); |
|
let qxan = [] |
|
butres.data.map(item => { |
|
item.children.map(ite => { |
|
qxan.push({ name: ite.name, code: ite.code }) |
|
}) |
|
}) |
|
uni.setStorageSync('authbuts', qxan) |
|
} |
|
onShow(() => { |
|
// #ifdef APP |
|
updateApp() |
|
// #endif |
|
|
|
init() |
|
|
|
// 获取按钮权限 |
|
initbuts() |
|
|
|
}) |
|
onLoad(() => { |
|
// 获取本仓库位信息 |
|
if (storageArr.value.length === 0) HANDLE_GETSTORAGEINFO() |
|
// initbuts() |
|
}) |
|
|
|
// 下拉刷新 |
|
onPullDownRefresh(async () => { |
|
await Promise.all([init(), initbuts(), HANDLE_GETSTORAGEINFO()]) |
|
console.log('123 :>> ', 123); |
|
// 关闭刷新动画 |
|
uni.stopPullDownRefresh() |
|
}) |
|
|
|
function print() { |
|
// #ifdef APP |
|
const util = (inject('utils') as any) |
|
let text = '! 0 200 200 500 1\r\n' |
|
text += 'SETBOLD 2\r\n' |
|
text += `T 56 0 0 0 OPLYA成都市230700015YA7\r\n` |
|
text += 'LINE 0 50 420 50 3\r\n' |
|
text += `T 55 0 0 60 客户\r\n` |
|
text += 'LINE 40 50 40 110 3\r\n' |
|
text += `T 55 0 50 60 客户名称\r\n` |
|
text += 'LINE 40 80 420 80 3\r\n' |
|
text += `T 55 0 50 90 四川成都龙泉驿西河镇\r\n` |
|
text += 'LINE 0 110 420 110 3\r\n' |
|
text += `T 55 0 0 120 物料\r\n` |
|
text += 'LINE 40 110 40 140 3\r\n' |
|
text += `T 55 0 60 120 物料名称31\r\n` |
|
text += 'LINE 0 140 420 140 3\r\n' |
|
text += 'B QR 150 150 M 2 U 4\r\n' |
|
text += 'MA,123141515215212\r\n' |
|
text += 'ENDQR\r\n' |
|
text += `T 55 0 140 260 123141515215212\r\n` |
|
text += 'PRINT\r\n' |
|
|
|
|
|
// let text='! 0 200 200 500 1\r\n' |
|
// text+='SETBOLD 2\r\n' |
|
// text+='B QR 80 40 M 2 U 8\r\n' |
|
// text+='MA,TESTCodeBJ2308020043\r\n' |
|
// text+='ENDQR\r\n' |
|
// text+=`T 56 0 15 280 TESTCodeBJ2308020043\r\n` |
|
// text+='PRINT\r\n' |
|
let sylist = util.initbl() |
|
console.log(sylist); |
|
sylist.map(item => { |
|
console.log(item); |
|
if (item.uuids) { |
|
util.getbl(item, text) |
|
} |
|
}) |
|
// #endif |
|
} |
|
watchEffect(() => { |
|
if (details.tablist.length > 0) { |
|
uni.setStorageSync('homerouter', details.tablist) |
|
} |
|
}) |
|
async function getimgcache(data) { |
|
let maxarr = [] |
|
// 首页菜单 |
|
if (!data[0]) return |
|
for (let item of data[0].children) { |
|
let arr = { |
|
type: 1, |
|
name: item.name, |
|
minilist: [] |
|
} |
|
for (let ite of item.children) { |
|
|
|
let result = null; |
|
if (ite.source != null) { |
|
result = await getImageCache(ite.source) |
|
} |
|
|
|
let obj = { |
|
icon: result, |
|
name: ite.name, |
|
router: ite.path |
|
} |
|
arr.minilist.push(obj) |
|
} |
|
maxarr.push(arr) |
|
} |
|
details.tablist = maxarr |
|
|
|
const _taskArr = [] |
|
// 任务菜单 |
|
for (let item of data[1].children) { |
|
let arr = { |
|
type: 1, |
|
name: item.name, |
|
minilist: [] |
|
} |
|
|
|
if (item.children) { |
|
for (let ite of item.children) { |
|
|
|
let result = null; |
|
if (ite.source != null) { |
|
result = await getImageCache(ite.source) |
|
} |
|
|
|
let obj = { |
|
icon: result, |
|
name: ite.name, |
|
router: ite.path |
|
} |
|
arr.minilist.push(obj) |
|
} |
|
|
|
} else { |
|
let result = null; |
|
if (item.source != null) { |
|
result = await getImageCache(item.source) |
|
} |
|
|
|
let obj = { |
|
icon: result, |
|
name: item.name, |
|
router: item.path |
|
} |
|
arr.minilist.push(obj) |
|
} |
|
|
|
_taskArr.push(arr) |
|
} |
|
uni.setStorageSync('taskMenu', _taskArr) |
|
console.log(details.tablist); |
|
} |
|
|
|
/** 检测程序更新 */ |
|
async function updateApp() { |
|
let version = await utils.getversion() |
|
// let version = { |
|
// version: '1.0.9', |
|
// pkName: 'com.hwy.pda' |
|
// } |
|
let data = { |
|
betenantCode: uni.getStorageSync('userinfo').tenant_id, |
|
versionCode: version.version.split('.').join(''), |
|
versionType: version.pkName.indexOf('test') != -1 ? '1' : version.pkName.indexOf('bate') != -1 ? '2' : '3', |
|
} |
|
console.log('data', data); |
|
let response = await AppPdaversiondetail(data, { isShowLoading: false }) |
|
if (response.code == 200 && response.data) { |
|
console.log(response.data); |
|
console.log('有可更新包'); |
|
if (response.data.noSensation == '2' && response.data.link.indexOf('wgt') != -1) { |
|
utils.updatefile1(response.data.link) |
|
} else { |
|
tip.value.setdetails({ |
|
title: '提示', |
|
content: '检测到有新版本,请问是否更新?', |
|
confirmTxt: '更新', |
|
isshow: true, |
|
isshowcancel: true, |
|
success: async () => { |
|
utils.updatefile(response.data.link) |
|
tip.value.setisshow(false) |
|
}, |
|
cancel: () => { |
|
tip.value.setisshow(false) |
|
if (response.data.isUpdates == '2') { |
|
plus.runtime.quit(); |
|
} |
|
}, |
|
close: () => { |
|
tip.value.setisshow(false) |
|
if (response.data.isUpdates == '2') { |
|
plus.runtime.quit(); |
|
} |
|
} |
|
}) |
|
} |
|
} |
|
} |
|
const { tablist } = toRefs(details) |
|
</script> |
|
|
|
<style lang="scss"> |
|
.mabox { |
|
display: flex; |
|
flex-direction: column; |
|
// padding: 10upx 0; |
|
box-sizing: border-box; |
|
width: 686upx; |
|
margin: auto; |
|
background-color: #ffffff; |
|
margin-bottom: 10upx; |
|
margin-top: 10upx; |
|
border-radius: 10upx; |
|
box-shadow: 0rpx 2rpx 10rpx 0rpx #e2e2e380; |
|
|
|
.boxtitl { |
|
font-size: 30upx; |
|
font-weight: 500; |
|
margin-bottom: 10upx; |
|
// margin-left: 10upx; |
|
border-bottom: 2upx solid #EEEEEE; |
|
padding: 20upx; |
|
// padding-bottom: 0upx; |
|
color: #092C4D; |
|
} |
|
|
|
.minboxlist { |
|
display: flex; |
|
flex-wrap: wrap; |
|
align-items: center; |
|
// justify-content: space-between; |
|
padding: 10upx 0; |
|
|
|
>view { |
|
width: 25%; |
|
display: flex; |
|
flex-direction: column; |
|
align-items: center; |
|
margin-bottom: 15upx; |
|
|
|
>image { |
|
width: 100upx; |
|
} |
|
|
|
>view { |
|
font-size: 26upx; |
|
} |
|
} |
|
} |
|
} |
|
</style> |