12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- .subtitle {
- margin-right: 12px;
- color: #00000073;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.5715;
- // overflow: hidden;
- // white-space: nowrap;
- // text-overflow: ellipsis;
- }
- .edit-content {
- margin: 0 0 20px;
- padding: 0 24px;
- height: calc(100vh - 250px);
- .title {
- font-family: PingFang SC;
- font-size: 20px;
- font-weight: 500;
- line-height: 32px;
- text-align: left;
- margin-bottom: 16px;
- }
- .examine{
- border: 1px solid #e4e4e4d9;
- padding: 20px;
- .title{
- font-weight: 600;
- font-size: 18px;
- line-height: 32px;
- }
- .row{
- width: 200px;
- display: flex;
- justify-content: space-between;
- margin-top: 10px;
- color: rgba(0, 0, 0, 0.4509803922);
- font-size: 14px;
- font-weight: normal;
- line-height: 1.5715;
- }
- .examine-fonter{
- display: flex;
- margin: 20px auto;
- }
- }
- }
- ::ng-deep .ant-page-header-heading-title {
- white-space: normal;
- }
- ::ng-deep .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
- color: #c6233f;
- }
- ::ng-deep .ant-tabs-ink-bar {
- background: #c6233f;
- }
- ::ng-deep .ant-tabs-tab:hover {
- color: #e97488;
- }
- ::ng-deep .ant-tabs-tab-btn:active {
- color: #e97488;
- }
|