/* eslint-disable */
|
/**liuwh
|
* 4/6/2020, 3:53:15 PM
|
* doc comment for the file goes here
|
*/
|
|
/** Happy Coding */
|
@import '../../../style/reset.scss';
|
|
.document-detail-page {
|
&-main {
|
&-title {
|
font-family: PingFangSC-Medium;
|
font-size: 18px;
|
color: #343434;
|
line-height: 26px;
|
}
|
&-documentType div {
|
line-height: 25px;
|
position: relative;
|
display: inline-block;
|
font-weight: 400;
|
white-space: nowrap;
|
text-align: center;
|
background-image: none;
|
border: 1px solid transparent;
|
height: 28px;
|
padding: 0 15px;
|
font-size: 14px;
|
border-radius: 4px;
|
color: #559de6;
|
background-color: #fff;
|
border-color: #559de6;
|
}
|
&-detail {
|
font-family: PingFangSC-Medium;
|
font-size: 14px;
|
color: #989898;
|
}
|
& p {
|
margin: 1px 0;
|
}
|
&-label {
|
font-size: 15px;
|
font-weight: 550;
|
// min-width: calc(7.5em);
|
}
|
& .ant-upload-list-item {
|
margin-top: 0;
|
margin-bottom: 4px;
|
}
|
& .flex-box-row {
|
display: flex;
|
align-items: center;
|
}
|
& .flex-start {
|
align-items: flex-start;
|
}
|
& .ant-upload.ant-upload-select {
|
display: flex;
|
}
|
& .marginTop {
|
margin-top: 8px;
|
}
|
& .marginTB {
|
margin: 12px 0;
|
}
|
& .w-e-text {
|
overflow-y: auto;
|
}
|
& .w-e-text-container {
|
min-height: 300px !important;
|
height: auto !important;
|
}
|
& .ant-upload-list-item-name {
|
cursor: pointer;
|
}
|
}
|
}
|