app.wxss 813 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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,
  20. text,
  21. navigator {
  22. box-sizing: border-box;
  23. padding: 0;
  24. margin: 0;
  25. }
  26. view,
  27. text {
  28. font-family: PingFangSC-Light, helvetica, 'Heiti SC';
  29. /* font-size: 29rpx; */
  30. color: #131D34;
  31. }
  32. button::after {
  33. display: none;
  34. }
  35. .display-none {
  36. display: none !important;
  37. }
  38. ::-webkit-scrollbar {
  39. width: 5px;
  40. background-color: #f5f5f5;
  41. }
  42. ::-webkit-scrollbar-thumb {
  43. background-color: #999;
  44. }
  45. .theme-font {
  46. color: #0075DC;
  47. }
  48. .theme-background {
  49. background-color: #0075DC;
  50. }