123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152 |
- <template>
- <div class="main-data data-terminal-online">
- <!-- <div class="title-area">各单位终端数据</div> -->
- <div class="dialog-cont">
- <div class="dialog-left">
- <div class="content-title long">
- <span class="title">在建项目数量</span>
- </div>
- <div class="content-maper">
- <div class="content-one">
- <div class="photo">
- <img src="@/assets/images/engineering/car.png" width="70" />
- </div>
- <div style="background-color: #00ffff1a;width: 294.15px;height: 70px;display: flex;align-items: center;justify-content: center;position: relative">
- <div style="position: absolute;right: 0;height: 100%;width: 10px;border: 1px solid #00FFFF;border-left: none; "></div>
- <div style="position: absolute;left: 0;height: 100%;width: 10px;border: 1px solid #00FFFF;border-right: none; "></div>
- <div style="width: 294.15px;height: 52.5px;background-image: linear-gradient(270deg, #00ffff00 0%, #00ffff1a 100%);display: flex;justify-content: space-around;align-items: center">
- <div style="width: 96px;font-family: DingTalk-JinBuTi;font-weight: JinBuTi;font-size: 24px;color: #00FFFF;letter-spacing: 0;line-height: 32.93px;">在建项目</div>
- <div style="font-size: 24px;color: #00FFFF;">5656<span style="font-size: 12px">个</span></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="dialog-left">
- <div class="content-title long">
- <span class="title">前期审批数量</span>
- </div>
- <div class="box-big">
- <div class="box-small" v-for="(item, index) in parest" :key="index">
- <div class="box-above">
- <img src="@/assets/images/engineering/man.png" width="17"/>
- <div class="name-white">{{item.name}}</div>
- </div>
- <div>
- <div class="names">{{item.num}}<span class="nums">个</span></div>
- </div>
- </div>
- </div>
- </div>
- <div class="dialog-left">
- <div class="content-title long">
- <span class="title">施工阶段数量</span>
- </div>
- <div class="box-big">
- <div class="box-smalls" v-for="(item, index) in parest1" :key="index">
- <div class="box-above">
- <img src="@/assets/images/engineering/man.png" width="17"/>
- <div class="name-white">{{item.name}}</div>
- </div>
- <div>
- <div class="names">{{item.num}}<span class="nums">个</span></div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- </template>
- <script>
- import PieChart from "@/components/Echarts/PieChart";
- import BarChart from "@/components/Echarts/BarChart.vue";
- import {examine} from "@/api/screen/engineering";
- export default {
- name: "TerminalData",
- components: {
- PieChart,
- BarChart
- },
- props: {
- appOrg: {
- type: String,
- default: "0000",
- },
- },
- watch:{
- appOrg(newValue,oldValue){
- this.resetData();
- },
- },
- data() {
- return {
- //在线数
- pieData: [],
- dataList: [],
- parest:[
- {name:"可研评审",num:0},{name:"初设评审",num:0},
- {name:"政府立项备案",num:0},{name:"土地手续",num:0},
- {name:"用地规划",num:0},{name:"工程规划",num:0},
- {name:"设计招标",num:0},{name:"施工招标",num:0},
- {name:"监理招标",num:0},{name:"施工许可",num:0},
- ],
- parest1:[
- {name:"基础施工",num:0},{name:"主体工程",num:0},
- {name:"室内外装修",num:0},{name:"室外工程",num:0},
- ],
- catePieData: [
- { value: 40, name: "新能源汽车" },
- { value: 20, name: "燃油汽车" },
- ],
- totalPieData: [
- { value: 110, name: "商务车" },
- { value: 120, name: "越野车" },
- { value: 130, name: "小型客车" },
- { value: 140, name: "大型客车" },
- { value: 150, name: "小轿车" },
- ],
- catePieLegend: {
- orient: "vertical",
- top: 60,
- right: 23,
- itemWidth: 8, // 设置图例标记的宽度
- itemHeight: 8, // 设置图例标记的高度
- textStyle: {
- color: "#FFF",
- },
- },
- totalPieLegend: {
- top: 20,
- right: 10,
- itemWidth: 8,
- itemHeight: 8,
- orient: "vertical",
- textStyle: {
- color: "#FFF",
- },
- },
- pieLegend: {
- orient: "vertical",
- top: 50,
- right: 30,
- itemWidth: 8, // 设置图例标记的宽度
- itemHeight: 8, // 设置图例标记的高度
- textStyle: {
- color: "#FFF",
- },
- },
- pieCenter: ["27%", "50%"],
- totalCenter: ["30%", "50%"],
- catePieCenter: ["27%", "50%"],
- pieRadius: ["35%", "50%"],
- //各单位终端在线
- barData: [],
- barAxis: {},
- barYAxis: {},
- barLegend: {},
- personInOutBarData: [
- {
- name: "员工",
- type: "bar",
- itemStyle: {
- color: "#43DCDB",
- //barBorderRadius: [10, 10, 0, 0], // 统一设置四个角的圆角大小
- },
- barWidth: 10,
- data: [110, 120, 130, 140, 150, 160, 155, 145, 135, 125, 115, 15],
- },
- {
- name: "访客",
- type: "bar",
- itemStyle: {
- color: "#FFD296",
- //barBorderRadius: [10, 10, 0, 0], // 统一设置四个角的圆角大小
- },
- barWidth: 10,
- data: [10, 20, 30, 40, 50, 60, 55, 45, 35, 25, 15, 5],
- },
- ],
- personInOutBarAxis: {
- type: "category",
- data: [
- "01月",
- "02月",
- "03月",
- "04月",
- "05月",
- "06月",
- "07月",
- "08月",
- "09月",
- "10月",
- "11月",
- "12月",
- ],
- axisLabel: {
- color: "white", // 设置横坐标轴字体颜色为红色
- },
- axisLine: {
- show: true,
- lineStyle: {
- color: "#08595B",
- },
- },
- axisTick: {
- show: false,
- },
- splitArea: false,
- },
- personInOutBarYaxis: {
- type: "value",
- boundaryGap: [0, 0.01],
- name: "人",
- nameTextStyle: {
- color: "#fff",
- },
- axisLine: {
- show: false,
- },
- axisLabel: {
- color: "white", // 设置横坐标轴字体颜色为红色
- },
- splitLine: {
- show: false,
- },
- axisTick: {
- show: false,
- },
- splitArea: false,
- },
- personInOutBarLegend: {
- top: 0,
- orient: "horizontal",
- right: 0,
- itemWidth: 17, // 设置图例标记的宽度
- itemHeight: 10, // 设置图例标记的高度
- textStyle: {
- color: "#FFF",
- },
- },
- barGrid: {
- top: 30,
- left: "2%",
- right: "5%",
- containLabel: true,
- bottom: 0,
- },
- departmentPersonInOutBarData: [
- {
- name: "员工",
- type: "bar",
- itemStyle: {
- color: "#43DCDB",
- //barBorderRadius: [10, 10, 0, 0], // 统一设置四个角的圆角大小
- },
- barWidth: 10,
- data: [110, 150, 160, 135, 115, 15],
- },
- {
- name: "访客",
- type: "bar",
- itemStyle: {
- color: "#FFD296",
- //barBorderRadius: [10, 10, 0, 0], // 统一设置四个角的圆角大小
- },
- barWidth: 10,
- data: [10, 20, 30, 40, 50, 60, 55, 45, 35, 25, 15, 5],
- },
- ],
- departmentPersonInOutBarAxis: {
- type: "category",
- data: ["财务资产部", "离退休工作部", "后勤保障部", "物资管理部", "数字化工作部", "纪委办公室"],
- axisLabel: {
- color: "white", // 设置横坐标轴字体颜色为红色
- },
- axisLine: {
- show: true,
- lineStyle: {
- color: "#08595B",
- },
- },
- axisTick: {
- show: false,
- },
- splitArea: false,
- },
- departmentPersonInOutBarYaxis: {
- type: "value",
- boundaryGap: [0, 0.01],
- name: "人",
- nameTextStyle: {
- color: "#fff",
- },
- axisLine: {
- show: false,
- },
- axisLabel: {
- color: "white", // 设置横坐标轴字体颜色为红色
- },
- splitLine: {
- show: false,
- },
- axisTick: {
- show: false,
- },
- splitArea: false,
- },
- departmentPersonInOutBarLegend: {
- top: 0,
- orient: "horizontal",
- right: 0,
- itemWidth: 17, // 设置图例标记的宽度
- itemHeight: 10, // 设置图例标记的高度
- textStyle: {
- color: "#FFF",
- },
- },
- visitorDataList: [
- {
- name: "于俊",
- time: "2024 / 11 / 15 15:01",
- department: "财务资产部",
- },
- {
- name: "于俊",
- time: "2024 / 11 / 15 14:58",
- department: "财务资产部",
- },
- {
- name: "于俊",
- time: "2024 / 11 / 15 14:55",
- department: "财务资产部",
- },
- {
- name: "于俊",
- time: "2024 / 11 / 15 14:01",
- department: "财务资产部",
- },
- ],
- warningList: [
- {
- name: "国网太原供电公司",
- data1: 356,
- data2: 100,
- data3: 56,
- data4: 67,
- data5: 133,
- },
- {
- name: "国网临汾供电公司",
- data1: 324,
- data2: 80,
- data3: 95,
- data4: 63,
- data5: 86,
- },
- {
- name: "国网晋城供电公司",
- data1: 286,
- data2: 80,
- data3: 65,
- data4: 46,
- data5: 95,
- },
- {
- name: "国网长治供电公司",
- data1: 275,
- data2: 84,
- data3: 72,
- data4: 63,
- data5: 56,
- },
- {
- name: "国网运城供电公司",
- data1: 268,
- data2: 70,
- data3: 65,
- data4: 73,
- data5: 60,
- },
- ],
- };
- },
- created() {
- this.handlePie();
- this.handleBar();
- this.examine();
- },
- destroyed() {},
- beforeDestroy() {},
- mounted() {},
- methods: {
- //前期审批数量
- examine() {
- examine(this.$props.appOrg).then((res) => {
- if (Number(res.code) === 200) {
- const fetchedData = res.data;
- for (let i = 0; i < fetchedData.length; i++) {
- this.parest[fetchedData[i].subdivision-1].num= fetchedData[i].num;
- }
- }
- });
- },
- //初始化
- resetData(){
- this.show = false;
- setTimeout(()=>{
- this.show = true;
- },100)
- },
- //实例化饼图
- handlePie() {
- this.pieData = [
- { value: 100, name: "离线数" },
- { value: 200, name: "在线数" },
- ];
- },
- //实例化柱状图
- handleBar() {
- this.barData = [
- {
- name: "总数",
- type: "bar",
- itemStyle: {
- color: "#43DCDB",
- },
- barWidth: 10,
- data: [320, 332, 301, 334, 390, 200],
- },
- {
- name: "离线数",
- type: "bar",
- itemStyle: {
- color: "#EAA553",
- },
- barWidth: 10,
- data: [320, 332, 301, 334, 390, 300],
- },
- {
- name: "在线数",
- type: "bar",
- itemStyle: {
- color: "#1B5CBB",
- },
- barWidth: 10,
- data: [320, 332, 301, 334, 390, 300],
- },
- ];
- this.barGrid = {
- top: 30,
- bottom: 0,
- left: "2%",
- right: "2%",
- containLabel: true,
- };
- this.barLegend = {
- right: 20,
- top: 0,
- itemWidth: 17, // 设置图例标记的宽度
- itemHeight: 10, // 设置图例标记的高度
- textStyle: {
- color: "#FFF",
- },
- };
- this.barAxis = {
- type: "category",
- data: [
- "公司名称一",
- "公司名称一",
- "公司名称一",
- "公司名称一",
- "公司名称一",
- ],
- axisLabel: {
- color: "white", // 设置横坐标轴字体颜色为红色
- },
- axisLine:{
- lineStyle:{
- color:"#08595B"
- }
- },
- axisTick: {
- show: false,
- },
- splitArea: false,
- };
- this.barYAxis = {
- name: "数量(个)",
- nameTextStyle: {
- color: "#fff",
- padding: [0,0,0,5],
- fontSize: 14,
- },
- axisLabel: {
- formatter: "{value}",
- color: "#FFF",
- },
- axisLine:{
- show:false
- },
- axisTick: {
- show: false,
- },
- splitLine: {
- show: false,
- },
- splitArea: false,
- };
- },
- },
- };
- </script>
- <style scoped lang="scss" >
- .data-terminal-online {
- overflow: hidden;
- height: 447px;
- position: relative;
- .dialog-title {
- display: flex;
- flex-direction: row;
- align-items: center;
- justify-content: center;
- position: relative;
- margin-bottom: 10px;
- img {
- width: 331px;
- height: 32px;
- }
- .title {
- font-size: 20px;
- font-weight: 900;
- font-family: "PingFangSC";
- width: 100%;
- position: absolute;
- display: flex;
- align-items: center;
- justify-content: center;
- top: -5px;
- color: #fff;
- }
- }
- .dialog-cont {
- .dialog-left {
- width: 520px;
- float: left;
- margin-left: 15px;
- }
- .dialog-right {
- width: 520px;
- float: right;
- }
- }
- .dialog-list {
- width: 100%;
- display: flex;
- justify-content: space-between !important;
- margin-bottom: 0px;
- .dialog-item {
- width: calc(50% - 20px);
- }
- .dialog-item-cont {
- display: flex;
- justify-content: center;
- align-items: center;
- margin-top: 40px;
- }
- .wid100 {
- width: 100%;
- .content-title {
- width: 100%;
- background: url("../../../assets/images/main/title_pro_long.png")
- no-repeat;
- }
- }
- }
- .content-title {
- width: 230px;
- height: 26px;
- background: url("../../../assets/images/main/title_pro.png") no-repeat !important;
- background-size: 100% 100%;
- font-family: "PingFangSC";
- font-size: 16px;
- font-weight: bold;
- color: #00ffff;
- padding-left: 20px !important;
- .title {
- display: block;
- position: relative;
- top: -5px !important;
- }
- }
- .content-title.long {
- width: 100%;
- background: url("../../../assets/images/main/title_pro_long.png") no-repeat !important;
- }
- .content {
- .title-format {
- width: 150px;
- height: 80px;
- display: flex;
- flex-direction: row;
- align-items: center;
- .title-info {
- display: flex;
- flex-direction: column;
- font-size: 12px;
- color: #ffffff;
- .title-en {
- font-size: 8px;
- color: #ffffff;
- opacity: 0.4;
- }
- }
- }
- .rate-area {
- position: relative;
- img {
- width: 126.43px;
- height: 62px;
- }
- .rate {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 150px;
- height: 60px;
- position: absolute;
- top: 0;
- left: 0;
- color: #fff;
- .rate-data {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- color: #ffba44;
- .data {
- font-family: "electronicFont";
- font-size: 30px;
- }
- .unit {
- font-size: 12px;
- }
- }
- .desc {
- font-size: 12px;
- width: 60px;
- text-align: center;
- }
- }
- }
- }
- .content {
- .title-format {
- display: flex;
- flex-direction: row;
- align-items: center;
- img {
- width: 6px;
- height: 24px;
- margin-right: 6px;
- }
- .title-info {
- display: flex;
- flex-direction: column;
- font-size: 12px;
- color: #ffffff;
- .title-en {
- font-size: 8px;
- color: #ffffff;
- opacity: 0.4;
- }
- }
- }
- .total-data {
- display: flex;
- align-items: baseline;
- color: #19fcde;
- margin-top: 4px;
- .total {
- font-size: 35px;
- font-family: "electronicFont";
- }
- .unit {
- font-size: 12px;
- }
- }
- .rate-area {
- width: 150px;
- height: 70px;
- position: relative;
- img {
- width: 150px;
- height: 70px;
- }
- .rate {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- width: 100%;
- position: absolute;
- top: 0;
- color: #fff;
- .rate-data {
- display: flex;
- flex-direction: row;
- align-items: baseline;
- color: #ffba44;
- .data {
- font-size: 30px;
- font-family: "electronicFont";
- }
- .unit {
- font-size: 12px;
- }
- }
- .desc {
- font-size: 12px;
- text-align: center;
- }
- }
- }
- .chart-area {
- margin-top: 50px;
- }
- }
- .other-cont {
- display: flex;
- .icon {
- display: block;
- width: 70px;
- height: auto;
- }
- .other-info {
- padding-left: 2px;
- .desc {
- font-size: 12px;
- color: #ffffff;
- font-weight: bold;
- }
- .num-info {
- width: 100%;
- padding-top: 2px;
- display: flex;
- align-items: center;
- .num {
- font-size: 30px;
- color: #19fcde;
- font-weight: bold;
- font-family: "electronicFont";
- }
- .unit {
- font-size: 12px;
- color: #00ffff;
- font-weight: 500;
- position: relative;
- top: 4px;
- }
- .mar {
- margin-left: 20px;
- }
- }
- }
- }
- .mar {
- margin-bottom: 15px;
- }
- .data-left {
- width: auto;
- .data-item {
- width: auto;
- margin-bottom: 23px;
- .data-fir {
- display: flex;
- align-items: center;
- .icon {
- width: 15px;
- height: 15px;
- margin-right: 6px;
- }
- .name {
- font-size: 14px;
- color: #ffffff;
- }
- }
- .data-snd {
- display: flex;
- align-items: center;
- padding-top: 2px;
- .num {
- font-size: 32px;
- color: #00ffff;
- font-family: "electronicFont";
- }
- .unit {
- font-size: 12px;
- color: #00ffff;
- font-weight: 500;
- position: relative;
- top: 5px;
- left: 2px;
- }
- }
- }
- }
- .data-right {
- padding-top: 3px;
- .circle {
- width: 100px;
- height: 100px;
- background: url("../../../assets/images/service_new/circle.png") no-repeat;
- background-size: 100% 100%;
- display: flex;
- justify-content: center;
- align-items: flex-start;
- .value {
- display: flex;
- align-items: center;
- font-size: 32px;
- color: #00ffff;
- font-family: "electronicFont";
- position: relative;
- top: 15px;
- }
- .unit {
- font-size: 12px;
- color: #00ffff;
- font-weight: 500;
- position: relative;
- top: 5px;
- left: 2px;
- }
- }
- }
- .choose-area {
- margin: 20px 0;
- .choose-item {
- width: 104px;
- height: 30px;
- line-height: 30px;
- background: url("../../../assets/images/main/choose_bg.png") no-repeat;
- background-size: 100% 100%;
- margin-right: 16px;
- padding-left: 12px;
- color: #00ffff;
- cursor: pointer;
- }
- }
- .table-cont {
- width: 100%;
- .table-top {
- width: 100%;
- height: 26px;
- background: url("../../../assets/images/building_guarantee/img_11.png")
- no-repeat;
- background-size: 100% 100%;
- padding: 0 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 12px;
- color: #00ffff;
- }
- .table-bot {
- width: 100%;
- .table-list {
- width: 100%;
- height: 38px;
- padding: 0 25px 0 10px;
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 12px;
- color: #ffffff;
- font-weight: 500;
- }
- }
- }
- .list-area {
- display: flex;
- flex-direction: column;
- padding: 0px 15px 0;
- .list-item {
- display: flex;
- flex-direction: row;
- align-items: center;
- font-size: 12px;
- color: #ffffff;
- margin-bottom: 10px;
- flex: 1;
- .item-1 {
- width: 8%;
- }
- .item-2 {
- width: 23%;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .item-3 {
- width: 14%;
- }
- .item-4,
- .item-5 {
- width: 13%;
- }
- .item-6 {
- width: 19%;
- }
- .item-7 {
- width: 17%;
- }
- }
- .list-title {
- color: #00ffff !important;
- padding: 4px 0;
- background: url("../../../assets/images/main/title_line.png") no-repeat;
- background-size: 100% 100%;
- margin-bottom: 10px !important;
- }
- }
- .data-chart {
- margin-top: 12px !important;
- margin-bottom: 10px !important;
- }
- ::-webkit-scrollbar {
- display: none;
- width: 3px;
- height: 3px;
- }
- .content-left{
- width: 520px;
- height:320px;
- float: left;
- }
- .content-our{
- width: 50%;
- height: 130px;
- display: flex;
- padding-top: 40px;
- padding-left: 10px;
- //align-items: center;
- .img-car{
- width: 105px;
- height: 60px;
- }
- .content-two{
- width: 181.5px;
- height: 81px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .names{
- font-size: 32px;
- color:#00FFFF;
- font-family: 'electronicFont';
- .nums{
- font-size:10px;
- color:#00FFFF;
- font-weight: 500;
- position: relative;
- left:2px;
- }
- }
- }
- .saddddf{
- display: flex;
- flex-direction: column;
- }
- .naw{
- color: white;
- }
- .content-area {
- display: flex;
- height: 220px;
- flex-direction: row;
- align-items: flex-start;
- justify-content: space-between;
- padding: 15px 20px 0 15px;
- }
- .contentr-left{
- width: 520px;
- height:240px;
- float: left;
- .content-one{
- display: flex;
- padding-top: 5px;
- justify-content: center; /* 水平居中 */
- align-items: center; /* 垂直居中 */
- height: 100%; /* 确保父容器有高度 */
- }
- }
- .content-right{
- width: 520px;
- height:240px;
- float: left;
- }
- .names{
- font-size: 32px;
- color:#00FFFF;
- font-family: 'electronicFont';
- .nums{
- font-size:10px;
- color:#00FFFF;
- font-weight: 500;
- position: relative;
- left:2px;
- }
- }
- .content-maper{
- .content-one{
- display: flex;
- padding-top: 10px;
- padding-bottom: 10px;
- justify-content: center; /* 水平居中 */
- align-items: center; /* 垂直居中 */
- height: 100%; /* 确保父容器有高度 */
- }
- }
- .rate-data{
- display: flex;
- flex-direction: row;
- align-items: baseline;
- }
- .breaker{
- color:#FEC72F ;
- display: flex; /* 使用 Flexbox */
- justify-content: center; /* 水平居中 */
- align-items: center; /* 垂直居中 */
- }
- .said{
- width: 1px;
- height: 13px;
- background-color: #00FFFF;
- }
- .content-ear{
- margin-top: 10px;
- height: 115px;
- }
- .table-roll{
- height: 50px;
- overflow:auto;
- }
- .witeh{
- color: #018989;
- }
- .namer{
- color: white;
- font-size: 10px;
- }
- .photo{
- padding-top: 5px;
- padding-right: 30px;
- }
- .box-big{
- width: 100%;
- height: 160px;
- padding-top: 10px;
- padding-bottom: 20px;
- flex-wrap: wrap;
- display: flex;
- padding-left: 10px;
- .name-white{
- color: white;
- font-family: PingFangSC-Regular;
- font-size: 12px;
- line-height: 19.6px;
- }
- .box-small{
- width: 20%;
- height: 50px;
- .box-above{
- display: flex;
- }
- }
- .box-smalls{
- width: 25%;
- height: 50px;
- .box-above{
- display: flex;
- }
- }
- }
- ::-webkit-scrollbar-thumb {
- //滑块部分
- // border-radius: 5px;
- background-color: #58cbbb;
- }
- ::-webkit-scrollbar-track {
- //轨道部分
- // box-shadow: inset 0 0 5px #ddd;
- background: #ddd;
- // border-radius: 5px;
- }
- }
- </style>
|