integralRule.acss 856 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. .header{
  2. background: #fff;
  3. padding: 24rpx;
  4. position: sticky;
  5. top: 0;
  6. }
  7. .search{
  8. background-color: #f1f1f1;
  9. border-radius: 10rpx;
  10. padding:8rpx 10rpx;
  11. }
  12. .search input{
  13. background-color: #f1f1f1;
  14. font-size: 26rpx;
  15. }
  16. .search image{
  17. width: 30rpx;
  18. height: 30rpx;
  19. margin-left: 10rpx;
  20. }
  21. .tree{
  22. background: #fff;
  23. }
  24. .tree-item{
  25. padding:34rpx 28rpx;
  26. border-bottom: 1px solid #f1f1f1;
  27. }
  28. .main .tree-item:last-child{
  29. border: none;
  30. }
  31. .main{
  32. height: calc(100vh - 132rpx);
  33. }
  34. .list-items{
  35. background: #fff;
  36. padding:16rpx 28rpx;
  37. margin-bottom: 14rpx
  38. }
  39. .remark{
  40. font-weight: 600;
  41. margin-bottom: 10rpx;
  42. width: 100%;
  43. word-break:break-all
  44. }
  45. .num{
  46. font-size: 28rpx;
  47. }
  48. .shu{
  49. padding:24rpx 0;
  50. background: #fff;
  51. font-size: 28rpx;
  52. color: #26A2FF;
  53. padding-bottom: 0rpx;
  54. }
  55. .shu view:last-child{
  56. color: #ccc;
  57. }