Commit 9a51470c authored by guanghui.shi's avatar guanghui.shi

修改图片尺寸比例

parent feda7935
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
[self.qrImageView mas_makeConstraints:^(MASConstraintMaker *make) { [self.qrImageView mas_makeConstraints:^(MASConstraintMaker *make) {
make.centerX.equalTo(self.bgImageView); make.centerX.equalTo(self.bgImageView);
make.width.equalTo(self.bgImageView.mas_width).multipliedBy(103/312.0); make.width.equalTo(self.bgImageView.mas_width).multipliedBy(103/312.0);
make.height.equalTo(self.qrImageView.mas_width).multipliedBy(116/103.0); make.height.equalTo(self.qrImageView.mas_width);
make.bottom.inset(100.0/812.0 *MAINSCREEN_HEIGHT); make.bottom.inset(100.0/812.0 *MAINSCREEN_HEIGHT);
}]; }];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment