my_issue.acss 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .header{
  2. background: #fff;
  3. position: sticky;
  4. top: 0;
  5. }
  6. .selectItems{
  7. /* margin-top: 20rpx; */
  8. text-align: center;
  9. }
  10. .selectItems .selectImg{
  11. border-left: 1px solid #f1f1f1;
  12. padding: 0 20rpx;
  13. }
  14. .selectImg image{
  15. width: 30rpx;
  16. height: 30rpx;
  17. }
  18. .selectItems .flex-2{
  19. padding: 24rpx 0;
  20. text-align: center;
  21. font-size: 32rpx;
  22. position: relative;
  23. }
  24. .selectItems .active::before{
  25. position: absolute;
  26. content: " ";
  27. height: 4rpx;
  28. width: 100rpx;
  29. background: #26A2FF;
  30. bottom: 0rpx;
  31. left: 50%;
  32. margin-left: -50rpx;
  33. }
  34. .main{
  35. background: #fff;
  36. }
  37. .li{
  38. padding: 24rpx 28rpx;
  39. }
  40. .li2{
  41. padding: 24rpx 28rpx;
  42. border-bottom: 20rpx solid rgba(245, 247, 250, 1);
  43. }
  44. .li2 image{
  45. width: 30rpx;
  46. height: 30rpx;
  47. margin-right: 10rpx;
  48. }
  49. .main-right{
  50. margin-left: 10rpx;
  51. }
  52. .main-right .name{
  53. padding-top:12rpx;
  54. font-size: 36rpx;
  55. }
  56. .main-right .context{
  57. overflow : hidden;
  58. text-overflow: ellipsis;
  59. display: -webkit-box;
  60. -webkit-line-clamp: 2;
  61. font-size: 32rpx;
  62. -webkit-box-orient: vertical;
  63. padding-top: 10rpx;
  64. margin-bottom: 10rpx;
  65. }
  66. .main-right .date{
  67. font-size: 24rpx;
  68. color: #909399;
  69. }
  70. .main-right text{
  71. color: #26A2FF;
  72. font-size: 28rpx;
  73. }
  74. .index{
  75. border-radius: 6rpx;
  76. background:rgba(245, 108, 108, 0.1);
  77. color: #F56C6C;
  78. font-size: 24rpx;
  79. padding: 0 6rpx;
  80. }
  81. .scroll {
  82. height: calc(100vh - 215rpx);
  83. }
  84. .sxImg{
  85. width: 30rpx;
  86. height: 30rpx;
  87. }