Browse Source

样式修改

xuqiaoying 3 năm trước cách đây
mục cha
commit
8f8f009143
4 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 1 1
      pages/course/index.vue
  2. 1 0
      pages/learn/index.vue
  3. 1 1
      pages/shopping/shoppingCart.vue
  4. 1 1
      pages/wd/index.vue

+ 1 - 1
pages/course/index.vue

@@ -580,7 +580,7 @@ export default {
 	}
 	.listBox{
 		background-color: #EAEEF1;
-		padding: 24rpx;
+		padding: 24rpx 24rpx 100rpx 24rpx;
 		position: relative;
 		// top: 235rpx;
 	}

+ 1 - 0
pages/learn/index.vue

@@ -587,6 +587,7 @@ export default {
 		// 看直播
 		// let encode = encodeURIComponent(WEBVIEW_URL+'pages/live/index?token='+uni.getStorageSync('token')+'&userInfo='+JSON.stringify(this.userInfo)+'&channelId='+item.liveUrl+'&gradeId='+0+'&courseId='+this.courseId+'&goodsId='+this.goodsId+'&orderGoodsId='+this.orderGoodsId+'&sectionId='+sectionId+'&chapterId='+chapterId+'&moduleId='+moduleId)
 		toLiveLook(item) {
+			console.log('-------item', item)
 			let moduleId = item.moduleId || 0
 			let chapterId = item.chapterId || 0
 			let sectionId = item.sectionId || item.menuId

+ 1 - 1
pages/shopping/shoppingCart.vue

@@ -662,7 +662,7 @@ page {
 }
 .bottomBox {
 	position: fixed;
-	bottom: 0;
+	bottom: 100rpx;
 	width: 100%;
 	left: 0;
 	height: 132rpx;

+ 1 - 1
pages/wd/index.vue

@@ -339,7 +339,7 @@ page {
 }
 .loginBox {
 	position: relative;
-	padding: 0 30rpx 20rpx 30rpx;
+	padding: 0 30rpx 180rpx 30rpx;
     top: 430rpx;
 	width: 100%;
 	height: 100%;