service-fee-setting.8e70e732031f96be4a56.css 585 Bytes

.resource-add-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.resource-add-card {
  position: absolute;
  width: 600px;
  margin-top: 30px;
  left: 50%;
  margin-left: -300px;
}
.platform-select,
.name-input {
  width: 200px;
  margin: 0 auto;
}
.ivu-row {
  border-bottom: 1px solid #e3e3e3;
}
.ivu-row:hover {
  background-color: #aefdff;
}
.ivu-col {
  text-align: center;
  height: 50px;
  line-height: 50px;
}
.ivu-col:nth-child(odd) {
  border-right: 1px solid #e4e4e4;
}
.ivu-card-body {
  margin: 0;
  padding: 0;
}