Explorar o código

游戏页面修改

tanxue hai 9 meses
pai
achega
2cf3812436
Modificáronse 2 ficheiros con 19 adicións e 8 borrados
  1. 18 6
      common/styles/global/pages.scss
  2. 1 2
      pages/game/index.vue

+ 18 - 6
common/styles/global/pages.scss

@@ -273,8 +273,8 @@
 		@include ezy-no-repeat-cover;position: relative;margin: 0 auto;
 	}
 	.chapter-box{
-		width: 150rpx;text-align: center;font-weight: 800;color: #5c1a11;
-		font-size: 32rpx;position: absolute;top:122rpx;left:330rpx;
+		width: 160rpx;text-align: center;font-weight: 800;color: #5c1a11;
+		font-size: 30rpx;position: absolute;top:122rpx;left:322rpx;
 	}
 	.chapter-title-box{
 		width: 325rpx;height: 80rpx;text-align: center;font-weight: 800;color: #fbb030;
@@ -1066,10 +1066,22 @@
 		}
 		.goose-img-box{width: 231rpx;height: 442rpx;@include ezy-no-repeat-cover;}
 	}
-	.game-goose-box0 .game-progress-box{bottom: 300rpx;}
-	.game-goose-box1 .game-progress-box{bottom: 330rpx;}
-	.game-goose-box2 .game-progress-box{bottom: 400rpx;}
-	.game-goose-box3 .game-progress-box{bottom: 460rpx;}
+	.game-goose-box0{
+		.game-progress-box{bottom: 300rpx;}
+		.game-progress-text{bottom: 303rpx;}
+	} 
+	.game-goose-box1{
+		.game-progress-box{bottom: 330rpx;}
+		.game-progress-text{bottom: 333rpx;}
+	} 
+	.game-goose-box2{
+		.game-progress-box{bottom: 400rpx;}
+		.game-progress-text{bottom: 403rpx;}
+	} 
+	.game-goose-box3{
+		.game-progress-box{bottom: 460rpx;}
+		.game-progress-text{bottom: 463rpx;}
+	} 
 	
 	// food
 	.food-img-box{width: 80rpx;height: 75rpx;position: absolute;}

+ 1 - 2
pages/game/index.vue

@@ -55,8 +55,7 @@
 			content: `1. 学习课程积分:APP 提供丰富视频课程,学生首次完整学完一门课程,就能获得 30 积分。系统会记录学习情况,重复学习同一课程不再积分,激励学生探索新内容。
 					2. 答题积分:各章节配有单元测试,学生首次答题,每答对一题获 10 积分,答错无积分。重复测试以首次答题结果为准,促使学生认真对待初次测试。
 					3. 蛋糕兑换积分:
-						- 学生可用积分兑换成长值蛋糕,100 积分换 30 成长值蛋糕、300 积分换 100 成长值蛋糕、600 积分换 300 成长值蛋糕,为宠物鹅成长助力。
-						- 每天限定兑换2次成长值蛋糕。`,
+						- 学生可用积分兑换成长值蛋糕,100 积分换 30 成长值蛋糕、300 积分换 100 成长值蛋糕、600 积分换 300 成长值蛋糕,为宠物鹅成长助力。`,
 	}]);
 	const foodSelectRef = ref(null);
 	const dlRef = ref(null);