record.css 630 B

1234567
  1. .service-nav-tabs{padding-top: 15px;padding-left: 10px;margin-bottom: 20px;}
  2. .service-nav-tabs li a{background: #f5f5fa;border-color:#d7dce6;color: #666666;padding: 0;margin-right: 5px;line-height: 32px;width: 80px;text-align: center;}
  3. .service-nav-tabs li.active a{color: #12b7f5;}
  4. .re-title .name{font-size: 18px;font-weight: bold;color: #333;height: 40px;line-height: 40px;display: inline-block;padding: 0px 20px;}
  5. .re-title .team{font-size: 14px;color: #333;display: inline-block;}
  6. .no-select{-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select:none}
  7. .re-title{border-bottom:solid 1px #ededed;}