|
@@ -1046,7 +1046,10 @@
|
|
|
.game-jf-box{position: absolute;right: 24rpx;top: var(--status-bar-height);}
|
|
|
// goose
|
|
|
.game-goose-box{
|
|
|
- position: absolute;bottom: 300rpx;right: 80rpx;
|
|
|
+ position: absolute;bottom: 300rpx;right: 80rpx;color: #0d5f84;
|
|
|
+ .game-progress-text{
|
|
|
+ position: absolute;left: 50%;transform: translateX(-50%);font-size: 18rpx;bottom: 303rpx;
|
|
|
+ }
|
|
|
.game-progress-box{
|
|
|
width: 138rpx;height: 25rpx;position: absolute;left: 48rpx;
|
|
|
.u-line-progress__background{
|