medical-waste-hospital-statistics.component.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. @import "../../../../src/theme.less";
  2. :host ::ng-deep .on {
  3. color: #fff !important;
  4. }
  5. .save {
  6. position: fixed;
  7. left: 0;
  8. top: 0;
  9. width: 100%;
  10. height: 100%;
  11. background: rgba(0, 0, 0, 0.4);
  12. z-index: 99;
  13. .modalBody {
  14. width: 1000px;
  15. background: #fff;
  16. border-radius: 5px;
  17. padding: 10px 20px;
  18. color: #333;
  19. .title {
  20. width: 100%;
  21. text-align: center;
  22. font-size: 18px;
  23. position: relative;
  24. i {
  25. position: absolute;
  26. right: 0;
  27. top: 0;
  28. font-size: 20px;
  29. color: #666;
  30. cursor: pointer;
  31. padding: 0 5px;
  32. }
  33. }
  34. .content {
  35. width: 100%;
  36. border: 1px solid #e5e9ed;
  37. border-radius: 5px;
  38. overflow: hidden;
  39. margin-top: 12px;
  40. .conItem {
  41. color: #333;
  42. .jiTit {
  43. height: 50px;
  44. line-height: 50px;
  45. border-bottom: 1px solid #e5e9ed;
  46. padding: 0 32px;
  47. }
  48. .defeat {
  49. font-size: 14px;
  50. color: #333;
  51. padding: 15px 32px;
  52. min-height: 125px;
  53. }
  54. &.noCon {
  55. background: #f9fafb;
  56. padding: 16px 32px 24px 32px;
  57. border-top: 1px solid #e5e9ed;
  58. .title {
  59. text-align: left;
  60. font-size: 14px;
  61. margin-bottom: 8px;
  62. }
  63. textarea {
  64. min-height: 210px;
  65. }
  66. }
  67. }
  68. }
  69. button {
  70. margin-top: 10px;
  71. margin-left: 10px;
  72. }
  73. }
  74. .txtL {
  75. text-align: left !important;
  76. }
  77. .txtR {
  78. text-align: right !important;
  79. }
  80. }