app.wxss 791 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /**app.wxss**/
  2. page{
  3. /* padding-bottom: 80rpx; */
  4. }
  5. .container {
  6. box-sizing: border-box;
  7. background-color: #f4f4f4;
  8. font-family: PingFangSC-Light,helvetica,'Heiti SC';
  9. }
  10. .isIPx{
  11. bottom:64rpx!important;
  12. }
  13. .isIPxBottom{
  14. padding-bottom:64rpx!important;
  15. }
  16. .buttomPart{
  17. bottom: 80rpx!important;
  18. }
  19. view,text,navigator{
  20. box-sizing: border-box;
  21. padding:0;
  22. margin:0;
  23. }
  24. view,text{
  25. font-family: PingFangSC-Light,helvetica,'Heiti SC';
  26. /* font-size: 29rpx; */
  27. color: #131D34;
  28. }
  29. button::after {
  30. display: none;
  31. }
  32. .display-none {
  33. display: none !important;
  34. }
  35. ::-webkit-scrollbar {
  36. width: 5px;
  37. background-color: #f5f5f5;
  38. }
  39. ::-webkit-scrollbar-thumb {
  40. background-color: #999;
  41. }
  42. .theme-font{
  43. color: #ED5D18;
  44. }
  45. .theme-background{
  46. background-color: #ED5D18;
  47. }