|
@@ -3,23 +3,14 @@
|
|
|
|
|
|
<div class="plate01 plate">
|
|
|
<img class="pl01-bg" src="@/assets/images/eight-bg.png" alt="">
|
|
|
- <div class="layout">
|
|
|
- <img src="@/assets/images/banner_pro.png" alt="">
|
|
|
+ <div class="layout" :style="{marginLeft:(split - 178)+ 'px'}">
|
|
|
+ <img class="product-img" src="@/assets/images/banner_pro.png" alt="">
|
|
|
<div class="info">
|
|
|
<h2>4DKankan Pro</h2>
|
|
|
<h2>让空间讲故事</h2>
|
|
|
- <h4>标准套装</h4>
|
|
|
- <p><span class="money">¥4999</span>购机即返利4999元至注册账户</p>
|
|
|
- <p class="p1">1-120个拍摄点位以及30个以内热点的图片或文字价值99元</p>
|
|
|
- <p class="p2">超过预设拍摄点位及热点请联系客服</p>
|
|
|
- <div class="v-line"></div>
|
|
|
- <ul>
|
|
|
- <li>永久存储数据</li>
|
|
|
- <li>添加热点</li>
|
|
|
- <li>项目、模型编辑</li>
|
|
|
- <li>计算三维立体化场景</li>
|
|
|
- <li>手机端人工智能算法优化</li>
|
|
|
- </ul>
|
|
|
+ <p><span class="money">¥4999</span>起</p>
|
|
|
+ <p class="p1">骁龙835高性能处理器,6颗200°超广角鱼眼镜头</p>
|
|
|
+ <p class="p2">高速5GWi-Fi传输方式,超强AI算法自动建模</p>
|
|
|
<div class="btns">
|
|
|
<a href="" class="button"><vcenter><img src="@/assets/images/product_icon_arrow.png" alt=""></vcenter></a>
|
|
|
<a href="" class="button">立即购买</a>
|
|
@@ -243,6 +234,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
+import {mapState} from 'vuex'
|
|
|
import vcenter from '@/components/vcenter'
|
|
|
import { getPosition } from '@/util'
|
|
|
import phone from '@/components/phone'
|
|
@@ -364,6 +356,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
+ computed: {
|
|
|
+ ...mapState({
|
|
|
+ split: state => state.ui.navDivision
|
|
|
+ })
|
|
|
+ },
|
|
|
methods: {
|
|
|
|
|
|
},
|