tanxue 2 ヶ月 前
コミット
4f77d93eb6
2 ファイル変更3 行追加2 行削除
  1. 2 1
      common/styles/global/pages.scss
  2. 1 1
      pages/client/jiazheng/shareImage.vue

+ 2 - 1
common/styles/global/pages.scss

@@ -840,7 +840,7 @@
 		.jbxx-title{font-size: 30rpx;color: #3fd2a1;font-weight: bold;}
 	}
 	.jbxx-tip{font-size: 24rpx;color: #666;text-align:center;
-	box-sizing: border-box;padding: 20rpx 0 0;justify-content: center;margin-bottom: 0;}
+	box-sizing: border-box;padding: 20rpx 32rpx 0;justify-content: center;margin-bottom: 0;}
 	
 	.jianli-bottom-box{
 		width: 100%;height: 100rpx;background-color: #f9f9f9;border-top: 1rpx solid #eeeeee;z-index: 9;
@@ -852,6 +852,7 @@
 		.bottom-text{font-size: 24rpx;color: #333;}
 	}
 	
+	.jbxx-tel-btn{width: 240rpx;margin-top: 32rpx;font-size: 28rpx;}
 }
 
 /*** 地图浮层 ***/

+ 1 - 1
pages/client/jiazheng/shareImage.vue

@@ -74,7 +74,7 @@
 				</view>
 			</view>
 			<view class="jbxx-tip">{{jianliInfo.tips}} </view>
-			<view class="jbxx-tip" @click="callPhone">联系电话</view>
+			<button type="default" @click="callPhone" class="phone-green-btn jbxx-tel-btn">联系电话</button>
 			
 		</view>
 	</view>