Browse Source

修改页面1

dev
caoyizhong 3 years ago
parent
commit
992113abfe
  1. 7
      src/views/dashboard/Analysis.vue
  2. 52
      src/views/dashboard/NewHomePage.vue
  3. 29
      src/views/statisticanalysis/CostStatistic.vue
  4. 319
      src/views/statisticanalysis/costecharts/CaseCost.vue
  5. 95
      src/views/statisticanalysis/costecharts/Cost.vue
  6. 73
      src/views/statisticanalysis/costecharts/CostAnalysis.vue
  7. 85
      src/views/statisticanalysis/costecharts/ItemCost.vue
  8. 135
      src/views/statisticanalysis/costecharts/OnDayCost.vue

7
src/views/dashboard/Analysis.vue

@ -3,7 +3,8 @@
<!-- <file-mangement uuId="ssss"></file-mangement>-->
<!-- <b-pdf :file="'60137d6395657f2fee283f13'"></b-pdf>-->
<!-- <b-pdf :file="'http://storage.xuetangx.com/public_assets/xuetangx/PDF/PlayerAPI_v1.0.6.pdf'"></b-pdf>-->
<index-chart v-if="indexStyle==1"></index-chart>
<!-- <index-chart v-if="indexStyle==1"></index-chart>-->
<NewHomePage v-if="indexStyle == 1"/>
<index-bdc v-if="indexStyle==2"></index-bdc>
<index-task v-if="indexStyle==3"></index-task>
<div style="width: 100%;text-align: right;margin-top: 20px">
@ -21,6 +22,7 @@
import IndexChart from './IndexChart'
import IndexTask from "./IndexTask"
import IndexBdc from './IndexBdc'
import NewHomePage from '@views/dashboard/NewHomePage'
import FileMangement from "@/extends/FileMangement/fileMangement";
import BPdf from "@/extends/Bpdf/Bpdf";
@ -31,7 +33,8 @@
FileMangement,
IndexChart,
IndexTask,
IndexBdc
IndexBdc,
NewHomePage
},
data() {
return {

52
src/views/dashboard/NewHomePage.vue

@ -0,0 +1,52 @@
<template>
<div style="width: 1680px;height: 780px">
<div style="width: 70%;;height: 100%">
<div style="display: flex;align-items: center;justify-content: stretch;width: 100%;height: 50%">
<div style="width: 50%;padding-left: 10%;height: 100%">
<a-card title="公司制度" style="width: 100%;height: 100%">
<template #extra><a href="#">more</a></template>
<p>card content</p>
<p>card content</p>
<p>card content</p>
</a-card>
</div>
<div style="width: 50%;padding-left: 10%;height: 100%">
<a-card title="站内消息" style="width: 100%;height: 100%">
<template #extra><a href="#">more</a></template>
<p>card content</p>
<p>card content</p>
<p>card content</p>
</a-card>
</div>
</div>
<div style="width: 100%;margin-top: 5%;margin-left: 5%;height: 50%">
<a-card title="Default size card" style="width: 100%;height: 90%">
<template #extra><a href="#">more</a></template>
<p>card content</p>
<p>card content</p>
<p>card content</p>
</a-card>
</div>
</div>
<div>
</div>
</div>
</template>
<script>
export default {
name: "NewHomePage"
}
</script>
<style scoped>
</style>

29
src/views/statisticanalysis/CostStatistic.vue

@ -1,31 +1,24 @@
<template>
<!-- <div>成本统计</div>-->
<div style="height: 950px;display: flex;align-items: center;justify-content: flex-start">
<div style="height: 100%;width:35%;;background-color:#000000;border: 1px solid #dc1717">
<div style="height: 33%;">
<div style="height: 950px;display: flex;align-items: center;justify-content: flex-start;background-color: black">
<div style="height: 100%;width:35%;">
<div style="height: 23%;">
<OnDayCost/>
</div>
<div style="height: 33%;">
<div style="height: 39%;">
<ItemCost/>
</div>
<div style="height: 34%;">
<div style="height: 38%;">
<!-- 成本-->
<Cost/>
</div>
</div>
<div style="background-color: #e6fffb;height: 100%;width:65%;border: 1px solid #677913">
<div style="background-color: #0fe5c3;height: 60%;">
<div style="height: 100%;width:65%;">
<div style="height: 60%;padding-top: 2%;padding-right: 2%;padding-bottom: 2%;">
<CostAnalysis/>
</div>
<div style="background-color: #1d5295;height: 40%;">
<div style="width: 100%;background-color: #ead6d6;height: 20%">
<span>项目成本情况</span>
</div>
<div style="display: flex;align-items: center;justify-content: center">
<div style="width: 33%;background-color: red;height: 300px"></div>
<div style="width: 33%;background-color: #ba5d5d;height: 300px"></div>
<div style="width: 33%;background-color: #444040;height: 300px"></div>
</div>
<div style="height: 40%;">
<CaseCost/>
</div>
</div>
</div>
@ -39,6 +32,7 @@ import Cost from '@views/statisticanalysis/costecharts/Cost'
import ItemCost from '@views/statisticanalysis/costecharts/ItemCost'
import OnDayCost from '@views/statisticanalysis/costecharts/OnDayCost'
import CostAnalysis from '@views/statisticanalysis/costecharts/CostAnalysis'
import CaseCost from '@views/statisticanalysis/costecharts/CaseCost'
// //
// let echarts = require('echarts/lib/echarts')
@ -54,7 +48,8 @@ export default {
Cost,
ItemCost,
OnDayCost,
CostAnalysis
CostAnalysis,
CaseCost
},
data() {
return {

319
src/views/statisticanalysis/costecharts/CaseCost.vue

@ -1,13 +1,326 @@
<template>
<div>项目成本情况</div>
<!-- <div>项目成本情况</div>-->
<div style="width: 100%;height:100% ">
<div style="height: 20%;margin-left: 4%">
<div style="color: #ffffff;font-size: 19px;margin-bottom: 5px">项目部成本情况</div>
<div style="display: flex;align-items: center;justify-content: flex-start">
<div class="xian">第一项目部</div>
<div class="xian">第二项目部</div>
<div class="xian">第三项目部</div>
<div class="xian">第四项目部</div>
</div>
</div>
<div style="display: flex;align-items: center;justify-content: center">
<div style="width: 33%;height: 300px">
<div id="myOneCost" style="width: 85%; height: 70%"></div>
<div style="width: 100%;height: 29%;padding-left: 5%">
<div class="mu" style="">
<div class="dui" style="text-align: center;padding-top: 10%">第一小队</div>
<div class="dui">
<div class="yi" style="">生产类物资</div>
<div class="yi" style=" ">非生产类</div>
<div style="padding-left: 3%;">
<span>无形资产</span><br>
<span>人员工资</span>
</div>
</div>
<div class="dui">
<div class="yi">34</div>
<div class="yi">533</div>
<div style="padding-left: 3%;">
<span>234</span><br>
<span>34</span>
</div>
</div>
</div>
</div>
</div>
<div style="width: 33%;height: 300px">
<div id="myTwoCost" style="width: 85%; height: 70%"></div>
<div style="width: 100%;height: 29%;padding-left: 5%">
<div class="mu" style="">
<div class="dui" style="text-align: center;padding-top: 10%">第二小队</div>
<div class="dui">
<div class="yi">生产类物资</div>
<div class="yi">非生产类</div>
<div style="padding-left: 3%;">
<span>无形资产</span><br>
<span>人员工资</span>
</div>
</div>
<div class="dui">
<div class="yi">34</div>
<div class="yi">2134</div>
<div style="padding-left: 3%;">
<span>234</span><br>
<span>34</span>
</div>
</div>
</div>
</div>
</div>
<div style="width: 33%;height: 300px">
<div id="myThreeCost" style="width: 85%; height: 70%"></div>
<div style="width: 100%;height: 29%;padding-left: 5%">
<div class="mu" style="">
<div class="dui" style="text-align: center;padding-top: 10%">第三小队</div>
<div class="dui">
<div class="yi">生产类物资</div>
<div class="yi">非生产类</div>
<div style="padding-left: 3%;">
<span>无形资产</span><br>
<span>人员工资</span>
</div>
</div>
<div class="dui">
<div class="yi">34</div>
<div class="yi">345345</div>
<div style="padding-left: 3%;">
<span>234</span><br>
<span>34</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</template>
<script>
import * as echarts from 'echarts';
export default {
name: 'CaseCost'
name: 'CaseCost',
data(){
return{
}
},
mounted() {
this.echartsInitOne();
this.echartsInitTwo();
this.echartsInitThree();
},
methods:{
echartsInitOne() {
let myEcharts = echarts.init(document.getElementById("myOneCost"))
let option ={
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
data: ["1","2","3","4","5","6","7","8","9","10","11","12"],
// show: false,
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
}
},
yAxis: {
type: 'value',
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
},
splitLine: {
show: true,
lineStyle: {
type: 'dashed',
color:'#c2cfd9'
}
},
},
series: [
{
data: [10, 20, 40, 40, 50, 60,60,70,25,56,23,23], //X
type: 'line',
smooth: true,
itemStyle: {
normal: {
color: '#7b7777', //线
lineStyle: {
color: '#1ad933' //线
}
}
},
}
]
};
myEcharts.setOption(option)// echartsoption
},
echartsInitTwo() {
let myEcharts = echarts.init(document.getElementById("myTwoCost"))
let option ={
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
data: ["1","2","3","4","5","6","7","8","9","10","11","12"],
// show: false,
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
}
},
yAxis: {
type: 'value',
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
},
splitLine: {
show: true,
lineStyle: {
type: 'dashed',
color:'#c2cfd9'
}
},
},
series: [
{
data: [100, 200, 400, 400, 500, 600,600,700,250,560,230,230], //X
type: 'line',
smooth: true,
itemStyle: {
normal: {
color: '#7b7777', //线
lineStyle: {
color: '#1ad933' //线
}
}
},
}
]
};
myEcharts.setOption(option)// echartsoption
},
echartsInitThree() {
let myEcharts = echarts.init(document.getElementById("myThreeCost"))
let option ={
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
data: ["1","2","3","4","5","6","7","8","9","10","11","12"],
// show: false,
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
}
},
yAxis: {
type: 'value',
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
},
splitLine: {
show: true,
lineStyle: {
type: 'dashed',
color:'#c2cfd9'
}
},
},
series: [
{
data: [100, 200, 400, 400, 500, 600,600,700,250,560,230,230], //X
type: 'line',
smooth: true,
itemStyle: {
normal: {
color: '#7b7777', //线
lineStyle: {
color: '#1ad933' //线
}
}
},
}
]
};
myEcharts.setOption(option)// echartsoption
}
}
}
</script>
<style scoped>
.xian{
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0a8d4b;
width: 10%;
height: 30px;
text-align: center;
}
.mu{
color:beige;
width: 92%;
/*border: 1px solid #ff00ff;*/
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.dui{
width: 33%;
height: 100%;
border: 1px solid #d1e9ff;
}
.yi{
border-bottom:1px solid #ffffff;
padding-left: 3%;
}
</style>

95
src/views/statisticanalysis/costecharts/Cost.vue

@ -1,5 +1,23 @@
<template>
<div ref="myChartCon" style="width: 90%; height: 100%"></div>
<div style="width: 100%;height:100% ">
<div style="height: 30%;margin-left: 6%">
<div style="color: #ffffff;font-size: 19px;margin-bottom: 5px">公司成本</div>
<div style="display: flex;align-items: center;justify-content: flex-start">
<div class="xian"></div>
<div class="xian">季度</div>
<div class="xian">半年</div>
<div class="xian"></div>
</div>
<div style="display: flex;align-items: center;justify-content: flex-start">
<div class="zi">生产类物资</div>
<div class="zi">非生产类物资</div>
<div class="zi">科研类物资</div>
<div class="zi">无形类资产</div>
</div>
</div>
<div ref="myChartCon" style="width: 85%; height: 70%"></div>
</div>
</template>
<script>
@ -30,19 +48,63 @@ name: "Cost",
let myChart = echarts.init(this.$refs["myChartCon"]);
//
myChart.setOption({
title: {
text: '公司成本',
subtext: 'Living Expenses in Shenzhen'
},
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
xAxis: {
data: ["1","2","3","4","5","6","7","8","9","10","11","12"]
data: ["1","2","3","4","5","6","7","8","9","10","11","12"],
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
}
},
yAxis: {
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
},
splitLine: {
show: true,
lineStyle: {
type: 'dashed',
color:'#c2cfd9'
}
},
},
yAxis: {},
series: [{
name: '数据',
type: 'bar',
data: [5, 20, 36, 10, 10, 20,70, 20, 36, 10, 10, 20]
data: [5, 20, 36, 10, 10, 20,70, 20, 36, 10, 90, 20],
// showBackground: true,
// backgroundStyle: {
// color: 'rgba(111, 162, 135, 0.2)'
// },
itemStyle: {
color: 'rgb(63,248,50,0.5)',
// color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
// offset: 0,
// color: 'rgb(133,163,124,0.1)'
// }, {
// offset: 1,
// color: 'rgb(133,163,124,0.1)'
// }]),
}
}]
});
@ -52,5 +114,22 @@ name: "Cost",
</script>
<style scoped>
.xian{
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0a8d4b;
width: 18%;
height: 30px;
text-align: center;
}
.zi{
margin-top: 2%;
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0e9552;
width: 18%;
height: 30px;
text-align: center;
}
</style>

