123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- .E1edit {
- background-color: #fff;
- border-radius: 10px;
- padding: 15px 24px 0px;
- :global {
- .E1Tit {
- font-size: 18px;
- font-weight: 700;
- padding-bottom: 10px;
- padding-left: 18px;
- border-bottom: 1px solid #ccc;
- margin-bottom: 17px;
- color: var(--themeColor);
- .ant-btn {
- margin-left: 15px;
- pointer-events: none;
- }
- }
- .E1main {
- width: 100%;
- height: calc(100% - 70px);
- overflow-y: auto;
- padding-bottom: 40px;
- .E1rowAll {
- display: flex;
- justify-content: space-between;
- align-items: self-start;
- font-size: 16px;
- flex-wrap: wrap;
- .E1row {
- width: 48%;
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- min-height: 32px;
- .E1rowll {
- width: 110px;
- text-align: right;
- font-weight: 700;
- & > span {
- color: #ff4e1f;
- }
- }
- .E1rowrr {
- width: calc(100% - 110px);
- .ant-input-affix-wrapper {
- width: 300px;
- }
- .ant-select {
- width: 300px;
- }
- }
- }
- .E1row2 {
- align-items: self-start;
- .E1rowll {
- position: relative;
- top: 3px;
- }
- }
- .E1row3 {
- position: relative;
- top: 4px;
- }
- .E1rowFull {
- width: 100%;
- align-items: self-start;
- margin-bottom: 0;
- .E1rowll {
- position: relative;
- top: 3px;
- }
- }
- }
- // 藏品清单
- .E1googsBox {
- padding-right: 20px;
- .D1GtNum {
- cursor: pointer;
- text-decoration: underline;
- // &:hover {
- // color: var(--themeColor);
- // }
- }
- .D1GtNumAc {
- color: var(--themeColor);
- }
- }
- }
- .E1btn {
- position: absolute;
- bottom: 20px;
- left: 134px;
- .ant-btn {
- margin-right: 20px;
- }
- }
- }
- }
|