| 1 |
- {"version":3,"file":"static/css/main.53420077.css","mappings":"AAAA,8BASE,mBAHA,sBADA,SAEA,aACA,uBALA,OAFA,kBAGA,QAFA,MAQA,aCVF,kBAEE,YAEA,4BAEE,mBAOA,gBACA,yCAHA,SANA,aAOA,WAXO,CAMP,uBAEA,WADA,eAEA,OAIA,CAEA,+CACE,iBCfN,MACE,wBACA,uBACA,sBAAuB,CACvB,gBAAiB,CACjB,gBAAiB,CACjB,mBAAoB,CAGtB,sFAoBE,SACA,UAGF,GACE,gBAGF,KACE,uCACA,eAGF,YAIE,qBACA,4BAEA,qBANA,oBACA,gBACA,uBAGA,oBACA,CAGF,QACE,qBAGF,MACE,YAGF,MACE,YAGF,EACE,sBAGF,WAOE,kBANA,uCACA,6FAKA,YASF,iBACE,CAVA,sCACA,iGASA,UAGF,yBACE","sources":["components/SpinLoding/index.module.scss","components/FormPageFooter/index.scss","App.scss"],"sourcesContent":[".SpinLoding {\r\n position: absolute;\r\n top: 0;\r\n left: 0;\r\n right: 0;\r\n bottom: 0;\r\n background-color: #fff;\r\n display: flex;\r\n justify-content: center;\r\n align-items: center;\r\n z-index: 9999;\r\n}\r\n",".form-page-footer {\r\n $height: 60px;\r\n height: calc($height);\r\n\r\n &-container {\r\n display: flex;\r\n align-items: center;\r\n justify-content: center;\r\n position: fixed;\r\n left: 220px;\r\n right: 0;\r\n bottom: 0;\r\n height: $height;\r\n background: white;\r\n border-top: 1px solid var(--border-color);\r\n\r\n > *:not(:first-child) {\r\n margin-left: 20px;\r\n }\r\n }\r\n}\r\n","@import \"./theme.scss\";\r\n\r\n:root {\r\n --primary-color: #{$primaryColor};\r\n --second-color: #{$secondColor};\r\n --border-color: #ececec;\r\n --index-normal: 1;\r\n --index-top: 1000;\r\n --index-popper: 2000;\r\n}\r\n\r\nbody,\r\nol,\r\nul,\r\nh1,\r\nh2,\r\nh3,\r\nh4,\r\nh5,\r\nh6,\r\np,\r\nth,\r\ntd,\r\ndl,\r\ndd,\r\nform,\r\nfieldset,\r\nlegend,\r\ninput,\r\ntextarea,\r\nselect {\r\n margin: 0;\r\n padding: 0;\r\n}\r\n\r\nul {\r\n list-style: none;\r\n}\r\n\r\nbody {\r\n font-family: Source Han Sans CN-Regular;\r\n font-size: 16px;\r\n}\r\n\r\n.limit-line {\r\n display: -webkit-box;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n -webkit-line-clamp: 1;\r\n -webkit-box-orient: vertical;\r\n word-break: break-all;\r\n word-wrap: break-word;\r\n}\r\n\r\n.line-2 {\r\n -webkit-line-clamp: 2;\r\n}\r\n\r\n.w220 {\r\n width: 220px;\r\n}\r\n\r\n.w450 {\r\n width: 450px;\r\n}\r\n\r\n* {\r\n box-sizing: border-box;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Source Han Serif CN-Bold\";\r\n src: url(\"~/public/fonts/SOURCEHANSERIFCN-BOLD.OTF\") format(\"opentype\");\r\n font-display: swap;\r\n}\r\n\r\n@font-face {\r\n font-family: \"Source Han Sans CN-Regular\";\r\n src: url(\"~/public/fonts/SOURCEHANSERIFCN-REGULAR.OTF\") format(\"opentype\");\r\n font-display: swap;\r\n}\r\n\r\n.ant-btn {\r\n box-shadow: none !important;\r\n}\r\n\r\n.ant-input:focus {\r\n box-shadow: none;\r\n}\r\n\r\n.page-table {\r\n margin-top: 20px;\r\n}\r\n"],"names":[],"sourceRoot":""}
|