73
src/views/statisticanalysis/costecharts/CostAnalysis.vue

@ -1,6 +1,31 @@
<template>
<!-- <div>成本分析</div>-->
<div id="myCostAnalysis" style="width: 90%; height: 100%"></div>
<div style="width: 100%;height: 100%;padding-top: 2%;border-radius:15px;background-color: #555252;">
<div style="height: 30%;margin-left: 1%;width: 100%">
<div style="color: #ffffff;font-size: 19px;margin-bottom: 5px">分析成本</div>
<div style="display: flex;align-items: center;justify-content: space-between;margin-left: 5%;width: 90%">
<div style="display: flex;align-items: center;justify-content: flex-start;width: 42%" >
<div class="xian">新疆分公司</div>
<div class="xian">计划经营科</div>
<div class="xian">第一项目部</div>
<div class="xian">第二项目部</div>
</div>
<div style="float: right;;display: flex;align-items: center;justify-content: flex-end;width: 42%">
<div class="xian">年度</div>
<div class="xian">半年度</div>
<div class="xian">季度</div>
<div class="xian"></div>
</div>
</div>
<div style="display: flex;align-items: center;justify-content: flex-start;margin-left: 5%">
<div class="zi">扇形图</div>
<div class="zi">折线图</div>
<div class="zi">条形图</div>
</div>
</div>
<div id="myCostAnalysis" style="width: 100%; height: 70%;padding-top: 10px"></div>
</div>
</template>
<script>
@ -21,24 +46,39 @@ name: "CostAnalysis",
echartsInit() {
let myEcharts = echarts.init(document.getElementById("myCostAnalysis"))
let option = {
title: {
text: '分析成本',
// subtext: '',
// left: 'center'
},
// title: {
// text: '',
// // subtext: '',
// // left: 'center'
// },
tooltip: {
trigger: 'item'
},
legend: {
orient: 'vertical',
top: '50%',
top: '20%',
left: '10%'
},
// ,''¦ {number}(px)
grid: {
top: '1%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
series: [
{
name: '',
type: 'pie',
radius: ['30%', '40%'],
radius: ['40%', '60%'],
//
label: {
normal: {
show: true,
formatter: '{d}%' //(b:name, c:value, d:)
}
},
data: [
{ value: 1048, name: '生产类物资' },
{ value: 735, name: '非生产类物资' },
@ -114,5 +154,22 @@ name: "CostAnalysis",
</script>
<style scoped>
.xian{
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0a8d4b;
width: 80%;
height: 30px;
text-align: center;
}
.zi{
margin-top: 1%;
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0e9552;
width: 10%;
height: 30px;
text-align: center;
}
</style>

85
src/views/statisticanalysis/costecharts/ItemCost.vue

@ -1,6 +1,23 @@
<template>
<!-- <div>项目成本</div>-->
<div id="myItemCost" style="width: 90%; height: 100%"></div>
<div style="width: 100%;height:100% ">
<div style="height: 30%;margin-left: 6%">
<div style="color: #ffffff;font-size: 19px;margin-bottom: 5px">项目部成本</div>
<div style="display: flex;align-items: center;justify-content: flex-start">
<div class="xian"></div>
<div class="xian">季度</div>
<div class="xian">半年</div>
<div class="xian"></div>
</div>
<div style="display: flex;align-items: center;justify-content: flex-start">
<div class="zi">生产类物资</div>
<div class="zi">非生产类物资</div>
<div class="zi">人员工资</div>
</div>
</div>
<div id="myItemCost" style="width: 85%; height: 70%"></div>
</div>
</template>
<script>
@ -27,22 +44,59 @@ export default {
echartsInit() {
let myEcharts = echarts.init(document.getElementById("myItemCost"))
let option ={
title: {
text: '项目部成本',
subtext: 'Living Expenses in Shenzhen'
},
// title: {
// text: '',
// subtext: 'Living Expenses in Shenzhen'
// },
tooltip: {},
// ,''¦ {number}(px)
grid: {
top: '10%', // y: '16%'
left: '6%',
right: '5%',
bottom: '3%',
containLabel: true
},
xAxis: {
type: 'category',
data: ["1","2","3","4","5","6","7","8","9","10","11","12"],
// show: false,
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
}
},
yAxis: {
type: 'value'
type: 'value',
axisLine: {
lineStyle: {
color: '#f5f5f6', //x
// width: 8, //线
},
},
splitLine: {
show: true,
lineStyle: {
type: 'dashed',
color:'#c2cfd9'
}
},
},
series: [
{
data: [10, 20, 40, 40, 50, 60,60,70,25,56,23,23], //X
type: 'line'
type: 'line',
itemStyle: {
normal: {
color: '#7b7777', //线
lineStyle: {
color: '#1ad933' //线
}
}
},
}
]
};
@ -54,5 +108,22 @@ export default {
</script>
<style scoped>
.xian{
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0a8d4b;
width: 18%;
height: 30px;
text-align: center;
}
.zi{
margin-top: 2%;
color: #ffffff;
border: 1px solid #00ff80;
background-color: #0e9552;
width: 18%;
height: 30px;
text-align: center;
}
</style>

135
src/views/statisticanalysis/costecharts/OnDayCost.vue

@ -1,15 +1,35 @@
<template>
<!-- <div>当日成本</div>-->
<!-- <div id="myOnDayCost" style="width: 90%; height: 100%"></div>-->
<chart-card :loading="loading" title="订单量" :total="8846">
<a-tooltip title="指标说明" slot="action">
<a-icon type="info-circle-o" />
</a-tooltip>
<div>
<mini-area />
<div style=" width: 95%;height: 100%;">
<div style=" width: 100%;height: 28%;display: flex;align-items: center;justify-content:flex-start;padding-left: 8%">
<div style="">
<div style="color: #ffffff;font-size: 19px">
当日成本
</div>
<span style="color: #ffffff"></span>
</div>
<div style="flex: 1;display: flex;align-items: center;justify-content: space-evenly;height: 80px;margin-top: 5%;width: 50% ">
<div class="wen" >1</div>
<div class="wen">2</div>
<div class="wen">3</div>
<div class="wen">4</div>
<div class="wen">5</div>
</div>
</div>
<div id="myOnDayCost" style="width: 85%; height: 70%"></div>
</div>
<template slot="footer">日订单量<span> {{ '1234' }}</span></template>
</chart-card>
<!-- <chart-card :loading="loading" title="订单量" :total="8846">-->
<!-- <a-tooltip title="指标说明" slot="action">-->
<!-- <a-icon type="info-circle-o" />-->
<!-- </a-tooltip>-->
<!-- <div>-->
<!-- <mini-area />-->
<!-- </div>-->
<!-- <template slot="footer">日订单量<span> {{ '1234' }}</span></template>-->
<!-- </chart-card>-->
</template>
<script>
@ -32,27 +52,73 @@ name: "OnDayCost",
methods:{
echartsInit() {
let myEcharts = echarts.init(document.getElementById("myOnDayCost"))
// this.chartSize(document.getElementById('myOnDayCost'), myEcharts);
let option = {
title: {
text: '当日成本',
subtext: '元',
// color: "#036512" //
},
// title: {
// text: '',
// subtext: '',
//
// // color: "#036512" //
//
// },
xAxis: {
type: 'category',
boundaryGap: false,
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun']
data: ['Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun'],
show:false, // 线线
// axisTick:{
// show:false // 线
// },
// axisLine: {
// show: false, // 线
// },
// axisLabel: {
// show: false, //
// },
// splitLine:{
// show:false // 线
// },
},
yAxis: {
type: 'value'
type: 'value',
show:false
},
// grid: {
// // bottom: "20%", //
// width: "85%", //
// height:"60%"
// },
grid: {
// top: '10%', // y: '16%'
left: '1%',
right: '1%',
bottom: '3%',
containLabel: true
},
series: [
{
data: [820, 932, 901, 934, 1290, 1330, 1320],
data: [1720, 432, 1501, 1434,1590, 1530, 1420],
type: 'line',
areaStyle: {}
areaStyle: {},
showSymbol: false,
// color:'#bfbcbc',
itemStyle: {
normal: {
// color: '#7b7777', //线
color:new echarts.graphic.LinearGradient(0, 0, 0, 1, [{
offset: 0,
color: '#d4d4d4'
}, {
offset: 1,
color: 'rgba(76,77,80,0.1)'
}]),
lineStyle: {
color: '#1ad933' //线
}
}
},
}
]
};
@ -130,11 +196,36 @@ name: "OnDayCost",
// ]
// }
myEcharts.setOption(option)// echartsoption
}
// window.addEventListener('resize', () => {
// myEcharts.resize()
// })
},
chartSize(container, charts) {
function getStyle(el, name) {
if (window.getComputedStyle) {
return window.getComputedStyle(el, null)
} else {
return el.currentStyle
}
}
const hi = getStyle(container, 'height').height
charts.style.height = hi
},
},
}
</script>
<style scoped>
.wen{
width: 15%;
height: 100%;
/*margin-left: 6%;*/
text-align:center;
font-size: 52px;
color: #0fc407;
/*padding-top: 2%;*/
/*align-items: center;*/
border: 2px solid #0fc407;
}
</style>
Loading…
Cancel
Save