RouterServiceInfo.css 182 B

1234567891011
  1. .ServiceInfo {
  2. background: gray;
  3. width: 400px;
  4. padding-right: 15px;
  5. padding-left: 15px;
  6. display: inline-block;
  7. z-index: 9999;
  8. }
  9. .ServiceInfo input {
  10. width: 100%;
  11. }