소스 검색

修改详情页样式

chenxiong 3 년 전
부모
커밋
d476918a01
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages3/course/detail.vue

+ 2 - 2
pages3/course/detail.vue

@@ -39,12 +39,12 @@
 			</view>
 			
 		</view>
-		<view style="padding: 20rpx;position: relative;top: 730rpx;" v-show="current==0">
+		<view style="padding: 20rpx 20rpx 100rpx;position: relative;top: 730rpx;" v-show="current==0">
 			<view class="content">
 				<view v-html="detail.mobileDetailHtml" style="width: 100%;overflow: hidden;"></view>
 			</view>
 		</view>
-		<view style="padding: 20rpx;padding-bottom: 100rpx;position: relative;top: 730rpx;" v-show="current==1">
+		<view style="padding: 20rpx 20rpx 100rpx;padding-bottom: 100rpx;position: relative;top: 730rpx;" v-show="current==1">
 			<view >
 				<view v-for="(item,index) in courseList" :key="index" >
 					<view class="courseItemBox" >