store.less 221 B

123456789101112131415
  1. .batch_btn{
  2. padding: 0 15px;
  3. background: #FF711E;
  4. border-radius: 3px;
  5. height: 30px;
  6. color: #fff;
  7. margin-left: 10px;
  8. font-size: 13px;
  9. cursor: pointer;
  10. margin-right: 2%;
  11. .sel_all{
  12. color: #fff;
  13. }
  14. }