You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
/* // @import "./uni_modules/vk-uview-ui/index.scss"; */
|
|
|
|
/*每个页面公共css */
|
|
.uni-tabbar-bottom{
|
|
display: none;
|
|
}
|
|
.icon {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
}
|
|
.nav-bar{
|
|
/* margin-top: calc(70rpx + env(safe-area-inset-top)); */
|
|
height: 30%;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
/* 每个页面公共css */
|
|
|
|
/* 解决小程序和app滚动条的问题 */
|
|
::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
-webkit-appearance: none;
|
|
background: transparent;
|
|
color: transparent;
|
|
}
|
|
|
|
/* 解决H5的问题 */
|
|
uni-scroll-view .uni-scroll-view::-webkit-scrollbar {
|
|
display: none;
|
|
width: 0 !important;
|
|
height: 0 !important;
|
|
-webkit-appearance: none;
|
|
background: transparent;
|
|
color: transparent;
|
|
}
|
|
|
|
|
|
page{--status-bar-height:25px;--top-window-height:0px;--window-top:0px;--window-bottom:0px;--window-left:0px;--window-right:0px;--window-magin:0px}[data-c-h="true"]{display: none !important;}
|