my_PrizeBuckle.acss 1.5 KB

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