page-process.component.scss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .subtitle {
  2. margin-right: 12px;
  3. color: #00000073;
  4. font-size: 14px;
  5. font-weight: normal;
  6. line-height: 1.5715;
  7. // overflow: hidden;
  8. // white-space: nowrap;
  9. // text-overflow: ellipsis;
  10. }
  11. .edit-content {
  12. margin: 0 0 20px;
  13. padding: 0 24px;
  14. height: calc(100vh - 250px);
  15. .title {
  16. font-family: PingFang SC;
  17. font-size: 20px;
  18. font-weight: 500;
  19. line-height: 32px;
  20. text-align: left;
  21. margin-bottom: 16px;
  22. }
  23. .examine{
  24. border: 1px solid #e4e4e4d9;
  25. padding: 20px;
  26. .title{
  27. font-weight: 600;
  28. font-size: 18px;
  29. line-height: 32px;
  30. }
  31. .row{
  32. width: 200px;
  33. display: flex;
  34. justify-content: space-between;
  35. margin-top: 10px;
  36. color: rgba(0, 0, 0, 0.4509803922);
  37. font-size: 14px;
  38. font-weight: normal;
  39. line-height: 1.5715;
  40. }
  41. .examine-fonter{
  42. display: flex;
  43. margin: 20px auto;
  44. }
  45. }
  46. }
  47. ::ng-deep .ant-page-header-heading-title {
  48. white-space: normal;
  49. }
  50. ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  51. color: #c6233f;
  52. }
  53. ::ng-deep .ant-tabs-ink-bar {
  54. background: #c6233f;
  55. }
  56. ::ng-deep .ant-tabs-tab:hover {
  57. color: #e97488;
  58. }
  59. ::ng-deep .ant-tabs-tab-btn:active {
  60. color: #e97488;
  61. }