48 lines
662 B
Plaintext
48 lines
662 B
Plaintext
.person-confirm-layout {
|
|
.wea-tab .wea-tab-right, .wea-input-focus {
|
|
background: transparent;
|
|
}
|
|
|
|
.wea-new-table {
|
|
background: #fff;
|
|
}
|
|
}
|
|
|
|
.docalc-baseinfo-layout {
|
|
padding: 0;
|
|
|
|
.wea-title {
|
|
border-bottom: none;
|
|
padding-left: 0;
|
|
}
|
|
|
|
.wea-content.pt15 {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.docalc-baseinfo {
|
|
background: #fff;
|
|
border: 1px solid #e5e5e5;
|
|
border-right: none;
|
|
|
|
.ant-col-24 {
|
|
border-top: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.label {
|
|
color: #666;
|
|
}
|
|
|
|
.value {
|
|
color: #111;
|
|
}
|
|
|
|
& > div {
|
|
border-right: 1px solid #e5e5e5;
|
|
line-height: 30px;
|
|
padding: 5px 16px;
|
|
|
|
}
|
|
}
|
|
}
|