.vm {
  .paging {
    overflow: hidden;
    font-size: 12px;
    padding-top: .5em;
    padding-bottom: .5em;
    background-color: #dfdfdf;

    .paging-tips {
      font-size: 15px;
      height: 2em;
      line-height: 2em;
      text-align: center;
    }

    ul {
      overflow: hidden;
      margin: 0;
      padding: 0;

      li {
        float: left;
        margin: 0 .25em;
        padding: .2em;
        list-style-type: none;
        border-radius: 5px;

        .button {
          .button-touch {
            height: 2em;
            line-height: 2em;
            padding: 0 .5em;
          }
        }
      }
      li.page-no-selected {
        .button {
          .button-touch {
            background-color: #f52;
          }
        }
      }
      li.paging-operate {
        .button {
          .button-touch {
            background-color: transparent;
            color: #666;
          }
          .button-touch:hover {
            color: #333;
          }
        }
      }
    }
  }
}
