index.less 282 Bytes
Newer Older
DarkForst's avatar
DarkForst committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.alertInfo {
  position: absolute;
  top: 0;
  right: 12px;
}

.border_box{
  width: 100%;
  min-height: 100px;
  border: 1px solid #d9d9d9;
}

.radio_btn{
  width: 80px;
  text-align: center;
}

.border_bottom{
  padding: 10px;
  border-bottom: 1px solid rgba(113,113,113,0.08);
}