爱简收旧衣按件回收前端代码仓库
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.

41 lines
956 B

  1. /* // @import "./uni_modules/vk-uview-ui/index.scss"; */
  2. /*每个页面公共css */
  3. .uni-tabbar-bottom{
  4. display: none;
  5. }
  6. .icon {
  7. width: 50rpx;
  8. height: 50rpx;
  9. }
  10. .nav-bar{
  11. /* margin-top: calc(70rpx + env(safe-area-inset-top)); */
  12. height: 30%;
  13. display: flex;
  14. justify-content: center;
  15. }
  16. /* 每个页面公共css */
  17. /* 解决小程序和app滚动条的问题 */
  18. ::-webkit-scrollbar {
  19. display: none;
  20. width: 0 !important;
  21. height: 0 !important;
  22. -webkit-appearance: none;
  23. background: transparent;
  24. color: transparent;
  25. }
  26. /* 解决H5的问题 */
  27. uni-scroll-view .uni-scroll-view::-webkit-scrollbar {
  28. display: none;
  29. width: 0 !important;
  30. height: 0 !important;
  31. -webkit-appearance: none;
  32. background: transparent;
  33. color: transparent;
  34. }
  35. 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;}