|
@@ -10,7 +10,7 @@
|
|
|
|
|
|
</view>
|
|
</view>
|
|
<view class="zdyNavTitle">车型件</view>
|
|
<view class="zdyNavTitle">车型件</view>
|
|
- <view class="zdyNavRight"></view>
|
|
|
|
|
|
+ <view class="zdyNavRight" @click="goOe">OE查询</view>
|
|
|
|
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -38,7 +38,7 @@
|
|
|
|
|
|
<image class="title" src="../../static/img/text_zhongjian.png" mode=""></image>
|
|
<image class="title" src="../../static/img/text_zhongjian.png" mode=""></image>
|
|
|
|
|
|
- <image class="content" @click="goOe" src="../../static/img/text_shuoming.png" mode=""></image>
|
|
|
|
|
|
+ <image class="content" src="../../static/img/text_shuoming.png" mode=""></image>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -135,7 +135,7 @@
|
|
padding: 14rpx 6rpx;
|
|
padding: 14rpx 6rpx;
|
|
}
|
|
}
|
|
.zdyNavLeft{
|
|
.zdyNavLeft{
|
|
-
|
|
|
|
|
|
+ width: 120rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.zdyNavTitle {
|
|
.zdyNavTitle {
|
|
@@ -150,7 +150,7 @@
|
|
text-align: center;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
font-size: 28rpx;
|
|
color: #3F90F7;
|
|
color: #3F90F7;
|
|
- width: 54rpx;
|
|
|
|
|
|
+ width: 120rpx;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|