Commit ba678753 authored by JingChao's avatar JingChao

Update platform-iosx.less

parent 3b4ee542
......@@ -2,19 +2,41 @@
@media (device-width: 375px) and (device-height: 812px) and (-webkit-min-device-pixel-ratio: 3) {
.platform-ios{
.has-header {
top: 84px /*no*/
top: 84px;
}
.has-tabs {
bottom: 84px; /*no*/
bottom: 84px;
}
.has-footer{
margin-bottom: 34px; /*no*/
margin-bottom: 34px;
}
.public-style {
.bottom-tab{
height: 78px; /*no*/
padding-bottom: 34px; /*no*/
height: 78px;
padding-bottom: 34px;
}
}
}
}
// iPhoneX适配
@media (device-width: 414) and (device-height: 896){
.platform-ios{
.has-header {
top: 84px;
}
.has-tabs {
bottom: 84px;
}
.has-footer{
margin-bottom: 34px;
}
.public-style {
.bottom-tab{
height: 78px;
padding-bottom: 34px;
}
}
}
}
\ No newline at end of file
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