| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- .AuditObject5 {
- :global {
- .objectSonMain {
- padding: 10px 30px;
- .topTit {
- font-size: 16px;
- font-weight: 700;
- color: var(--themeColor);
- margin-bottom: 12px;
- }
- .topTit2 {
- position: relative;
- margin-bottom: 18px;
- .titBtn {
- position: absolute;
- right: 5px;
- top: 0px;
- }
- }
- .topInfo {
- .topInfoRow {
- display: flex;
- &>div {
- width: 50%;
- border: 1px solid #ccc;
- height: 34px;
- line-height: 32px;
- display: flex;
- .one {
- font-weight: 700;
- width: 80px;
- text-align: right;
- }
- }
- }
- .topInfoTex {
- cursor: pointer;
- border: 1px solid #ccc;
- padding: 5px 10px 4px;
- display: -webkit-box;
- overflow: hidden;
- white-space: normal !important;
- text-overflow: ellipsis;
- word-wrap: break-word;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- &>span {
- font-weight: 700;
- }
- }
- }
- .goodsInfo {
- .inputBox1 {
- margin-bottom: 10px;
- display: flex;
- align-items: center;
- .inputBoxTit {
- font-weight: 700;
- width: 90px;
- &>span {
- position: relative;
- top: 3px;
- color: #ff4d4f;
- }
- }
- .inputBoxText {
- width: calc(100% - 90px);
- }
- }
- .inputBox2 {
- align-items: flex-start;
- }
- }
- .backBtn {
- margin-top: 12px;
- display: flex;
- justify-content: center;
- }
- }
- }
- }
|