select-committee.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. .mui-popover .mui-scroll-wrapper,.mui-popover.mui-popover-action .mui-table-view{
  2. margin: 0px;
  3. border-radius: 0px;
  4. }
  5. .md-title{
  6. font-size: 16px;
  7. color: #333333;
  8. padding: 10px 0px;
  9. text-align: center;
  10. }
  11. .md-wrapper{
  12. top: 74px;
  13. }
  14. .md-tag{
  15. display: -webkit-box;
  16. height: 30px;
  17. border-bottom: solid 1px #d8d8d8;
  18. }
  19. .md-tag li{
  20. width: 33.3333333333333%;
  21. font-size: 14px;
  22. color: #333333;
  23. border-bottom: solid 1px transparent;
  24. text-align: center;
  25. overflow: hidden;
  26. text-overflow: ellipsis;
  27. white-space: nowrap;
  28. }
  29. .md-tag li.active{
  30. color: #74bf00;
  31. border-bottom-color:#74bf00;
  32. }
  33. .mui-popover.mui-popover-action .mui-table-view{
  34. background-color: #fff;
  35. font-size: 14px;
  36. color: #999;
  37. }
  38. .mui-popover.mui-popover-action .mui-table-view li{
  39. height: 40px;
  40. line-height: 40px;
  41. border-bottom: solid 1px #dcdcdc;
  42. }
  43. .mui-popover.mui-popover-action .mui-table-view li:last-child{
  44. border-bottom: none;
  45. }
  46. .mui-popover.mui-popover-action .mui-table-view li:active{
  47. background-color: #e5e6e7;
  48. }
  49. .mui-popover.mui-popover-action .mui-table-view li.active{
  50. color: #74bf00;
  51. }
  52. .md-bttn-true{
  53. font-size: 14px;
  54. color: #74bf00;
  55. position: absolute;
  56. right: 0px;
  57. top: 0px;
  58. line-height: 44px;
  59. padding-right: 10px;
  60. display: none;
  61. }
  62. .md-bttn-false{
  63. font-size: 14px;
  64. color: #999;
  65. position: absolute;
  66. right: 0px;
  67. top: 0px;
  68. line-height: 44px;
  69. padding-right: 10px;
  70. }