样式内容优化
BIN
src/assets/css/font/SourceHanSansCN-Medium.otf
Normal file
@@ -15,6 +15,11 @@
|
|||||||
src: url('font/SourceHanSansCN-Normal.otf');
|
src: url('font/SourceHanSansCN-Normal.otf');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: "SourceHanSansCN-Medium";
|
||||||
|
src: url('font/SourceHanSansCN-Medium.otf') format('truetype');
|
||||||
|
}
|
||||||
|
|
||||||
.iconfont {
|
.iconfont {
|
||||||
font-family: "iconfont" !important;
|
font-family: "iconfont" !important;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 7.9 MiB |
|
Before Width: | Height: | Size: 5.3 KiB |
|
Before Width: | Height: | Size: 599 KiB |
|
Before Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 6.5 KiB |
BIN
src/assets/images/button.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
src/assets/images/button_h.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 5.8 KiB |
|
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 459 KiB |
|
Before Width: | Height: | Size: 3.9 KiB |
|
Before Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 13 KiB |
|
Before Width: | Height: | Size: 22 KiB |
@@ -19,6 +19,10 @@
|
|||||||
<div class="status_name">故障</div>
|
<div class="status_name">故障</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<p class="area_name area_name_1">干<br/>燥<br/>区</p>
|
||||||
|
<p class="area_name area_name_2">包装区</p>
|
||||||
|
<p class="area_name area_name_3">压制区</p>
|
||||||
|
<p class="area_name area_name_4">混碾区</p>
|
||||||
<div class="machine_block machine_block_2">
|
<div class="machine_block machine_block_2">
|
||||||
<div class="machine_combine">
|
<div class="machine_combine">
|
||||||
<div class="p_device weilan_wrap_1">
|
<div class="p_device weilan_wrap_1">
|
||||||
@@ -824,8 +828,8 @@ export default {
|
|||||||
padding 0
|
padding 0
|
||||||
.machine_block_5
|
.machine_block_5
|
||||||
width 15%
|
width 15%
|
||||||
left 61%
|
left 62.5%
|
||||||
top 78%
|
top 41%
|
||||||
padding 0.2rem
|
padding 0.2rem
|
||||||
border none
|
border none
|
||||||
box-shadow none
|
box-shadow none
|
||||||
@@ -1407,15 +1411,45 @@ export default {
|
|||||||
height 19%
|
height 19%
|
||||||
border-top-left-radius 0
|
border-top-left-radius 0
|
||||||
.agv_1
|
.agv_1
|
||||||
width 17%
|
width 32%
|
||||||
left 16%
|
left 0
|
||||||
top -30%
|
top 0
|
||||||
img
|
img
|
||||||
width 100%
|
width 100%
|
||||||
.agv_2
|
.agv_2
|
||||||
left 59%
|
left 121%
|
||||||
.rotate_1
|
.rotate_1
|
||||||
animation rotate_1 9s linear 1s infinite
|
animation rotate_1 9s linear 1s infinite
|
||||||
|
.area_name
|
||||||
|
position absolute
|
||||||
|
width 13%
|
||||||
|
height 4.5%
|
||||||
|
display flex
|
||||||
|
align-items center
|
||||||
|
justify-content center
|
||||||
|
font-size 22px
|
||||||
|
font-family 'SourceHanSansCN-Medium'
|
||||||
|
line-height 28px
|
||||||
|
letter-spacing 4px
|
||||||
|
text-indent 4px
|
||||||
|
background center center / 100% 100% url(../../../assets/images/button.png) no-repeat
|
||||||
|
.area_name_1
|
||||||
|
left 48%
|
||||||
|
top 0%
|
||||||
|
width 4.5%
|
||||||
|
height 12%
|
||||||
|
letter-spacing 0
|
||||||
|
text-indent 0
|
||||||
|
background-image url(../../../assets/images/button_h.png)
|
||||||
|
.area_name_2
|
||||||
|
left 58%
|
||||||
|
top 12.5%
|
||||||
|
.area_name_3
|
||||||
|
left 62.3%
|
||||||
|
top 77%
|
||||||
|
.area_name_4
|
||||||
|
left 67%
|
||||||
|
top 93%
|
||||||
@keyframes rotate_1 {
|
@keyframes rotate_1 {
|
||||||
0% {
|
0% {
|
||||||
transform: rotateZ(20deg)
|
transform: rotateZ(20deg)
|
||||||
|
|||||||