微信小程序
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.

49 lines
599 B

  1. /**app.wxss**/
  2. @import '/style/main.wxss';
  3. @import "/style/iconfont.wxss";
  4. Page {
  5. font-size: 28rpx;
  6. line-height: 35rpx;
  7. background-color: #F4F4F4;
  8. color: #444;
  9. }
  10. view,
  11. scroll-view,
  12. swiper,
  13. movable-view,
  14. icon,
  15. text,
  16. progress,
  17. button,
  18. checkbox,
  19. form,
  20. input,
  21. label,
  22. picker,
  23. picker-view,
  24. radio,
  25. slider,
  26. switch,
  27. textarea,
  28. navigator,
  29. audio,
  30. image,
  31. video,
  32. map,
  33. canvas,
  34. contact-button {
  35. -webkit-box-sizing: border-box;
  36. box-sizing: border-box;
  37. }
  38. .Al_shenhui_text_color {
  39. color: #8b8686;
  40. }
  41. .singleLinHidenEllipsis
  42. {
  43. overflow: hidden;
  44. text-overflow: ellipsis;
  45. white-space: nowrap;
  46. }