listpanel-panel.scss 512 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
// 基于 @CONTROL/面板/CONTROL.scss.ftl 生成
.book-type {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  border: 1px solid;
  border-radius: 4px;
  line-height: 20px;
}
.book-press {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
  border: 1px solid;
  border-radius: 4px;
  line-height: 20px;
}
.book-price {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
  border: 1px solid;
  border-radius: 4px;
  line-height: 20px;
}
.app-layoutpanel {
    
}