123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- /* 添加新藏品的弹出框 */
- .ObjectAdd .ObjectAddTit {
- border-top: 1px solid #999999;
- padding-top: 15px;
- width: 100%;
- height: 45px;
- display: flex;
- margin-bottom: 15px;
- }
- .ObjectAdd .ObjectAddTit > div {
- cursor: pointer;
- width: 50%;
- height: 30px;
- border: 1px solid #999999;
- text-align: center;
- line-height: 28px;
- border-radius: 5px 0 0 5px;
- }
- .ObjectAdd .ObjectAddTit .ObjectAddTitTow {
- border-radius: 0 5px 5px 0;
- }
- .ObjectAdd .ObjectAddTit .active {
- background-color: var(--themeColor);
- color: #fff;
- }
- .ObjectAdd .ant-modal-close {
- display: none;
- }
- .ObjectAdd .ant-modal {
- top: 30px !important;
- width: 1000px !important;
- }
- .ObjectAdd .formRow {
- display: flex;
- justify-content: space-between;
- position: relative;
- }
- .ObjectAdd .formRow .bs {
- position: absolute;
- top: 7px;
- left: 11px;
- z-index: 10;
- color: #ff4d4f;
- }
- .ObjectAdd .formRow .bs2 {
- left: 70px;
- }
- .ObjectAdd .formRow .bs3 {
- left: 516px;
- }
- .ObjectAdd .formRow .bs4 {
- left: 39px;
- }
- .ObjectAdd .formRow .ant-form-item-label {
- width: 119px;
- }
- .ObjectAdd .formRow .ant-form-item {
- width: 50%;
- }
- .ObjectAdd .formRow .ant-form-item input {
- width: 350px;
- }
- .ObjectAdd .formRow .ant-form-item .ant-select-in-form-item {
- width: 358px;
- }
- .ObjectAdd .formRow .ant-form-item .ant-input-number {
- width: 358px;
- }
- .ObjectAdd .formRow .formRowSelec input {
- width: 298px;
- }
- .ObjectAdd .formRow .formRowSelec .ant-input-number {
- width: 300px;
- }
- .ObjectAdd .formRowThree .formRowThreeRow {
- margin-left: -120px;
- }
- .ObjectAdd .formRowThree .ant-form-item {
- width: 25.5%;
- }
- .ObjectAdd .formRowThree .ant-form-item input {
- width: 200px;
- }
- .ObjectAdd .formRowThree .ant-form-item .ant-input-number {
- width: 200px;
- }
- .ObjectAdd .formRowFull .ant-form-item {
- width: 100%;
- }
- .ObjectAdd .formRowFull .ant-form-item input {
- width: 850px;
- }
- .ObjectAdd .formRowFull .ant-form-item .ant-select-in-form-item {
- width: 858px;
- }
- .ObjectAdd .formRowLast {
- margin-top: -20px;
- }
- .ObjectAdd .fileBox .fileBoxRow {
- margin-bottom: 24px;
- display: flex;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_tit {
- width: 119px;
- text-align: right;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_tit2 {
- line-height: 30px;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRowUpTit {
- height: 32px;
- line-height: 32px;
- font-size: 14px;
- color: #7e7c7c;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r {
- padding-left: 20px;
- position: relative;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r input {
- display: none;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r .fileBoxRow_up {
- cursor: pointer;
- font-size: 30px;
- width: 100px;
- height: 100px;
- background-color: #fafafa;
- border: 1px dashed #ccc;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r .fileBoxRow_r_img {
- width: 120px;
- height: 120px;
- position: relative;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r .fileBoxRow_r_img .clearCover {
- cursor: pointer;
- z-index: 10;
- position: absolute;
- width: 50px;
- height: 50px;
- top: 50%;
- transform: translateY(-50%);
- right: -50px;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 24px;
- }
- .ObjectAdd .fileBox .fileBoxRow .fileBoxRow_r .fileBoxRow_r_tit {
- margin-top: 5px;
- font-size: 14px;
- color: #7e7c7c;
- }
|