| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .AuditObject7 {
- :global {
- .objectSonMain {
- padding: 10px 30px;
- .topTit {
- font-size: 16px;
- font-weight: 700;
- color: var(--themeColor);
- margin-bottom: 12px;
- }
- .topInfo {
- .topInfoRow {
- display: flex;
- & > div {
- width: 33.33%;
- 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;
- }
- }
- }
- }
|