This commit is contained in:
2024-04-28 14:15:54 +08:00
parent 9b5e6a5ba2
commit 0cf099d202

View File

@@ -62,6 +62,9 @@
<p>外形检测超宽异常</p> <p>外形检测超宽异常</p>
<p>错误码{{resData.error}}</p> <p>错误码{{resData.error}}</p>
</div> </div>
<div v-if="resData.error === '正常'">
<p style="color: #6ce64e; line-height: 70px;">检测通过</p>
</div>
</div> </div>
</div> </div>
</div> </div>
@@ -140,10 +143,12 @@ export default {
display flex display flex
align-items center align-items center
flex-direction column flex-direction column
_wh(100%, calc(100% - 138px)) // _wh(100%, calc(100% - 138px))
padding 30px 25.09px 0 // padding 30px 25.09px 0
padding 0px 25.09px 0
overflow hidden overflow hidden
clear both clear both
margin-bottom 50px
.sec .sec
width 100% width 100%
.sec1 .sec1
@@ -153,7 +158,8 @@ export default {
display flex display flex
.bottom .bottom
_wh(100%, 38px) _wh(100%, 38px)
background center bottom / 1906px 100% url(../../images/screen1/bottom.png) no-repeat // background center bottom / 1906px 100% url(../../images/screen1/bottom.png) no-repeat
background center bottom / 100% 100% url(../../images/screen1/bottom.png) no-repeat
.cblue .cblue
color #32C5FF !important color #32C5FF !important
.cgreen .cgreen
@@ -200,8 +206,8 @@ export default {
display flex display flex
color #fff color #fff
font-weight bold font-weight bold
font-size 36px font-size 20px
line-height 120px line-height 56px
justify-content space-between justify-content space-between
padding 0 20px padding 0 20px
span span
@@ -212,18 +218,18 @@ export default {
.bottom-con .bottom-con
display flex display flex
justify-content space-around justify-content space-around
margin-top 100px margin-top 50px
.tipImg .tipImg
margin-left 30px margin-left 30px
width 120px width 70px
height 120px height 70px
border 1px solid #000 border 1px solid #000
border-radius 60px border-radius 35px
// background #6CE64E // background #6CE64E
p p
font-size 40px font-size 26px
color #df63fb color #df63fb
font-weight bold font-weight bold
text-align center text-align center
line-height 70px line-height 35px
</style> </style>