Update README.md
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -183,7 +183,7 @@ module.exports = { | ... | @@ -183,7 +183,7 @@ module.exports = { |
183 | 183 | ||
184 | 举个例子:设计给了你一张 750px \* 1334px 图片,在 iPhone6 上铺满屏幕,其他机型适配。 | 184 | 举个例子:设计给了你一张 750px \* 1334px 图片,在 iPhone6 上铺满屏幕,其他机型适配。 |
185 | 185 | ||
186 | - 当`rootValue: 70` , 样式 `width: 750px;height: 1334px;` 图片会撑满 iPhone6 屏幕,这个时候切换其他机型,图片也会跟着撑 | 186 | - 当`rootValue: 75` , 样式 `width: 750px;height: 1334px;` 图片会撑满 iPhone6 屏幕,这个时候切换其他机型,图片也会跟着撑 |
187 | 满。 | 187 | 满。 |
188 | - 当`rootValue: 37.5` 的时候,样式 `width: 375px;height: 667px;` 图片会撑满 iPhone6 屏幕。 | 188 | - 当`rootValue: 37.5` 的时候,样式 `width: 375px;height: 667px;` 图片会撑满 iPhone6 屏幕。 |
189 | 189 | ... | ... |
-
Please register or sign in to post a comment