@@ -15,5 +15,9 @@
<style lang="scss">
/*每个页面公共css */
@import "@/node_modules/uview-ui/index.scss";
- .page{padding-bottom: 145rpx;background-color: #E1EDFF;}
+ .page{
+ padding-bottom: calc(144rpx + constant(safe-area-inset-bottom));
+ padding-bottom: calc(144rpx + env(safe-area-inset-bottom));
+ background-color: #E1EDFF;
+ }
</style>
@@ -6,7 +6,8 @@
{
"path": "pages/index/index",
"style": {
- "navigationBarTitleText": "传秀科技"
+ "navigationBarTitleText": "传秀科技",
+ "navigationStyle": "custom"
}
},
@@ -240,7 +240,7 @@
display: flex;
flex-direction: column;
align-items: center;
- margin-top: -5px;
+ margin-top: -12rpx;
.title{
width: 288rpx;