integralRule.acss 812 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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,.item-list{
  22. background: #fff;
  23. }
  24. .tree-item{
  25. padding:20rpx 28rpx;
  26. border-bottom: 1px solid #f1f1f1;
  27. }
  28. .main{
  29. height: calc(100vh - 132rpx);
  30. }
  31. .list-items{
  32. padding:10rpx 28rpx;
  33. border-bottom: 1px solid #f1f1f1;
  34. }
  35. .remark{
  36. font-weight: 600;
  37. margin-bottom: 10rpx;
  38. width: 100%;
  39. word-break:break-all
  40. }
  41. .num{
  42. font-size: 24rpx;
  43. }
  44. .shu{
  45. padding:24rpx 0;
  46. background: #fff;
  47. font-size: 24rpx;
  48. color: #26A2FF;
  49. padding-bottom: 0rpx;
  50. }
  51. .shu view:last-child{
  52. color: #ccc;
  53. }