king
2020-11-12 7facbed508592e842f9bca085cf0ffaebcbfc571
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.bill-print-wrap {
  width: 1200px;
  margin: 0 auto;
 
  .ant-spin {
    position: absolute;
    top: 40vh;
    z-index: 1;
    left: calc(50vw - 20px);
  }
  .box404 {
    margin-top: 10vh;
  }
  .print-page {
    height: 900px;
    overflow: hidden;
  }
  .print-button {
    position: fixed;
    right: 10px;
    top: 45vh;
  }
}