Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
dc9371b6
Commit
dc9371b6
authored
Feb 03, 2023
by
jiacheng.mao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增iphone系列(刘海屏)屏幕分辨率(点数)
parent
a4cf91d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
13 deletions
+42
-13
README.md
README.md
+42
-13
No files found.
README.md
View file @
dc9371b6
...
...
@@ -106,3 +106,32 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
2.
执行npm run build:对应环境
3.
将压缩后的www文件夹里的文件覆盖到服务器上下载下来的对应文件
4.
去对应的业务系统环境内修改相应的版本号
iphone系列(刘海屏)屏幕分辨率(点数)统计,当前更新至iPhone 14系列
用于页面适配
iPhone 11 Pro,X,Xs:(device-width: 375px) and (device-height: 812px)
iPhone 11,Xr:(device-width: 414px) and (device-height: 896px)
iPhone 11Pro Max,Xs Max:(device-width: 414px) and (device-height: 896px)
iPhone 12 mini,13 mini:(device-width: 375px) and (device-height: 812px)
iPhone 12,12 Pro,13,13 Pro:(device-width: 390px) and (device-height: 844px)
iPhone 13 Pro Max,12 ProMax:(device-width: 428px) and (device-height: 926px)
iPhone 14:(device-width: 390px) and (device-height: 844px)
iPhone 14 Plus:(device-width: 428px) and (device-height: 926px)
iPhone 14 Pro:(device-width: 393px) and (device-height: 852px)
iPhone 14 Pro Max:(device-width: 430px) and (device-height: 932px)
案例:
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px) {
.platform-ios {
#query {
.scrollContent {
padding-top: 3rem;
}
}
}
#my-bind-user .submit {
bottom: 44px;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment