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