This commit is contained in:
2023-10-08 13:54:19 +08:00
parent 03118bd33b
commit 57e13af7ea
2 changed files with 78 additions and 78 deletions

View File

@@ -124,34 +124,34 @@ export default {
.con1 .con1
float left float left
position relative position relative
width 4.62rem width 4.5rem
height 4.62rem height 4.5rem
background center / 100% 100% url(../../../images/aio/car2.png) no-repeat background center / 100% 100% url(../../../images/aio/car2.png) no-repeat
margin-left .18rem margin-left .95rem
margin-right .35rem margin-right .95rem
margin-top 1rem margin-top 1.1rem
button button
box-sizing border-box box-sizing border-box
width 3.7rem width 2.7rem
height 1.08rem height 1.08rem
border 8px solid #F1F1F5 border 8px solid #F1F1F5
border-radius 16px border-radius 16px
font-size .3rem font-size .3rem
background #ffffff background #ffffff
margin-top 1.7rem margin-top 1.8rem
margin-left .5rem margin-left .9rem
padding .03rem padding .03rem
.con2 .con2
float left float left
width 6.4rem width 4.5rem
height 5.02rem height 4.5rem
background center / 100% 100% url(../../../images/aio/bg2.png) no-repeat background center / 100% 100% url(../../../images/aio/bg2.png) no-repeat
padding-top .2rem padding-top .2rem
margin-top 1rem margin-top 1.1rem
.infoli .infoli
width 6rem width 4.2rem
line-height 0.68rem line-height 0.65rem
height 0.68rem height 0.65rem
background #ffffff background #ffffff
margin 0 auto margin 0 auto
// margin-bottom 2px // margin-bottom 2px
@@ -159,16 +159,16 @@ export default {
img img
float left float left
margin .22rem .15rem 0 .31rem margin .22rem .15rem 0 .31rem
width .26rem width .22rem
height .26rem height .22rem
.title .title
float left float left
display inline-block display inline-block
font-size .24rem font-size .2rem
color #323232 color #323232
.txt .txt
float left float left
display inline-block display inline-block
font-size .3rem font-size .2rem
color #FA6400 color #FA6400
</style> </style>

View File

@@ -23,53 +23,53 @@ export default {
data () { data () {
return { return {
selectObj: {}, selectObj: {},
dataList: [] // dataList: []
// dataList: [ dataList: [
// { {
// id: '1', id: '1',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '2', id: '2',
// code_name: 'A-ZD102' code_name: 'A-ZD102'
// }, },
// { {
// id: '3', id: '3',
// code_name: 'A-ZD103' code_name: 'A-ZD103'
// }, },
// { {
// id: '4', id: '4',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '5', id: '5',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '6', id: '6',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '7', id: '7',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '8', id: '8',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '9', id: '9',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '10', id: '10',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// }, },
// { {
// id: '11', id: '11',
// code_name: 'A-ZD101' code_name: 'A-ZD101'
// } }
// ] ]
} }
}, },
created () { created () {
@@ -111,26 +111,26 @@ export default {
<style lang="stylus" scoped> <style lang="stylus" scoped>
.con .con
float left float left
margin-left .4rem margin-left .95rem
margin-top .39rem margin-top .39rem
.box1 .box1
width 10.4rem width 10rem
// height 6.1rem // height 6.1rem
.point .point
width 2rem width 1.8rem
line-height .9rem line-height .9rem
color #FA6400 color #FA6400
font-size .36rem font-size .24rem
text-align center text-align center
border .16rem solid #DFE1E6 border .1rem solid #DFE1E6
border-radius .2rem border-radius .2rem
background #ffffff background #ffffff
margin-right .4rem margin-right .2rem
margin-bottom .35rem margin-bottom .35rem
.box2 .box2
position fixed position fixed
bottom .5rem bottom .5rem
width 9.81rem width 9.8rem
height 1.5rem height 1.5rem
border .16rem solid #DFE1E6 border .16rem solid #DFE1E6
border-radius .2rem border-radius .2rem
@@ -141,7 +141,7 @@ export default {
top .34rem top .34rem
display inline-block display inline-block
line-height .5rem line-height .5rem
font-size .28rem font-size .24rem
border-right 3px solid #FA6400 border-right 3px solid #FA6400
width 1.6rem width 1.6rem
color #464646 color #464646
@@ -150,22 +150,22 @@ export default {
left 2.5rem left 2.5rem
top .38rem top .38rem
display inline-block display inline-block
font-size .34rem font-size .3rem
color #fa6400 color #fa6400
.btn .btn
width 1.8rem width 1.4rem
line-height .88rem line-height .88rem
font-size .32rem font-size .24rem
border-radius .28rem border-radius .28rem
color #ffffff color #ffffff
.btn1 .btn1
position absolute position absolute
left 5.5rem left 6rem
top .15rem top .15rem
background #FD6A35 background #FD6A35
.btn2 .btn2
position absolute position absolute
left 7.5rem left 7.6rem
top .15rem top .15rem
background #989EBB background #989EBB
</style> </style>