左侧报表

This commit is contained in:
2024-01-02 17:57:27 +08:00
parent a7fbd4e7df
commit 2a43b419db
25 changed files with 621 additions and 375 deletions

View File

@@ -11,6 +11,9 @@
<div class="n_header_h1">
<h1>生产数据</h1>
</div>
<div class="n_header_h2">
<h2>辽宁晟华耐火材料有限公司</h2>
</div>
</div>
<div class="left_bg"></div>
<div class="button_bg"></div>
@@ -62,12 +65,27 @@ export default {
line-height: 44px;
opacity: 0.89;
letter-spacing 18px
background: linear-gradient(0deg, #AAD0F6 0%, #D7E7F5 73.3154296875%, #E0EAF6 100%);
background: linear-gradient(0deg, #AAD0F6 0%, #D7E7F5 53.3154296875%, #E0EAF6 100%);
filter: drop-shadow(#092F6D 1px 4px 1px);
-webkit-background-clip: text;
background-clip: text;
text-align right
margin-right -9px
.n_header_h2
position absolute
top 18px
left 29px
width 562px
height 31px
h2
font-size: 42px;
font-family: 'YouSheBiaoTiHei';
font-weight: 400;
color: transparent;
line-height: 29px;
background: linear-gradient(0deg, #B6C3D3 0%, #E3E9F2 53.3154296875%, #FEFEFE 100%);
-webkit-background-clip: text;
background-clip: text;
.left_bg
position absolute
left 0
@@ -92,9 +110,8 @@ export default {
.n_left_wraper
width 935px
height 100%
opacity 0.5
.n_right_wraper
width calc(100% - 965px)
height 100%
background center / 100% url('../../../../images/bg-center_left.jpg') no-repeat
padding-top 5px
</style>

File diff suppressed because it is too large Load Diff

View File

@@ -6,4 +6,5 @@
@import '~@style/mixin'
.right_wraper
_wh(100%, 100%)
background center / 100% url('../../../../images/bg-center_left.jpg') no-repeat
</style>