星际探索飘屏修改

This commit is contained in:
chenshuanglin
2023-03-23 15:23:28 +08:00
parent 7601d83deb
commit b6fcd0d809
2 changed files with 4 additions and 4 deletions

View File

@@ -697,7 +697,7 @@
}
- (void)createSailingBannerAnimation:(AttachmentModel *)attatchment {
CGFloat kscale = (CGFloat)60 / (CGFloat)375;
CGFloat kscale = (CGFloat)55 / (CGFloat)375;
XPSailingAnimationView *sailingView = [[XPSailingAnimationView alloc] initWithFrame:CGRectMake(KScreenWidth, kNavigationHeight + 15, KScreenWidth, KScreenWidth * kscale)];
sailingView.prizeInfo = attatchment.data;
[self.middleLevelView addSubview:sailingView];

View File

@@ -44,9 +44,9 @@
}];
[self.titleLabel mas_makeConstraints:^(MASConstraintMaker *make) {
make.left.mas_equalTo(self.backImageView).offset(89 * kScreenScale);
make.top.mas_equalTo(self.backImageView).offset(29 * kScreenScale);
make.right.mas_lessThanOrEqualTo(self.backImageView);
make.left.mas_equalTo(self.backImageView).offset(70 * kScreenScale);
make.centerY.mas_equalTo(self.backImageView);
make.right.mas_equalTo(self.backImageView).offset(-38 * kScreenScale);
}];
}