| | |
| | | padding-left: 10%; |
| | | display: flex; |
| | | align-self: center; |
| | | cursor: pointer; |
| | | |
| | | img { |
| | | width: 30px; |
| | | margin-right: 5px; |
| | | } |
| | | |
| | | span { |
| | | cursor: pointer; |
| | | |
| | | &:hover { |
| | | color: #00918e; |
| | | text-decoration: underline; |
| | | } |
| | | } |
| | | |
| | | |
| | | } |
| | | |
| | | .knowledgeExpansion-img { |
| | |
| | | margin-top: 1.1em; |
| | | } |
| | | |
| | | |
| | | |
| | | /*结束*/ |
| | | |
| | | .textarea-box { |
| | | font-size: 1em; |
| | | font-family: "Noto Sans SC"; |
| | | width: 93%; |
| | | max-width: 93%; |
| | | border-color: #e9f2f3; |
| | | |
| | | &:focus { |
| | | border-color: #40a8aa; |
| | | outline: none; |
| | | } |
| | | } |
| | | } |
| | | |
| | | .pdfModal { |
| | |
| | | .pdfBox-component { |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow-y: auto; |
| | | position: relative; |
| | | |
| | | .preview { |
| | |
| | | } |
| | | } |
| | | |
| | | |
| | | .custom-dialog { |
| | | overflow: hidden !important; |
| | | |