fastlion-amis
Version:
一种MIS页面生成工具
1 lines • 2.93 kB
Source Map (JSON)
{"version":3,"sourceRoot":"","sources":["../../../../src/renderers/Lion/components/PdfViewer/index.scss"],"names":[],"mappings":";AAAA;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;EACA;EACA;EACA;EACA;EACA;;AAEF;AACE;EACA;EACA;;AAGJ;EACE;IACE;IACA;IACA;;;;AAKN;EACE;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA;EACA;;AACA;EACE;EACA;;AAEF;EACE;;AAEF;EACE;;AAGJ;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;AACA;EACE;;AAGJ;EACE;EACA;;AACA;EACE;;;AAKN;EACE;EACA;EACA;EACA;;AACA;EACE;EACA;EACA;EACA","file":"index.css","sourcesContent":[".pdfViewerWrapper {\n height: 100%;\n width: 100%;\n display: flex;\n justify-content: center;\n .pdfDocumentContent {\n overflow-y: auto;\n overflow-x: hidden;\n height: 100%;\n &::-webkit-scrollbar {\n width: 10px;\n height: 0;\n }\n &::-webkit-scrollbar-thumb {\n background-color: #D2D6DE;\n background-clip: content-box;\n border-width: 3px;\n border-style: solid;\n border-color: #F0F2F5;\n border-radius: 1px;\n }\n &::-webkit-scrollbar-track {\n /*滚动条里面轨道*/\n display: unset;\n background-color: #F0F2F5;\n }\n }\n @media screen and (max-width: 768px) {\n .pdfDocumentContent {\n display: block;\n width: 100%;\n overflow: auto;\n }\n }\n}\n\n.pdfLoadingWrapper {\n height: 100%;\n width: 100%;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n\n.pdfDocumentContent {\n display: flex;\n justify-content: center;\n align-items: center;\n color: #ccc;\n}\n\n.pdfUtils {\n position: absolute;\n right: 10px;\n bottom: 30px;\n height: 210px;\n width: 46px;\n border-radius: 5px;\n color: #FFFFFF;\n background-color: rgba($color: #363636, $alpha: 0.8);\n z-index: 999;\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-direction: column;\n padding: 10px 0;\n .pageInput {\n width: 100%;\n height: 30px;\n border: none;\n box-shadow: none;\n background-color: transparent;\n input {\n color: #FFFFFF;\n text-align: center;\n }\n .ant-input-number-handler-wrap {\n display: none;\n }\n .ant-input-number-input-wrap {\n background-color: transparent;\n }\n }\n .iconWrapper {\n height: 30px;\n width: 30px;\n display: flex;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n color: #FFFFFF;\n &:hover {\n color: #2A87EB;\n }\n }\n .iconWrapper_disabled {\n opacity: 0.3;\n cursor: not-allowed;\n &:hover {\n color: #FFFFFF;\n }\n }\n}\n\n.pdfErrorTip {\n display: flex;\n align-items: center;\n color: #ccc;\n text-align: center;\n .downloadText {\n cursor: pointer;\n margin-top: 16px;\n color: #2A87EB;\n font-size: 14px;\n }\n}"]}