App.vue 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <script>
  2. export default {
  3. onLaunch: function() {
  4. // console.log('App Launch')
  5. },
  6. onShow: function() {
  7. // console.log('App Show')
  8. },
  9. onHide: function() {
  10. // console.log('App Hide')
  11. }
  12. }
  13. </script>
  14. <style>
  15. /*每个页面公共css */
  16. @font-face {
  17. font-family: "iconfont"; /* Project id 2649342 */
  18. src: url('//at.alicdn.com/t/font_2649342_4vjqgtg661.woff2?t=1625907458371') format('woff2'),
  19. url('//at.alicdn.com/t/font_2649342_4vjqgtg661.woff?t=1625907458371') format('woff'),
  20. url('//at.alicdn.com/t/font_2649342_4vjqgtg661.ttf?t=1625907458371') format('truetype');
  21. }
  22. .iconfont {
  23. font-family: "iconfont" !important;
  24. font-size: 16px;
  25. font-style: normal;
  26. -webkit-font-smoothing: antialiased;
  27. -moz-osx-font-smoothing: grayscale;
  28. }
  29. .icon-zhongzhi:before {
  30. content: "\e60a";
  31. }
  32. .icon-dayuhao:before {
  33. content: "\e60c";
  34. }
  35. .icon-shuibiao:before {
  36. content: "\e65c";
  37. }
  38. .icon-shuidi:before {
  39. content: "\ea2b";
  40. }
  41. .icon-shijian:before {
  42. content: "\e61b";
  43. }
  44. .icon-goux:before {
  45. content: "\e60b";
  46. }
  47. .icon-shuzi4:before {
  48. content: "\e6fc";
  49. }
  50. .icon-shuzi1:before {
  51. content: "\e603";
  52. }
  53. .icon-shuzi3:before {
  54. content: "\e604";
  55. }
  56. .icon-shuzi2:before {
  57. content: "\e605";
  58. }
  59. .icon-saoma:before {
  60. content: "\e74c";
  61. }
  62. .icon-zhuye:before {
  63. content: "\e62f";
  64. }
  65. .icon-arrow-down:before {
  66. content: "\e602";
  67. }
  68. .icon-qian:before {
  69. content: "\e7a9";
  70. }
  71. </style>