feedback-records.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .list-item{
  2. background-color: #fff;
  3. border: 1px solid #e1e1e1;
  4. border-radius: 5px;
  5. margin-top: 10px;
  6. position: relative;
  7. }
  8. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
  9. border-bottom: 2px solid #17b3ec;
  10. }
  11. .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
  12. /*border-left: 1px solid #ccc;*/
  13. border-bottom: 2px solid #fff;
  14. }
  15. .mui-slider .mui-segmented-control.mui-segmented-control-inverted~.mui-slider-group .mui-slider-item{
  16. border: none;
  17. }
  18. .mui-segmented-control.mui-segmented-control-inverted{
  19. border: none;
  20. border-bottom: 1px solid #e1e1e1;
  21. background-color: #fff;
  22. }
  23. .mui-segmented-control .mui-control-item{
  24. line-height: inherit;
  25. }
  26. .mui-control-item div{
  27. height: 23px;
  28. line-height: 23px;
  29. border-right: 1px solid #e1e1e1;
  30. margin: 10px 0;
  31. }
  32. .mui-slider .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
  33. color: #74bf00;
  34. border-bottom: 2px solid #74bf00;
  35. }
  36. .status-tag{
  37. position: absolute;
  38. top: 10px;
  39. right: 0;
  40. width: 60px;
  41. background-color: #ccc;
  42. color: #fff;
  43. font-size: 14px;
  44. padding: 5px 8px 5px 10px;
  45. border-top-left-radius: 14px;
  46. border-bottom-left-radius: 14px;
  47. }
  48. .status-tag.active{
  49. background-color: #f0b548;
  50. }
  51. .no-result-img{margin-top: 30%;}
  52. .search-bar{
  53. padding: 5px 10px;
  54. background-color: #fff;
  55. }
  56. .search-bar input{
  57. height: 30px;
  58. line-height: 30px;
  59. margin: 0;
  60. width: calc(100% - 110px);
  61. font-size: 14px;
  62. border-color: #e1e1e1;
  63. }
  64. .search-bar a{
  65. display: inline-block;
  66. width: 80px;
  67. height: 30px;
  68. line-height: 30px;
  69. font-size: 14px;
  70. background-color: #47b3ec;
  71. color: #fff;
  72. margin-left: 20px;
  73. border-radius: 5px;
  74. text-align: center;
  75. }
  76. .word-break{
  77. word-wrap: break-word;
  78. }