添加样式
This commit is contained in:
20
App.vue
20
App.vue
@@ -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 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user