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

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