|
@@ -49,8 +49,8 @@
|
|
|
<view class="boxs-pre-title">AI督导对话</view>
|
|
<view class="boxs-pre-title">AI督导对话</view>
|
|
|
<view class="boxs-pre-tip adfac">点击开始<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
<view class="boxs-pre-tip adfac">点击开始<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="boxs-pre bp2">
|
|
|
|
|
- <view class="boxs-pre-title">人工报告解读</view>
|
|
|
|
|
|
|
+ <view class="boxs-pre bp2" @click="toTurn('/pages/support')">
|
|
|
|
|
+ <view class="boxs-pre-title">专业支持</view>
|
|
|
<view class="boxs-pre-tip adfac">添加客服微信预约<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
<view class="boxs-pre-tip adfac">添加客服微信预约<image :src="imgBase+'home_arrow_right.png'"></image></view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -412,6 +412,8 @@
|
|
|
line-height: 48rpx;
|
|
line-height: 48rpx;
|
|
|
}
|
|
}
|
|
|
&-menu{
|
|
&-menu{
|
|
|
|
|
+ width: calc(100% + 48rpx);
|
|
|
|
|
+ margin-left: -24rpx;
|
|
|
margin-top: 45rpx;
|
|
margin-top: 45rpx;
|
|
|
&-pre{
|
|
&-pre{
|
|
|
width: calc(100% / 3);
|
|
width: calc(100% / 3);
|