Commit 79eda834 authored by 李晓兵's avatar 李晓兵

'修改定位样式'

parent a0cf7120
This diff is collapsed.
.platform-ios {
.pro-wrapper{
top:225px !important;
}
}
// iPhoneX适配
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios{
.pro-wrapper{
top:245px !important;
}
}
}
// iPhoneXR适配
@media (device-width: 414px) and (device-height: 896px){
.platform-ios{
.pro-wrapper{
top:245px !important;
}
}
}
...@@ -6,3 +6,7 @@ ...@@ -6,3 +6,7 @@
background-color: @theme-color background-color: @theme-color
} }
} }
@import "platform-ios";
@import "platform-iosx";
@import "platform-iosxr";
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