This commit is contained in:
bb_pan 2025-11-27 10:29:03 +08:00
parent 4c4491dc2f
commit 5d5e5bb857
9 changed files with 56 additions and 5 deletions

View File

@ -167,6 +167,11 @@ export default {
position: absolute; position: absolute;
top: 23%; top: 23%;
left: 8%; left: 8%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.select-view{ .select-view{
width: 15%; width: 15%;

View File

@ -389,6 +389,11 @@ export default {
position: absolute; position: absolute;
top: 42%; top: 42%;
left: 15%; left: 15%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.content-view{ .content-view{
width: 100%; width: 100%;
@ -420,6 +425,7 @@ export default {
.num{ .num{
color: #83D3F8; color: #83D3F8;
font-size: 26px; font-size: 26px;
font-family: DIN;
} }
.unit{ .unit{
font-size: 20px; font-size: 20px;
@ -429,6 +435,7 @@ export default {
.num2{ .num2{
color: #83D3F8; color: #83D3F8;
font-size: 24px; font-size: 24px;
font-family: DIN;
} }
.unit2{ .unit2{
font-size: 16px; font-size: 16px;

View File

@ -56,7 +56,7 @@ export default {
var option = { var option = {
grid: { grid: {
show: true, show: true,
left: '10%', left: '18%',
right: '10%', right: '10%',
top: '20%', top: '20%',
bottom: '15%', bottom: '15%',
@ -230,6 +230,12 @@ export default {
position: absolute; position: absolute;
top: 42%; top: 42%;
left: 18%; left: 18%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.content-view{ .content-view{
width: 100%; width: 100%;

View File

@ -81,6 +81,11 @@ export default {
position: absolute; position: absolute;
top: 35%; top: 35%;
left: 18%; left: 18%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.content-view{ .content-view{
width: 100%; width: 100%;

View File

@ -7,19 +7,19 @@
</div> </div>
<div class="content-view"> <div class="content-view">
<img src="../../../../../assets/cityScreen/usingBg.png" style="width: 80%;height: 100%;position: absolute;top: 0;left: 15%;" /> <img src="../../../../../assets/cityScreen/usingBg.png" style="width: 80%;height: 100%;position: absolute;top: 0;left: 15%;" />
<div class="all-box"> <div class="all-box num">
<div>{{allRate}}%</div> <div>{{allRate}}%</div>
<div class="title2">总体在用率</div> <div class="title2">总体在用率</div>
</div> </div>
<div class="bd-box"> <div class="bd-box num">
<div>{{rate1}}%</div> <div>{{rate1}}%</div>
<div class="title3">变电装备在用率</div> <div class="title3">变电装备在用率</div>
</div> </div>
<div class="line-box"> <div class="line-box num">
<div>{{rate2}}%</div> <div>{{rate2}}%</div>
<div class="title3">线路装备在用率</div> <div class="title3">线路装备在用率</div>
</div> </div>
<div class="cable-box"> <div class="cable-box num">
<div>{{rate3}}%</div> <div>{{rate3}}%</div>
<div class="title3">电缆装备在用率</div> <div class="title3">电缆装备在用率</div>
</div> </div>
@ -77,6 +77,14 @@ export default {
position: absolute; position: absolute;
top: 35%; top: 35%;
left: 18%; left: 18%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.num {
font-family: DIN;
} }
.content-view{ .content-view{
width: 100%; width: 100%;

View File

@ -90,6 +90,12 @@ export default {
position: absolute; position: absolute;
top: 35%; top: 35%;
left: 18%; left: 18%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.content-view{ .content-view{
width: 100%; width: 100%;
@ -105,6 +111,7 @@ export default {
font-size: 26px; font-size: 26px;
font-weight: 600; font-weight: 600;
margin: 0 10px; margin: 0 10px;
font-family: DIN;
} }
.unit{ .unit{
font-size: 16px; font-size: 16px;

View File

@ -86,6 +86,12 @@ export default {
position: absolute; position: absolute;
top: 35%; top: 35%;
left: 18%; left: 18%;
font-family: DS-TITLE;
background: linear-gradient(180deg, #fff 19.35%, #5dcbfe 77.42%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
} }
.content-view{ .content-view{
width: 100%; width: 100%;
@ -101,6 +107,7 @@ export default {
font-size: 26px; font-size: 26px;
font-weight: 600; font-weight: 600;
margin: 0 10px; margin: 0 10px;
font-family: DIN;
} }
.unit{ .unit{
font-size: 16px; font-size: 16px;

View File

@ -63,6 +63,10 @@ export default {
} }
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
@font-face {
font-family: 'DS-TITle';
src: url('../../../assets/font-family/DS-Digital/DS-TITle.ttf');
}
@font-face { @font-face {
font-family: 'Alibaba-PuHuiTi-Regular'; font-family: 'Alibaba-PuHuiTi-Regular';
src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf'); src: url('../../../assets/font-family/alibaba/Alibaba-PuHuiTi-Regular.ttf');

View File

@ -473,6 +473,7 @@ export default {
.cont { .cont {
color: #fff; color: #fff;
font-size: 16px; font-size: 16px;
font-family: DIN;
} }
} }
.out-city-equip { .out-city-equip {
@ -489,6 +490,7 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-family: DIN;
} }
.scrollTooltip::-webkit-scrollbar { .scrollTooltip::-webkit-scrollbar {
width: 10px; width: 10px;