| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- // .B3edit {
- // :global {
- // }
- // }
- .EditTop {
- :global {
- .EdTit {
- padding: 15px;
- font-weight: 700;
- font-size: 18px;
- display: flex;
- justify-content: space-between;
- .ant-btn {
- margin-left: 15px;
- }
- .EdTitBtn {
- pointer-events: none;
- }
- }
- .Edtop1 {
- border-top: 1px solid #ccc;
- padding: 15px;
- display: flex;
- justify-content: space-between;
- flex-wrap: wrap;
- .Edtop1row {
- display: flex;
- width: 48%;
- margin-bottom: 15px;
- min-height: 32px;
- line-height: 32px;
- .Edtop1ll {
- font-weight: 700;
- width: 100px;
- text-align: right;
- span {
- color: #ff4d4f;
- }
- }
- .Edtop1rr {
- width: calc(100% - 100px);
- .ant-table-cell {
- padding: 8px !important;
- }
- & > div {
- width: 100%;
- }
- .ant-btn {
- margin-right: 15px;
- }
- }
- }
- .Edtop1rowFull {
- width: 100%;
- .zztxtRow {
- margin-bottom: 0;
- }
- .noUpThumb {
- display: none;
- }
- }
- }
- }
- }
- .EditBtn {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- height: 60px;
- display: flex;
- align-items: center;
- padding: 0 40px;
- display: flex;
- justify-content: space-between;
- :global {
- .ant-btn {
- margin-right: 15px;
- }
- }
- }
|