Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
|
- body {
- border: none;
- box-sizing: border-box;
- padding: 0 !important;
- zoom: 98%;
- }
- .jfgrid-footer {
- display: none;
- }
- .pages{
- height:100%;
- box-sizing:border-box;
- overflow-y:scroll;
- position:relative;
- }
- .page::-webkit-scrollbar {
- display: none;
- }
- /*一个page为一页*/
- .page {
- height: auto;
- box-sizing: border-box;
- padding: 6mm;
- }
- .pageContent{
- width:100%;
- max-height:100%;
- /*overflow:hidden;*/
- }
- .printTitle {
- color: #333;
- font-size: 20px;
- text-align: center;
- line-height: 32px;
- margin-bottom:10px;
- }
- /*表格最外层*/
- .jfgrid-layout {
- border:1px solid #ccc;
- box-sizing:border-box;
- padding-bottom:0!important;
- height:auto!important;
- overflow:hidden!important;
- }
- /*表格行选中样式取消*/
- .jfgrid-data-cell.jfgrid-selected {
- border-bottom: 1px solid #ccc !important;
- border-right: 1px solid #ccc !important;
- background-color: unset !important;
- color: #333!important;
- }
- @media print {
- body {
- height: auto !important;
- }
-
- .pages {
- height: auto;
- }
-
- .page {
- height: 100%;
- }
-
- .pageContent {
- overflow:hidden;
- }
-
- .no-print {
- display: none;
- }
-
- ::-webkit-scrollbar {
- display: none
- }
-
- .btn {
- display: none;
- }
- }
|