activityCostList.less 318 B

12345678910111213141516
  1. .ant-form ,.activityCost-form {
  2. .activityCost-title {
  3. font-size: 16px;
  4. line-height: 30px;
  5. margin-top: 10px;
  6. margin-bottom: 10px;
  7. }
  8. .half-item {
  9. width: 50%;
  10. float: left;
  11. }
  12. .activityCost-box {
  13. background: #eee;
  14. padding: 10px 0 ;
  15. }
  16. }