send-coupon.9f9763f06935bde3bb05.css 1.15 KB

.manual-send-wrapper {
  height: 205px;
}
.import-send-wrapper {
  height: 100%;
}
.ivu-card-body {
  padding: 0;
  margin: 0;
}
.ivu-card-bordered {
  /*border: none;*/
  border-bottom: none;
}
.ivu-card-head {
  background-color: #f7f7f7;
}
.manual-send-container {
  margin-top: 20px;
  height: 130px;
}
.import-send-container {
  margin-top: 40px;
  /*margin-bottom: 200px;*/
}
.manual-send-container .title {
  text-align: right;
  margin-right: 20px;
}
#txt_uids {
  width: 98%;
  height: 100%;
}
#upload {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.button-upload {
  position: relative;
  display: inline-block;
  background-color: #17b566;
  border-radius: 5px;
  color: #fff;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
}
.file-name {
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
  color: #2b85e4;
  display: inline-table;
  vertical-align: middle;
}
.red {
  color: #ff0000;
}
.bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #f7f7f7;
  line-height: 80px;
  text-align: center;
}
a {
  text-decoration: none;
}