|  | @@ -47,11 +47,11 @@
 | 
	
		
			
				|  |  |  		<view class="boxs adfacjb">
 | 
	
		
			
				|  |  |  			<view class="boxs-pre bp1" @click="toTurn('/pages/dialog')">
 | 
	
		
			
				|  |  |  				<view class="boxs-pre-title">AI督导对话</view>
 | 
	
		
			
				|  |  | -				<view class="boxs-pre-tip">点击开始</view>
 | 
	
		
			
				|  |  | +				<view class="boxs-pre-tip adfac">点击开始<image :src="imgBase+'home_arrow_right.png'"></image></view>
 | 
	
		
			
				|  |  |  			</view>
 | 
	
		
			
				|  |  |  			<view class="boxs-pre bp2">
 | 
	
		
			
				|  |  |  				<view class="boxs-pre-title">人工报告解读</view>
 | 
	
		
			
				|  |  | -				<view class="boxs-pre-tip">添加客服微信预约</view>
 | 
	
		
			
				|  |  | +				<view class="boxs-pre-tip adfac">添加客服微信预约<image :src="imgBase+'home_arrow_right.png'"></image></view>
 | 
	
		
			
				|  |  |  			</view>
 | 
	
		
			
				|  |  |  		</view>
 | 
	
		
			
				|  |  |  		<view class="common">
 | 
	
	
		
			
				|  | @@ -304,24 +304,29 @@
 | 
	
		
			
				|  |  |  			margin-top: 20rpx;
 | 
	
		
			
				|  |  |  			position: relative;
 | 
	
		
			
				|  |  |  			&-pre{
 | 
	
		
			
				|  |  | -				width: calc(50% -11rpx);
 | 
	
		
			
				|  |  | -				padding: 36rpx 124rpx 36rpx 24rpx;
 | 
	
		
			
				|  |  | +				width: calc(50% - 11rpx);
 | 
	
		
			
				|  |  | +				padding: 42rpx 0 0 20rpx;
 | 
	
		
			
				|  |  |  				box-sizing: border-box;
 | 
	
		
			
				|  |  |  				height: 184rpx;
 | 
	
		
			
				|  |  |  				&-title{
 | 
	
		
			
				|  |  |  					font-family: PingFang-SC, PingFang-SC;
 | 
	
		
			
				|  |  |  					font-weight: bold;
 | 
	
		
			
				|  |  |  					font-size: 32rpx;
 | 
	
		
			
				|  |  | -					color: #002846;
 | 
	
		
			
				|  |  | +					color: #E0EFEF;
 | 
	
		
			
				|  |  |  					line-height: 45rpx;
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  				&-tip{
 | 
	
		
			
				|  |  |  					font-family: PingFangSC, PingFang SC;
 | 
	
		
			
				|  |  |  					font-weight: 400;
 | 
	
		
			
				|  |  |  					font-size: 24rpx;
 | 
	
		
			
				|  |  | -					color: #657588;
 | 
	
		
			
				|  |  | +					color: #E0EFEF;
 | 
	
		
			
				|  |  |  					line-height: 33rpx;
 | 
	
		
			
				|  |  | -					margin-top: 20rpx;
 | 
	
		
			
				|  |  | +					margin-top: 16rpx;
 | 
	
		
			
				|  |  | +					image{
 | 
	
		
			
				|  |  | +						width: 26rpx;
 | 
	
		
			
				|  |  | +						height: 26rpx;
 | 
	
		
			
				|  |  | +						margin-left: 12rpx;
 | 
	
		
			
				|  |  | +					}
 | 
	
		
			
				|  |  |  				}
 | 
	
		
			
				|  |  |  				&.bp1{
 | 
	
		
			
				|  |  |  					background: url('https://gitee.com/hw_0302/chuang-heng-wechat-images/raw/master/home_box_bg1.png') no-repeat;
 |