添加样式

This commit is contained in:
cbb
2026-01-21 15:22:37 +08:00
parent 028be888f1
commit ab153e9649

20
App.vue
View File

@@ -62,3 +62,23 @@
// overflow: hidden; // overflow: hidden;
// } // }
</style> </style>
<!-- #ifdef H5 -->
<style>
body {
max-width: 750rpx;
min-width: 480rpx;
margin: auto !important;
-webkit-text-size-adjust: 100% !important; /* Chrome/Safari/iOS */
-moz-text-size-adjust: 100% !important; /* Firefox */
-ms-text-size-adjust: 100% !important; /* IE/Edge */
text-size-adjust: 100% !important; /* 标准属性 */
}
.uni-tabbar {
background: red;
max-width: 750rpx;
min-width: 480rpx;
margin: auto !important;
}
</style>
<!-- #endif -->