|
@@ -1,26 +1,26 @@
|
|
<template>
|
|
<template>
|
|
<view class="content">
|
|
<view class="content">
|
|
|
|
|
|
- <!-- 自定义导航 -->
|
|
|
|
- <view class="zdyNavBox">
|
|
|
|
- <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
|
|
- <view class="zdyNav">
|
|
|
|
- <view class="zdyNavLeft">
|
|
|
|
- <div @click="goback" class="uni-page-head-btn"><i class="uni-btn-icon"
|
|
|
|
- style="color: rgb(0, 0, 0); font-size: 27px;"></i></div>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
- <view class="zdyNavTitle">车型件</view>
|
|
|
|
- <view v-if="param.length != 0" class="zdyNavRight" @click="goOemSearch()">OEM搜索</view>
|
|
|
|
- <view v-else style="width: 120rpx;"></view>
|
|
|
|
-
|
|
|
|
- </view>
|
|
|
|
|
|
+ <!-- 自定义导航 -->
|
|
|
|
+ <view class="zdyNavBox">
|
|
|
|
+ <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
|
|
+ <view class="zdyNav">
|
|
|
|
+ <view class="zdyNavLeft">
|
|
|
|
+ <div @click="goback" class="uni-page-head-btn"><i class="uni-btn-icon"
|
|
|
|
+ style="color: rgb(0, 0, 0); font-size: 27px;"></i></div>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
|
|
+ <view class="zdyNavTitle">车型件</view>
|
|
|
|
+ <view v-if="param.length != 0" class="zdyNavRight" @click="goOemSearch()">OEM搜索</view>
|
|
|
|
+ <view v-else style="width: 120rpx;"></view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
<view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
|
|
<view style="height: 44px;"></view>
|
|
<view style="height: 44px;"></view>
|
|
|
|
|
|
|
|
|
|
- <view class="top">
|
|
|
|
|
|
+ <view v-if="type != 2" class="top">
|
|
<view class="topCont">
|
|
<view class="topCont">
|
|
<view class="carBox">
|
|
<view class="carBox">
|
|
<!-- <image src="../../static/img/nocar.png" mode="" class="carLogo"></image> -->
|
|
<!-- <image src="../../static/img/nocar.png" mode="" class="carLogo"></image> -->
|
|
@@ -33,13 +33,22 @@
|
|
<view class="vinB">VIN</view>
|
|
<view class="vinB">VIN</view>
|
|
<view class="vinNum">{{vin}}</view>
|
|
<view class="vinNum">{{vin}}</view>
|
|
</view>
|
|
</view>
|
|
- <view v-if="chexingMesList.length != 0" class="vinBox2">
|
|
|
|
|
|
+ <view v-if="chexingMesList.length != 0" class="vinBox2">
|
|
<view class="detail" @click="goCarDetail()">车型详情</view>
|
|
<view class="detail" @click="goCarDetail()">车型详情</view>
|
|
- <image src="../../static/img/icon_arrow_blue_r@2x.png" mode="" style="width: 24rpx; height: 24rpx"></image>
|
|
|
|
|
|
+ <image src="../../static/img/icon_arrow_blue_r@2x.png" mode=""
|
|
|
|
+ style="width: 24rpx; height: 24rpx"></image>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view v-else class="top">
|
|
|
|
+
|
|
|
|
+ <view class="carBox2">
|
|
|
|
+ <view class="carTxt2" v-if="!description">{{brand_name}}</view>
|
|
|
|
+ <view class="carTxt2" v-if="description">{{description}}</view>
|
|
|
|
+ </view>
|
|
|
|
+
|
|
|
|
+ </view>
|
|
<!--车辆配置 -->
|
|
<!--车辆配置 -->
|
|
<view class="mainBox" v-if="restrainShow">
|
|
<view class="mainBox" v-if="restrainShow">
|
|
<view class="maintitle">{{caption}}</view>
|
|
<view class="maintitle">{{caption}}</view>
|
|
@@ -77,39 +86,39 @@
|
|
param: '',
|
|
param: '',
|
|
token: '',
|
|
token: '',
|
|
epc_id: '',
|
|
epc_id: '',
|
|
- chexingMesList:[],
|
|
|
|
- chexing:'',
|
|
|
|
- description:'',
|
|
|
|
- type:'',
|
|
|
|
|
|
+ chexingMesList: [],
|
|
|
|
+ chexing: '',
|
|
|
|
+ description: '',
|
|
|
|
+ type: '',
|
|
}
|
|
}
|
|
},
|
|
},
|
|
onLoad(opt) {
|
|
onLoad(opt) {
|
|
this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
|
|
this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
|
|
- if(opt.type==2){
|
|
|
|
- this.type=2
|
|
|
|
- this.token=opt.token;
|
|
|
|
- this.param=opt.param;
|
|
|
|
- this.access_time=opt.access_time;
|
|
|
|
- this.epc_id=opt.epc_id;
|
|
|
|
- this.description=opt.modelname;
|
|
|
|
|
|
+ if (opt.type == 2) {
|
|
|
|
+ this.type = 2
|
|
|
|
+ this.token = opt.token;
|
|
|
|
+ this.param = opt.param;
|
|
|
|
+ this.access_time = opt.access_time;
|
|
|
|
+ this.epc_id = opt.epc_id;
|
|
|
|
+ this.description = opt.modelname;
|
|
//车型点选
|
|
//车型点选
|
|
this.getModelGroup()
|
|
this.getModelGroup()
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
this.vin = opt.vin
|
|
this.vin = opt.vin
|
|
this.getData()
|
|
this.getData()
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- getModelGroup(){
|
|
|
|
|
|
+ getModelGroup() {
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '加载中'
|
|
title: '加载中'
|
|
});
|
|
});
|
|
this.$http('advancedEpc/getModelGroup', {
|
|
this.$http('advancedEpc/getModelGroup', {
|
|
token: this.token,
|
|
token: this.token,
|
|
- param: this.param,
|
|
|
|
- epc_id:this.epc_id,
|
|
|
|
- access_time:this.access_time
|
|
|
|
|
|
+ param: this.param,
|
|
|
|
+ epc_id: this.epc_id,
|
|
|
|
+ access_time: this.access_time
|
|
}, 'GET').then(res => {
|
|
}, 'GET').then(res => {
|
|
uni.hideLoading();
|
|
uni.hideLoading();
|
|
//console.log(res.data.number);
|
|
//console.log(res.data.number);
|
|
@@ -119,11 +128,11 @@
|
|
this.access_time = res.data.result.access_time;
|
|
this.access_time = res.data.result.access_time;
|
|
this.caption = res.data.result.caption
|
|
this.caption = res.data.result.caption
|
|
this.epc_id = res.data.result.epc_id;
|
|
this.epc_id = res.data.result.epc_id;
|
|
-
|
|
|
|
|
|
+
|
|
if (res.data.result.restrains.length > 0) {
|
|
if (res.data.result.restrains.length > 0) {
|
|
this.restrains = res.data.result.restrains;
|
|
this.restrains = res.data.result.restrains;
|
|
this.restrainShow = true;
|
|
this.restrainShow = true;
|
|
-
|
|
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
this.zzTime = res.data.result.access_time;
|
|
this.zzTime = res.data.result.access_time;
|
|
this.zlist = res.data.result.list;
|
|
this.zlist = res.data.result.list;
|
|
@@ -131,23 +140,23 @@
|
|
this.groupShow = true;
|
|
this.groupShow = true;
|
|
this.token = res.data.result.list[0].token;
|
|
this.token = res.data.result.list[0].token;
|
|
this.param = res.data.result.list[0].param;
|
|
this.param = res.data.result.list[0].param;
|
|
- if(res.data.result.vehicle.description){
|
|
|
|
- this.description=res.data.result.vehicle.description
|
|
|
|
|
|
+ if (res.data.result.vehicle.description) {
|
|
|
|
+ this.description = res.data.result.vehicle.description
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
|
|
|
|
+ if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
this.chexingMesList = res.data.result.vehicle.tree;
|
|
this.chexingMesList = res.data.result.vehicle.tree;
|
|
this.chexing = res.data.result.vehicle.description;
|
|
this.chexing = res.data.result.vehicle.description;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
-
|
|
|
|
|
|
+
|
|
uni.showToast({
|
|
uni.showToast({
|
|
title: res.data.message,
|
|
title: res.data.message,
|
|
icon: 'none',
|
|
icon: 'none',
|
|
duration: 3000
|
|
duration: 3000
|
|
});
|
|
});
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
});
|
|
});
|
|
},
|
|
},
|
|
getData() {
|
|
getData() {
|
|
@@ -166,11 +175,11 @@
|
|
this.access_time = res.data.result.access_time;
|
|
this.access_time = res.data.result.access_time;
|
|
this.caption = res.data.result.caption
|
|
this.caption = res.data.result.caption
|
|
this.epc_id = res.data.result.epc_id;
|
|
this.epc_id = res.data.result.epc_id;
|
|
-
|
|
|
|
|
|
+
|
|
if (res.data.result.restrains.length > 0) {
|
|
if (res.data.result.restrains.length > 0) {
|
|
this.restrains = res.data.result.restrains;
|
|
this.restrains = res.data.result.restrains;
|
|
- this.restrainShow = true;
|
|
|
|
-
|
|
|
|
|
|
+ this.restrainShow = true;
|
|
|
|
+
|
|
} else {
|
|
} else {
|
|
this.zzTime = res.data.result.access_time;
|
|
this.zzTime = res.data.result.access_time;
|
|
this.zlist = res.data.result.list;
|
|
this.zlist = res.data.result.list;
|
|
@@ -178,13 +187,13 @@
|
|
this.groupShow = true;
|
|
this.groupShow = true;
|
|
this.token = res.data.result.list[0].token;
|
|
this.token = res.data.result.list[0].token;
|
|
this.param = res.data.result.list[0].param;
|
|
this.param = res.data.result.list[0].param;
|
|
- if(res.data.result.vehicle.description){
|
|
|
|
- this.description=res.data.result.vehicle.description
|
|
|
|
|
|
+ if (res.data.result.vehicle.description) {
|
|
|
|
+ this.description = res.data.result.vehicle.description
|
|
}
|
|
}
|
|
- }
|
|
|
|
- if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
|
|
- this.chexingMesList = res.data.result.vehicle.tree;
|
|
|
|
- this.chexing = res.data.result.vehicle.description;
|
|
|
|
|
|
+ }
|
|
|
|
+ if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
|
|
+ this.chexingMesList = res.data.result.vehicle.tree;
|
|
|
|
+ this.chexing = res.data.result.vehicle.description;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
|
|
|
|
@@ -200,10 +209,10 @@
|
|
restrainsClick(item) {
|
|
restrainsClick(item) {
|
|
this.param = item.param;
|
|
this.param = item.param;
|
|
this.token = item.token;
|
|
this.token = item.token;
|
|
-
|
|
|
|
|
|
+
|
|
this.getcarVinGroup()
|
|
this.getcarVinGroup()
|
|
- },
|
|
|
|
-
|
|
|
|
|
|
+ },
|
|
|
|
+
|
|
getcarVinGroup() {
|
|
getcarVinGroup() {
|
|
uni.showLoading({
|
|
uni.showLoading({
|
|
title: '加载中'
|
|
title: '加载中'
|
|
@@ -222,8 +231,8 @@
|
|
this.caption = res.data.result.caption
|
|
this.caption = res.data.result.caption
|
|
if (res.data.result.restrains.length > 0) {
|
|
if (res.data.result.restrains.length > 0) {
|
|
this.restrains = res.data.result.restrains;
|
|
this.restrains = res.data.result.restrains;
|
|
- this.restrainShow = true;
|
|
|
|
- this.token = res.data.result.restrains[0].token;
|
|
|
|
|
|
+ this.restrainShow = true;
|
|
|
|
+ this.token = res.data.result.restrains[0].token;
|
|
this.param = res.data.result.restrains[0].param;
|
|
this.param = res.data.result.restrains[0].param;
|
|
} else {
|
|
} else {
|
|
this.token = res.data.result.list[0].token;
|
|
this.token = res.data.result.list[0].token;
|
|
@@ -232,14 +241,14 @@
|
|
this.zlist = res.data.result.list;
|
|
this.zlist = res.data.result.list;
|
|
this.restrainShow = false;
|
|
this.restrainShow = false;
|
|
this.groupShow = true;
|
|
this.groupShow = true;
|
|
- if(res.data.result.vehicle.description){
|
|
|
|
- this.description=res.data.result.vehicle.description
|
|
|
|
|
|
+ if (res.data.result.vehicle.description) {
|
|
|
|
+ this.description = res.data.result.vehicle.description
|
|
}
|
|
}
|
|
- }
|
|
|
|
-
|
|
|
|
- if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
|
|
- this.chexingMesList = res.data.result.vehicle.tree;
|
|
|
|
- this.chexing = res.data.result.vehicle.description;
|
|
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ if (Object.keys(res.data.result.vehicle).length != 0) {
|
|
|
|
+ this.chexingMesList = res.data.result.vehicle.tree;
|
|
|
|
+ this.chexing = res.data.result.vehicle.description;
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
uni.showToast({
|
|
uni.showToast({
|
|
@@ -251,30 +260,31 @@
|
|
|
|
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- goCarDetail() {
|
|
|
|
- var that = this;
|
|
|
|
- uni.setStorage({
|
|
|
|
- key: 'chexing',
|
|
|
|
- data: that.chexing,
|
|
|
|
- success: function() {
|
|
|
|
-
|
|
|
|
- uni.setStorage({
|
|
|
|
- key: 'chexingMesList',
|
|
|
|
- data: that.chexingMesList,
|
|
|
|
- success: function() {
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: 'CarDetail'
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ goCarDetail() {
|
|
|
|
+ var that = this;
|
|
|
|
+ uni.setStorage({
|
|
|
|
+ key: 'chexing',
|
|
|
|
+ data: that.chexing,
|
|
|
|
+ success: function() {
|
|
|
|
+
|
|
|
|
+ uni.setStorage({
|
|
|
|
+ key: 'chexingMesList',
|
|
|
|
+ data: that.chexingMesList,
|
|
|
|
+ success: function() {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: 'CarDetail'
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+
|
|
|
|
+
|
|
},
|
|
},
|
|
goOemSearch() {
|
|
goOemSearch() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: 'OemSearch?brand=' + this.brand_name + '&epc_id=' + this.epc_id + '&vin=' + this.vin + '¶m=' + this.param +
|
|
|
|
|
|
+ url: 'OemSearch?brand=' + this.brand_name + '&epc_id=' + this.epc_id + '&vin=' + this.vin +
|
|
|
|
+ '¶m=' + this.param +
|
|
'&token=' + this.token + '&access_time=' + this.access_time
|
|
'&token=' + this.token + '&access_time=' + this.access_time
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -282,26 +292,28 @@
|
|
console.log('返回');
|
|
console.log('返回');
|
|
uni.navigateBack({})
|
|
uni.navigateBack({})
|
|
},
|
|
},
|
|
- goTwo(item) {
|
|
|
|
- var that = this;
|
|
|
|
- uni.setStorage({
|
|
|
|
- key: 'chexing',
|
|
|
|
- data: that.chexing,
|
|
|
|
- success: function() {
|
|
|
|
-
|
|
|
|
- uni.setStorage({
|
|
|
|
- key: 'chexingMesList',
|
|
|
|
- data: that.chexingMesList,
|
|
|
|
- success: function() {
|
|
|
|
- uni.navigateTo({
|
|
|
|
- url: 'modelTwo?vin=' + that.vin + '&zzTime=' + that.zzTime + '¶m=' + item.param +
|
|
|
|
- '&token=' + item.token + '&epc_id=' + that.epc_id+'&description='+that.description
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
- }
|
|
|
|
- });
|
|
|
|
-
|
|
|
|
|
|
+ goTwo(item) {
|
|
|
|
+ var that = this;
|
|
|
|
+ uni.setStorage({
|
|
|
|
+ key: 'chexing',
|
|
|
|
+ data: that.chexing,
|
|
|
|
+ success: function() {
|
|
|
|
+
|
|
|
|
+ uni.setStorage({
|
|
|
|
+ key: 'chexingMesList',
|
|
|
|
+ data: that.chexingMesList,
|
|
|
|
+ success: function() {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: 'modelTwo?vin=' + that.vin + '&zzTime=' + that
|
|
|
|
+ .zzTime + '¶m=' + item.param +
|
|
|
|
+ '&token=' + item.token + '&epc_id=' + that.epc_id +
|
|
|
|
+ '&description=' + that.description + '&type=' + that.type
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+ }
|
|
|
|
+ });
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -315,41 +327,42 @@
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
padding-bottom: env(safe-area-inset-bottom);
|
|
}
|
|
}
|
|
|
|
|
|
- .zdyNavBox {
|
|
|
|
- width: 100vw;
|
|
|
|
- background: #FFFFFF;
|
|
|
|
- position: fixed;
|
|
|
|
- top: 0;
|
|
|
|
- left: 0;
|
|
|
|
- z-index: 9999999;
|
|
|
|
-
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .zdyNav {
|
|
|
|
- display: flex;
|
|
|
|
- justify-content: space-between;
|
|
|
|
- align-items: center;
|
|
|
|
- padding: 14rpx 6rpx;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .zdyNavLeft{
|
|
|
|
- width: 120rpx;
|
|
|
|
- }
|
|
|
|
- .zdyNavTitle {
|
|
|
|
- background: #FFFFFF;
|
|
|
|
- text-align: center;
|
|
|
|
- font-size: 32rpx;
|
|
|
|
- font-weight: bold;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .zdyNavRight {
|
|
|
|
- background: #FFFFFF;
|
|
|
|
- text-align: center;
|
|
|
|
- font-size: 28rpx;
|
|
|
|
- color: #3F90F7;
|
|
|
|
- width: 120rpx;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
|
|
+ .zdyNavBox {
|
|
|
|
+ width: 100vw;
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ position: fixed;
|
|
|
|
+ top: 0;
|
|
|
|
+ left: 0;
|
|
|
|
+ z-index: 9999999;
|
|
|
|
+
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .zdyNav {
|
|
|
|
+ display: flex;
|
|
|
|
+ justify-content: space-between;
|
|
|
|
+ align-items: center;
|
|
|
|
+ padding: 14rpx 6rpx;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .zdyNavLeft {
|
|
|
|
+ width: 120rpx;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .zdyNavTitle {
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 32rpx;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .zdyNavRight {
|
|
|
|
+ background: #FFFFFF;
|
|
|
|
+ text-align: center;
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ color: #3F90F7;
|
|
|
|
+ width: 120rpx;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@@ -362,6 +375,7 @@
|
|
width: 750rpx;
|
|
width: 750rpx;
|
|
height: 160rpx;
|
|
height: 160rpx;
|
|
background: #FFFFFF;
|
|
background: #FFFFFF;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
.carLogo {
|
|
.carLogo {
|
|
@@ -376,8 +390,11 @@
|
|
color: #333333;
|
|
color: #333333;
|
|
line-height: 36rpx;
|
|
line-height: 36rpx;
|
|
width: 606rpx;
|
|
width: 606rpx;
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
.carJt {
|
|
.carJt {
|
|
width: 25rpx;
|
|
width: 25rpx;
|
|
height: 24rpx;
|
|
height: 24rpx;
|
|
@@ -389,7 +406,25 @@
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|
|
padding: 30rpx 24rpx 24rpx 34rpx;
|
|
padding: 30rpx 24rpx 24rpx 34rpx;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+ .carBox2{
|
|
|
|
+ background-color: #FFFFFF;
|
|
|
|
+ padding: 30rpx 24rpx;
|
|
|
|
+ }
|
|
|
|
+ .carTxt2 {
|
|
|
|
+ font-size: 28rpx;
|
|
|
|
+ font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
+ font-weight: 500;
|
|
|
|
+ color: #333333;
|
|
|
|
+ line-height: 36rpx;
|
|
|
|
+ /* width: 606rpx; */
|
|
|
|
+ height: 75rpx;
|
|
|
|
+ /* 隐藏文字显示 ...超过2行省略 */
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ -webkit-line-clamp: 2;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ display: -webkit-box;
|
|
|
|
+ -webkit-box-orient: vertical;
|
|
|
|
+ }
|
|
.vinBox {
|
|
.vinBox {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
justify-content: space-between;
|