|
@@ -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;}
|