123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- .lookObjTable {
- .ant-modal {
- top: 30px !important;
- width: 1000px !important;
- }
- .ObjectAddTit {
- border-top: 1px solid #999999;
- padding-top: 15px;
- width: 100%;
- height: 45px;
- display: flex;
- margin-bottom: 15px;
- &>div {
- cursor: pointer;
- width: 50%;
- height: 30px;
- border: 1px solid #999999;
- text-align: center;
- line-height: 28px;
- border-radius: 5px 0 0 5px;
- }
- .ObjectAddTitTow {
- border-radius: 0 5px 5px 0;
- }
- .active {
- background-color: var(--themeColor);
- color: #fff;
- }
- }
- .goodsInfo {
- .row {
- display: flex;
- width: 100%;
- &>div {
- padding: 5px;
- width: 50%;
- display: flex;
- border: 1px solid #ccc;
- span {
- font-weight: 700;
- display: inline-block;
- width: 100px;
- text-align: right;
- }
- p {
- width: calc(100% - 110px);
- }
- }
- }
- .rowFull{
- display: flex;
- padding: 5px;
- border: 1px solid #ccc;
- span {
- font-weight: 700;
- display: inline-block;
- width: 100px;
- text-align: right;
- }
- p {
- width: calc(100% - 110px);
- }
- }
- // .rowThree {
- // display: flex;
- // width: 100%;
- // &>div {
- // padding: 5px;
- // border: 1px solid #ccc;
- // width: 33%;
- // span {
- // font-weight: 700;
- // display: inline-block;
- // width: 100px;
- // text-align: right;
- // }
- // }
- // }
- }
- .goodsBtn {
- margin-top: 20px;
- text-align: center;
- }
- .goodsFile {
- .row {
- width: 100%;
- display: flex;
- margin-bottom: 10px;
- .rowTit {
- font-weight: 700;
- display: inline-block;
- width: 100px;
- text-align: right;
- }
- .rowRr {
- width: calc(100% - 110px);
- }
- }
- }
- }
|