jiluxiangqing.css 613 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body {
  2. background-color: #F7F7F7;
  3. }
  4. .mr35 {
  5. margin-right: 35px;
  6. }
  7. .mt18 {
  8. margin-top: 18px;
  9. }
  10. .c-fwb {
  11. font-weight: bold;
  12. }
  13. .c-lh25 {
  14. line-height: 25px;
  15. }
  16. .c-lh38 {
  17. line-height: 38px;
  18. }
  19. .c-list.base-info {
  20. border: 1px solid #ccc;
  21. border-radius: 8px;
  22. }
  23. .c-list h4 {
  24. color: #323232 !important;
  25. }
  26. .c-list .c-list-info > h4 {
  27. font-size: 18px;
  28. }
  29. .c-list .c-list-info > p {
  30. font-size: 12px;
  31. margin-bottom: 5px;
  32. }
  33. .mui-table-view {
  34. top: 44px;
  35. }
  36. .mui-table-view {
  37. background-color: #f2f4f6;
  38. }
  39. .mui-table-view:before {
  40. height: 0;
  41. }
  42. .mui-table-view:after {
  43. height: 0;
  44. }
  45. .c-list li.ml0 {
  46. margin-left: 0;
  47. }