.printListPage {
    background-color: white;
    position: relative;
    font-size: 16px;
    min-height: 100vh;

    .voucheritem {
      height: 42px;
      line-height: 42px;
      border-bottom: 1px solid #f3f3f3;
      padding: 0 20px;
      margin-top: 5px;
      display: flex;
      position: relative;

        .content{
          flex: 1;
          display: flex;
          position: relative;
          
          .navRight {
            margin-top: 12px;
            right: 0.2rem;
            position: absolute;
          }
        }


        .check {
            .am-list-thumb {
              position: absolute;
              right   : 0;
      
              .am-checkbox {
                width : 14px;
                height: 14px;
      
                .am-checkbox-inner {
                  border-radius: 2px;
                  width        : 14px;
                  height       : 14px;
                }
      
                .am-checkbox-inner:after {
                  top         : -1px;
                  right       : 3px;
                  width       : 4px;
                  height      : 10px;
                  border-width: 0 2px 2px 0;
                  background  : #3688FF;
                }
      
                .am-checkbox-input {
                  width : 14px;
                  height: 14px;
                }
              }
            }
      
            .am-list-line {
              .am-list-content {
                font-size: 15px;
              }
            }
      
            .am-checkbox-item {
              margin-top: -3px;
            }
      
            .am-list-item .am-list-line .am-list-content {
              font-size: 15px;
              color    : #000000
            }
          }
    }

    .tip {
        text-align: center;
        margin-top: 50px;
        color: #333;
        background-color: transparent;
    }
}