notice.wxss 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* pages/ucenter/notice/notice.wxss */
  2. page {
  3. background-color: #f4f4f4;
  4. height: 100%;
  5. overflow-y:hidden;
  6. }
  7. .context {
  8. height: 100%;
  9. }
  10. .context_block{
  11. width: 100%;
  12. height: 32rpx;
  13. }
  14. .map_text {
  15. position: relative;
  16. height: 112rpx;
  17. background: #fff;
  18. padding: 0 30rpx;
  19. margin: 0 20rpx 32rpx 20rpx;
  20. border-radius: 10rpx;
  21. box-shadow: 0rpx 4rpx 4rpx #d5d5d5;
  22. }
  23. text {
  24. margin: 0 0 20rpx 0;
  25. display: block;
  26. font-size: 24rpx;
  27. font-family: 'Lucida Sans',
  28. 'Lucida Sans Regular',
  29. 'Lucida Grande',
  30. 'Lucida Sans Unicode',
  31. Geneva,
  32. Verdana,
  33. sans-serif;
  34. color: #545253;
  35. text-overflow: ellipsis;
  36. white-space: nowrap;
  37. overflow: hidden;
  38. line-height: 24rpx;
  39. height: 24rpx;
  40. min-height: 24rpx;
  41. }
  42. .notice_text_title {
  43. height: 112rpx;
  44. width: 100%;
  45. display: flex;
  46. }
  47. .notice_text_title1 {
  48. width: 100%;
  49. text-overflow: ellipsis;
  50. white-space: nowrap;
  51. overflow: hidden;
  52. }
  53. .notice {
  54. width: 49rpx;
  55. height: 61rpx;
  56. margin: 26rpx 30rpx 26rpx 0;
  57. flex-shrink: 0;
  58. overflow: hidden;
  59. }
  60. .notice image {
  61. width: 49rpx;
  62. height: 61rpx;
  63. }
  64. text.bold {
  65. font-weight: bold;
  66. line-height: 28rpx;
  67. height: 28rpx;
  68. min-height: 28rpx;
  69. margin-top: 26rpx;
  70. margin-bottom: 13rpx;
  71. display: block;
  72. }
  73. text.inline {
  74. display: inline-block;
  75. }
  76. .h1 {
  77. margin: 0rpx 0rpx 30rpx 0rpx;
  78. font-size: 20rpx;
  79. line-height: 20rpx;
  80. height: 20rpx;
  81. min-height: 20rpx;
  82. color: #959595;
  83. }