app.wxss 960 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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-Regular,helvetica,'Heiti SC';
  26. /* font-family: PingFangSC-Regular, sans-serif; */
  27. /* font-family: PingFangSC-Medium, PingFang SC; */
  28. /* font-size: 29rpx; */
  29. color: #131D34;
  30. }
  31. button::after {
  32. display: none;
  33. }
  34. .display-none {
  35. display: none !important;
  36. }
  37. ::-webkit-scrollbar {
  38. width: 5px;
  39. background-color: #f5f5f5;
  40. }
  41. ::-webkit-scrollbar-thumb {
  42. background-color: #999;
  43. }
  44. .theme-font{
  45. color: #ED5D18;
  46. }
  47. .theme-background{
  48. background-color: #ED5D18;
  49. }