notice.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. page {
  2. background-color: #f9f9f7;
  3. }
  4. #tabs {
  5. width: 90%;
  6. padding: 0 20px;
  7. margin: 20rpx 0 20rpx 0;
  8. /* position: absolute; */
  9. /* z-index: 99999999; */
  10. }
  11. .tabs-box {
  12. display: flex;
  13. align-items: center;
  14. justify-content: center;
  15. height: 60rpx;
  16. line-height: 60rpx;
  17. text-align: center;
  18. /* position: fixed;
  19. width: 100%;
  20. height: 150rpx; */
  21. }
  22. .tabs-item.selected {
  23. border: 1rpx solid #2087f7;
  24. color: #2087f7;
  25. background: #d2e7fd;
  26. border-radius: 40rpx;
  27. }
  28. .tabs-item {
  29. width: 50%;
  30. color: #666;
  31. }
  32. .yuan {
  33. width: 20rpx;
  34. height: 20rpx;
  35. border-radius: 50%;
  36. background: red;
  37. position: absolute;
  38. top: 32rpx;
  39. left: 265rpx;
  40. }
  41. .onread {
  42. width: 100%;
  43. background: white;
  44. box-sizing: border-box;
  45. padding: 35rpx;
  46. margin-top: 20rpx;
  47. }
  48. .title {
  49. color: #999999;
  50. font-size: 26rpx;
  51. margin-top: 10rpx;
  52. }
  53. .readwenzi {
  54. color: whitesmoke;
  55. padding: 5rpx 10rpx;
  56. width: 48rpx;
  57. font-size: 24rpx;
  58. background: #2087f7;
  59. border-radius: 10rpx;
  60. margin-top: 20rpx;
  61. }
  62. .flex-box {
  63. display: flex;
  64. justify-content: space-between;
  65. align-items: center;
  66. font-size: 24rpx;
  67. color: #a7a7a7;
  68. }
  69. .nodata{
  70. width: 220rpx;
  71. height: 169rpx;
  72. position: fixed;
  73. top: 500rpx;
  74. left: 265rpx;
  75. }