notice_info.wxss 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. /* pages/ucenter/notice_info/notice_info.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. }
  5. text {
  6. margin: 0rpx 50rpx;
  7. display: block;
  8. font-size: 24rpx;
  9. font-family: 'Lucida Sans',
  10. 'Lucida Sans Regular',
  11. 'Lucida Grande',
  12. 'Lucida Sans Unicode',
  13. Geneva,
  14. Verdana,
  15. sans-serif;
  16. color: #959595;
  17. text-overflow: ellipsis;
  18. white-space: nowrap;
  19. overflow: hidden;
  20. line-height: 36rpx;
  21. }
  22. rich-text{
  23. margin: 0rpx 50rpx;
  24. display: block;
  25. font-size: 24rpx;
  26. font-family: 'Lucida Sans',
  27. 'Lucida Sans Regular',
  28. 'Lucida Grande',
  29. 'Lucida Sans Unicode',
  30. Geneva,
  31. Verdana,
  32. sans-serif;
  33. color: #818181;
  34. line-height: 36rpx;
  35. }
  36. text.bold {
  37. font-weight: bold;
  38. margin:50rpx 20rpx 20rpx 20rpx;
  39. text-align: center;
  40. font-size: 32rpx;
  41. line-height: 48rpx;
  42. color: #545352;
  43. }
  44. .content_title1,.content_title2{
  45. text-align: center;
  46. }
  47. .content {
  48. margin: 50rpx 0rpx;
  49. }