_vip.scss 1.2 KB
.order-pan
{
  .info-box
  {
     padding: 10px 0 10px 10px;
     p
     {
        line-height:25px;
         span {
             display: inline-block;
             width: 115px;
         }
     }
     .right-show
     {
        background:url('../img/vip/btnbg.png');
        background-size:1px 33px;
        width:96px;
        height:33px;
        display:inline-block;
        font-size:12px;
        line-height:33px;
        text-align:center;
        border:1px solid #E5D69F;
        margin-top:5px;
     }
  }
}
.order-bar-pan
 {
      background:#EEEEEE;
      margin-top:0;
      padding: 10px 0 10px 10px;
      .top-vip
      {
        margin:22px 40px;
      }
      .bar
      {
        background:url('../img/vip/bar-bg.png');
        background-size:1px 19px;
        width:300px;
        height:19px;
        margin-bottom:3px;
        position: relative;
        text-align:center;
        border:1px solid #ccc;
        .bar-p
        {
          position:absolute;
          top:0;
          left:0;
          width:120px;
          height:19px;
          background:url('../img/vip/bar-p.png');
          background-size:1px 19px;
        }
      }
      .red-font
      {
        color:red;
      }
}