github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/static/libs/vue-1.0.24/examples/grid/style.css (about)

     1  body {
     2    font-family: Helvetica Neue, Arial, sans-serif;
     3    font-size: 14px;
     4    color: #444;
     5  }
     6  
     7  table {
     8    border: 2px solid #42b983;
     9    border-radius: 3px;
    10    background-color: #fff;
    11  }
    12  
    13  th {
    14    background-color: #42b983;
    15    color: rgba(255,255,255,0.66);
    16    cursor: pointer;
    17    -webkit-user-select: none;
    18    -moz-user-select: none;
    19    -user-select: none;
    20  }
    21  
    22  td {
    23    background-color: #f9f9f9;
    24  }
    25  
    26  th, td {
    27    min-width: 120px;
    28    padding: 10px 20px;
    29  }
    30  
    31  th.active {
    32    color: #fff;
    33  }
    34  
    35  th.active .arrow {
    36    opacity: 1;
    37  }
    38  
    39  .arrow {
    40    display: inline-block;
    41    vertical-align: middle;
    42    width: 0;
    43    height: 0;
    44    margin-left: 5px;
    45    opacity: 0.66;
    46  }
    47  
    48  .arrow.asc {
    49    border-left: 4px solid transparent;
    50    border-right: 4px solid transparent;
    51    border-bottom: 4px solid #fff;
    52  }
    53  
    54  .arrow.dsc {
    55    border-left: 4px solid transparent;
    56    border-right: 4px solid transparent;
    57    border-top: 4px solid #fff;
    58  }