This commit is contained in:
2023-12-28 14:01:37 +08:00
parent 3a056bcb82
commit 15e3718975

View File

@@ -79,20 +79,20 @@ export default {
&:first-child
margin-bottom 70px
.veh_item_label
width 480px
_font(40px, 56px, #B4C1D8, 500, right)
width 530px
_font(36px, 56px, #B4C1D8, 500, right)
font-family: SourceHanSansCN-Medium;
.veh_item_val
width calc(100% - 480px)
padding 0 20px 0 40px
width calc(100% - 530px)
padding 0 20px 0 10px
margin-left 20px
_font(40px, 56px, #fff, 500,,)
_font(36px, 56px, #fff, 500,,)
font-family: SourceHanSansCN-Medium;
white-space: nowrap
.veh_item_label_1
width 100%
text-align center
.qr_box
_wh(300px, 300px)
_wh(330px, 330px)
background center / 100% 100% url(../../../images/new/qr_load.png) no-repeat
</style>