<template>
|
<view class="homepage">
|
<view class="width overflow">
|
<cu-custom bgColor="#fabd01">
|
<block slot="backText">
|
</block>
|
<block slot="content">
|
<view class="" style="color: #fff;">
|
首页
|
</view>
|
</block>
|
<block slot="right">
|
<u-icon name="list" class="margin_left30rpx" style="color: #fff;font-size: 33px;" @click="out">
|
</u-icon>
|
</block>
|
</cu-custom>
|
<!-- <view class="flex align-center margin_bottom10rpx">
|
<view class="background_fff flex align-center width80 radius justify-start padding_right10rpx"
|
style="height: 33px;margin-left: 15px;">
|
<u-icon name="search" color="#cacaca" class="padding_left10rpx padding_right10rpx"></u-icon>
|
<u-input />
|
<button style="height: 30px;line-height: 30px;font-size: 15px;color: #777">搜索</button>
|
</view>
|
<u-icon name="list" class="margin_left30rpx" style="color: #fff;font-size: 33px;" @click="out">
|
</u-icon>
|
</view> -->
|
<view class="card flex align-center">
|
<text class="padding_left25rpx">
|
<image src="../../static/index/tou.png" mode="" style="width: 65px;height: 65px;"></image>
|
</text>
|
<view class="margin_left30rpx">
|
<view class="flex">
|
<view class="font_weight_bold fontSize36rpx padding_right30rpx">{{ UserInfoList.realName }}
|
</view>
|
<text class="margin_right30rpx border000 radius padding5_10"
|
style="color: #f58f02;border: 1px solid #f58f02;" v-if="roleName">{{ roleName }}</text>
|
</view>
|
<view class="margin_top20rpx">
|
<text>{{ UserInfoList.nickName }}</text>
|
</view>
|
</view>
|
</view>
|
</view>
|
<view class="width margin_top4rpx " :style="[{ height: 'calc(100vh - ' + CustomBar + 'px)' }]">
|
<scroll-view scroll-y="true" :style="[{ height: 'calc(100vh - ' + 200 + 'px)' }]">
|
<view class="width margin_top30rpx overflow">
|
<view class="height width overflow_auto card " style="padding-top: 15px;"
|
v-for="(eitem, eindex) in cleanoutlist" :key="eindex">
|
<view class="padding_left30rpx fontSize32rpx" style="padding-bottom: 20px;">
|
{{ eitem.title }}
|
</view>
|
<view class="flex align-center flex-wrap ">
|
<template v-for="(item, index) in eitem.cleanoutlist">
|
<view @click="skip(item)" :key="index"
|
class=" fontSize32rpx width31 text_align_center margin_left10rpx margin_bottom50rpx">
|
<!-- 图标 -->
|
<!-- <text class="iconfont fontSize80rpx padding_bottom" :class="item.icon" :style="'color:'+item.color"></text> -->
|
|
<!-- 图片 -->
|
<view class="margin_auto" style='width: 40px;height:30px;'>
|
<image :src='item.src' style="width: 80%;height: 95%;" />
|
</view>
|
<view>{{ item.name }}</view>
|
</view>
|
</template>
|
</view>
|
</view>
|
</view>
|
</scroll-view>
|
</view>
|
<buttom-modal :BottomModal='BottomShow' modaltitle='' cudiaheight='600' @hideModal='hideModal'>
|
<view slot='content' class="width94 height300rpx margin_auto margin_top20rpx overflow_auto">
|
<template v-for="(item, index) in list">
|
<view class="text_align_center border_radius fontSize36rpx
|
margin_bottom10rpx padding40_0 bg-grey" :key="index" @longpress="longpress(item, index)">
|
{{ item.name }}
|
</view>
|
</template>
|
</view>
|
</buttom-modal>
|
</view>
|
</template>
|
|
<script>
|
import LeftModal from '../../components/LeftModal.vue'
|
// import UserInfo from './components/userinfo.vue'
|
import ButtomModal from '../../components/BottomModal.vue'
|
import mixBule from '../../mixins/Blue.js'
|
import {
|
loginOut, getLoginMenu
|
} from '../../api/login.js'
|
export default {
|
data() {
|
return {
|
backButtonPress: 0,
|
BottomShow: false,
|
name: '',
|
rolename: '',
|
id: 78978989,
|
DrawerModalL: false,
|
UserInfoList: [],
|
roleName: '',
|
// 只需配置这里
|
cleanoutlistForUrl: [
|
{
|
name: '标准收货',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/takeMaterial.png',
|
pages: '../takeMaterial/orderpiece/orderpiece'
|
},
|
|
{
|
name: '板件查看',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/artificial.png',
|
pages: '../artificial/artificial'
|
},
|
{
|
name: '整包查看', //NG处理
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../untie/untie'
|
},
|
{
|
name: '物料上架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../putaway/putaway'
|
},
|
{
|
name: '整体拣货',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=1'
|
},
|
{
|
name: '逐件拣货',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=2'
|
},
|
{
|
name: '冻结/解冻',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/checkAllMove'
|
},
|
{
|
name: '物料合并',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerIn`
|
},
|
{
|
name: '物料拆分',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerOut`
|
},
|
{
|
name: '点到点',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../putIn/material/material`
|
},
|
{
|
name: '库位绑定',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/localBind'
|
},
|
{
|
name: '库位解绑',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/localUnBind'
|
},
|
{
|
name: '容器上架',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/untie.png',
|
pages: '../putaway/putaway?actionType=3'
|
},
|
{
|
name: '容器组盘/上架',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/untie.png',
|
pages: '../sort/pickorder?actionType=3'
|
},
|
{
|
name: '容器解绑',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../callTray/callTray'
|
},
|
{
|
name: '容器下架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../sort/kittingSort'
|
},
|
{
|
name: '盘点下发',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/check/index`
|
},
|
{
|
name: '盘点', //盘点
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/out?id=0` //0是初盘,1是复盘
|
},
|
// {
|
// name: '异常处理',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/ping.png',
|
// pages: '../print/wms'
|
// },
|
{
|
name: '看板卡叫料',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../print/wms'
|
},
|
],
|
cleanoutlist: [],
|
//无用-最新的路由
|
cleanoutlist8: [
|
{
|
title: '常用',
|
cleanoutlist: [
|
|
{
|
name: '标准收货',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/takeMaterial.png',
|
pages: '../takeMaterial/orderpiece/orderpiece'
|
},
|
// {
|
// name: '后绑定收货',
|
// icon: 'icon-shouhuoguanli',
|
// src: '../../static/index/takeMaterial.png',
|
// pages: '../takeMaterial/orderpiece/orderpiecePo?orderType=1'
|
// },
|
{
|
name: '物料组盘/上架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/artificial.png',
|
pages: '../artificial/artificial'
|
},
|
{
|
name: '物料解绑',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../untie/untie'
|
},
|
{
|
name: '物料上架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../putaway/putaway'
|
},
|
{
|
name: '整体拣货',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=1'
|
},
|
{
|
name: '逐件拣货',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=2'
|
},
|
|
]
|
},
|
{
|
title: '辅助功能',
|
cleanoutlist: [
|
{
|
name: '冻结/解冻',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/checkAllMove'
|
},
|
{
|
name: '物料合并',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerIn`
|
},
|
{
|
name: '物料拆分',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerOut`
|
},
|
{
|
name: '点到点',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../putIn/material/material`
|
},
|
{
|
name: '库位绑定',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/localBind'
|
},
|
{
|
name: '库位解绑',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/localUnBind'
|
},
|
{
|
name: '容器上架',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/untie.png',
|
pages: '../putaway/putaway?actionType=3'
|
},
|
{
|
name: '容器组盘/上架',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/untie.png',
|
pages: '../sort/pickorder?actionType=3'
|
},
|
{
|
name: '容器解绑',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../callTray/callTray'
|
},
|
{
|
name: '容器下架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../sort/kittingSort'
|
},
|
|
]
|
},
|
{
|
title: '盘点管理',
|
cleanoutlist: [{
|
name: '盘点下发',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/check/index`
|
},
|
{
|
name: '盘点', //盘点
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/out?id=0` //0是初盘,1是复盘
|
},
|
// {
|
// name: '复盘盘点', //盘点
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: `../check/out?id=1` //0是初盘,1是复盘
|
// },
|
|
// {
|
// name: '盘点下发',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: `../check/check/index`
|
// },
|
// {
|
// name: '盘点',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: `../check/square`
|
// },
|
]
|
},
|
|
],
|
//无用-原来的菜单
|
cleanoutlist2: [{
|
title: '常用',
|
cleanoutlist: [{
|
name: '收货',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/takeMaterial.png',
|
pages: '../takeMaterial/orderpiece/orderpiecePo?orderType=1'
|
},
|
{
|
name: '到货单收货',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/takeMaterial.png',
|
pages: '../takeMaterial/orderpiece/orderpiece'
|
},
|
{
|
name: '推荐上架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/artificial.png',
|
pages: '../recommend/recommend'
|
},
|
{
|
name: '上架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/artificial.png',
|
pages: '../artificial/artificial'
|
},
|
{
|
name: '下架',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../untie/untie'
|
},
|
{
|
name: '移库',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../untie/untieForMove'
|
},
|
{
|
name: '全检移库',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '/pages/untie/checkAllMove'
|
},
|
{
|
name: '越库',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/untie.png',
|
pages: '../crossDock/crossDock'
|
},
|
|
//隐藏这个功能 【Editby shaocx,2023-04-14】
|
// {
|
// name: '上架',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: '../putIn/three/three'
|
// },
|
//隐藏这个功能 【Editby shaocx,2023-04-14】
|
// {
|
// name: '下架确认',
|
// icon: 'icon-kuaidiguanli',
|
// src: '../../static/index/untie.png',
|
// pages: '../untie/outbound'
|
// },
|
// {
|
// name: 'A1/A2分拣',
|
// icon: 'icon-kuaidiguanli',
|
// src: '../../static/index/sort.png',
|
// pages: '../sort/sort'
|
// },
|
{
|
name: '生产订单取货',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/takeMaterial.png',
|
pages: '../sort/pickorder'
|
},
|
{
|
name: '生产订单分拣',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/kittingSort'
|
},
|
{
|
name: 'DO单分拣',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2'
|
},
|
{
|
name: 'STO单分拣',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=24'
|
},
|
{
|
name: '领用单分拣',
|
icon: 'icon-kuaidiguanli',
|
src: '../../static/index/sort.png',
|
pages: '../sort/squareSort2?orderType=27'
|
},
|
|
//暂时注释 【Editby shaocx,2023-04-23】
|
// {
|
// name: '问题件标记',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: '../mark/mark'
|
// }
|
]
|
|
|
},
|
|
|
// {
|
// title: '订单',
|
// cleanoutlist: [
|
// {
|
// name: '收货',
|
// icon: 'icon-shouhuoguanli',
|
// src: '../../static/index/takeMaterial.png',
|
// pages: '../takeMaterial/orderpiece/orderpiecePo?orderType=1'
|
// },
|
// // {
|
// // name: 'STO收货',
|
// // icon: 'icon-shouhuoguanli',
|
// // src: '../../static/index/takeMaterial.png',
|
// // pages: '../takeMaterial/orderpiece/orderpiecePo?orderType=23'
|
// // },
|
// // {
|
// // name: '物料补发收货',
|
// // icon: 'icon-shouhuoguanli',
|
// // src: '../../static/index/takeMaterial.png',
|
// // pages: '../takeMaterial/orderpiece/orderpiecePo?orderType=29'
|
// // },
|
// // {
|
// // name: 'A1/A2分拣',
|
// // icon: 'icon-kuaidiguanli',
|
// // src: '../../static/index/sort.png',
|
// // pages: '../sort/sort2'
|
// // },
|
|
// ]
|
// },
|
{
|
title: '撤销',
|
cleanoutlist: [{
|
name: '取货撤销',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/cancel.png',
|
pages: '../resume/pickResume'
|
},
|
{
|
name: '分拣撤销',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/cancel.png',
|
pages: '../resume/sortResume'
|
},
|
{
|
name: '越库撤销',
|
icon: 'icon-shouhuoguanli',
|
src: '../../static/index/cancel.png',
|
pages: '../resume/yukuResume'
|
},
|
]
|
},
|
{
|
title: '发货',
|
cleanoutlist: [{
|
name: 'DO发货',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../deliver/deliverDo'
|
},
|
{
|
name: 'STO发货',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../deliver/deliverDo?orderType=24'
|
},
|
{
|
name: '领用单发货',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../deliver/deliverDo?orderType=27'
|
},
|
{
|
name: '生产订单发货',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../deliver/deliver'
|
}
|
]
|
},
|
{
|
title: '标签打印',
|
cleanoutlist: [
|
// {
|
// name: '无单标签',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/ping.png',
|
// pages: '../print/materialInfo'
|
// },
|
{
|
name: '物料补打',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../print/materialInfo'
|
},
|
{
|
name: '标签补打',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/ping.png',
|
pages: '../print/wms'
|
},
|
// {
|
// name: '批量打印',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/ping.png',
|
// pages: '../print/material'
|
// }
|
]
|
},
|
{
|
title: '盘点管理',
|
cleanoutlist: [{
|
name: '盘点下发',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/check/index`
|
},
|
{
|
name: '盘点',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../check/square`
|
}
|
]
|
},
|
// 暂时注释 【Editby shaocx,2023-04-23】
|
// {
|
// title: '报废管理',
|
// cleanoutlist: [{
|
// name: '报废',
|
// icon: 'icon-rukucaozuo',
|
// src: '../../static/index/putIn.png',
|
// pages: `../scrap/scrap`
|
// }
|
// // {
|
// // name: '报废单拍照',
|
// // icon: 'icon-rukucaozuo',
|
// // src: '../../static/index/ping.png',
|
// // pages: `../scrap/photo`
|
// // }
|
// ]
|
// },
|
{
|
title: '手工出上架',
|
cleanoutlist: [
|
{
|
name: '手工上架',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerIn`
|
},
|
{
|
name: '手工下架',
|
icon: 'icon-rukucaozuo',
|
src: '../../static/index/putIn.png',
|
pages: `../hander/handerOut`
|
}
|
]
|
}
|
],
|
info: '',
|
menuAll: []
|
}
|
},
|
components: {
|
LeftModal,
|
// UserInfo,
|
ButtomModal
|
},
|
mixins: [mixBule],
|
onBackPress(e) {
|
// 此处一定要return为true,否则页面不会返回到指定路径
|
this.backButtonPress++;
|
if (this.backButtonPress > 1) {
|
plus.runtime.quit();
|
} else {
|
plus.nativeUI.toast('再按一次退出应用');
|
}
|
setTimeout(function () {
|
this.backButtonPress = 0;
|
}, 1000);
|
return true;
|
},
|
mounted() {
|
getLoginMenu().then(res => {
|
res.result.forEach((item) => {
|
item.title = item.name
|
item.wmsPdaRoleMenuOutput.forEach((iteminner) => {
|
iteminner.title = item.name
|
//因无图标 暂时用图片
|
var arr = this.cleanoutlistForUrl.filter(v=>v.name == iteminner.name);
|
if(arr.length> 0){
|
iteminner.src = arr[0].src
|
}
|
})
|
item.cleanoutlist = item.wmsPdaRoleMenuOutput;
|
})
|
// test
|
this.cleanoutlist = res.result;
|
|
})
|
|
|
this.UserInfoList = []
|
this.UserInfoList = JSON.parse(uni.getStorageSync('userInfo'))
|
this.roleName = this.UserInfoList.roles.length !== 0 ? this.UserInfoList.roles[0].name : ''
|
|
|
|
|
// 获取屏幕分辨率
|
/***
|
setTimeout(function() {
|
uni.getSystemInfo({
|
success: function(e) {
|
console.log(1233)
|
this.info = ';screenHeight:' + e.screenHeight +';screenwidth:' + e.screenWidth +';platform:' + e.platform ;
|
console.log(this.info)
|
uni.showModal({
|
title: '提示',
|
content: this.info,
|
showCancel: true,
|
success: (res) => {
|
if (res.confirm) {
|
}
|
}
|
});
|
}
|
})
|
}, 2000);
|
*/
|
},
|
methods: {
|
//连接蓝牙
|
openBlue() {
|
if (!uni.getStorageSync("deviceId")) {
|
this.openBluetoothAdapter()
|
setTimeout(() => {
|
if (uni.getStorageSync('blueShow')) {
|
this.BottomShow = true
|
}
|
|
}, 500)
|
}
|
|
},
|
//关闭蓝牙选项
|
hideModal() {
|
this.BottomShow = false
|
this.stopBluetoothDevicesDiscovery()
|
},
|
//长按选择是否关闭蓝牙
|
bluelongress() {
|
if (uni.getStorageSync("deviceId")) {
|
uni.showModal({
|
title: '提示',
|
content: '是否断开蓝牙' + this.itemblue,
|
showCancel: true,
|
success: (res) => {
|
if (res.confirm) {
|
console.log('断开蓝牙')
|
// uni.removeStorageSync('deviceId')
|
// uni.removeStorageSync("serviceId");
|
// uni.removeStorageSync("characteristicId");
|
this.tomy()
|
this.itemblue = '连接蓝牙'
|
}
|
}
|
});
|
}
|
},
|
out() {
|
uni.showModal({
|
title: '提示',
|
content: '是否退出',
|
showCancel: true,
|
cancelColor: '#333333',
|
success: (res => {
|
if (res.confirm) {
|
loginOut().then(res => {
|
uni.clearStorageSync()
|
uni.navigateTo({
|
url: '../login/login'
|
})
|
})
|
} else if (res.cancel) { }
|
})
|
});
|
|
},
|
swiperchange(current) {
|
this.active = current.detail.current
|
},
|
//跳转
|
skip(itemW) {
|
var item = this.cleanoutlistForUrl.filter(v => v.name == itemW.name)[0];
|
if (item.pages) {
|
uni.navigateTo({
|
url: item.pages
|
})
|
}
|
}
|
},
|
watch: {
|
|
}
|
}
|
</script>
|
|
<style lang="scss" scoped>
|
.homepage {
|
// width: 100%;
|
// height: 100%;
|
height: 100vh;
|
overflow: hidden;
|
background-image: url("../../static/index/1.png");
|
background-size: 100% 180%;
|
}
|
|
.card {
|
background-color: #fff;
|
border-radius: 5px;
|
margin: 8px auto 0;
|
width: 95%;
|
padding: 15px 0;
|
}
|
.fontSize80rpx{
|
font-size: 80rpx;
|
}
|
</style>
|